Bump to .NET 6.0.

This commit is contained in:
flash 2022-04-06 13:59:43 +02:00
parent 7b29e76789
commit 01a5dbccd6
1 changed files with 1 additions and 1 deletions

View File

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