Bump to 6.0

This commit is contained in:
2023-02-25 00:07:38 +01:00
parent 3d4ff74d71
commit d7a0b2452c
9 changed files with 29 additions and 16 deletions

View File

@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
<TargetFrameworks>net6.0;netcoreapp3.1</TargetFrameworks>
</PropertyGroup>
<ItemGroup>