Target .NET 5

This commit is contained in:
Ske
2020-12-19 12:01:09 +01:00
parent dee25fcc23
commit 8a04ace5c7
5 changed files with 10 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">