Update tests for .NET 6

This commit is contained in:
Daniel Plaisted 2020-10-25 19:19:57 -07:00
parent 66318e6fc4
commit 9ec9fce35e
5 changed files with 11 additions and 19 deletions

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
</PropertyGroup>
</Project>