Update tests to netcoreapp3.1

This commit is contained in:
Frank A. Krueger 2021-05-09 11:30:14 -07:00
parent efada143d0
commit 5474f4ffb5
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>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>