Move to .NET 6.0 only

This commit is contained in:
Matt Nadareski
2022-07-09 14:20:32 -07:00
parent dcadf05832
commit 4bb4da444f
15 changed files with 16 additions and 22 deletions

View File

@@ -2,11 +2,11 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>
<TargetFrameworks>net6.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="6.0.4" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="6.0.6" />
</ItemGroup>
<ItemGroup>