Use netcoreapp3.1 for samples

This commit is contained in:
Frank A. Krueger 2021-05-12 17:41:19 -07:00
parent b47532b962
commit 4ef75b7c84
No known key found for this signature in database
GPG Key ID: 0471C67474FFE664
1 changed files with 1 additions and 2 deletions

View File

@ -78,8 +78,7 @@
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeIdentifiers>win10-x64;osx.10.11-x64</RuntimeIdentifiers>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>