Upgrade to .NET Core 3.1

This commit is contained in:
Robert Marshall 2020-01-04 10:43:26 +00:00
parent e5c9f5bd9f
commit edb1f99387
5 changed files with 25 additions and 24 deletions

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<RootNamespace></RootNamespace>
<IsPackable>False</IsPackable>
@ -10,7 +10,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Nuke.Common" Version="0.18.0" />
<PackageReference Include="Nuke.Common" Version="0.23.4" />
</ItemGroup>
<ItemGroup>