Update SDK to .NET 5 (#799)

This commit is contained in:
Adeel Mujahid
2020-12-26 07:01:45 +02:00
committed by GitHub
parent a94a19bb36
commit fc3ca9bb92
20 changed files with 36 additions and 56 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<OutputType>Exe</OutputType>
<RuntimeIdentifiers>win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64</RuntimeIdentifiers>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>