Explorar el Código

testing again

Axel Nordh hace 3 años
padre
commit
3256ad0a42
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      .drone.yml
  2. 1 1
      Nar Kampen.csproj

+ 1 - 1
.drone.yml

@@ -4,7 +4,7 @@ name: .net sonar
 
 steps:
   - name: .Net-SonarScanner
-    image: mcr.microsoft.com/dotnet/sdk:4.8
+    image: mcr.microsoft.com/dotnet/framework/sdk:4.7.1
     commands:
       - export PATH="$PATH:/root/.dotnet/tools"
       - dotnet tool install --global dotnet-sonarscanner

+ 1 - 1
Nar Kampen.csproj

@@ -11,7 +11,7 @@
     <FileAlignment>512</FileAlignment>
     <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
     <TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
-    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
     <TargetFrameworkProfile></TargetFrameworkProfile>
     <CompilerResponseFile></CompilerResponseFile>
     <UnityProjectGenerator>VSTU</UnityProjectGenerator>