Browse Source

Use netcoreapp3.1

Matthias Koch 5 years ago
parent
commit
924064be13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nukebuild/_build.csproj

+ 1 - 1
nukebuild/_build.csproj

@@ -2,7 +2,7 @@
 
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <TargetFramework>netcoreapp3.0</TargetFramework>
+    <TargetFramework>netcoreapp3.1</TargetFramework>
     <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
     <RootNamespace></RootNamespace>
     <IsPackable>False</IsPackable>