Update tests to .NET 5

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

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>