Upgraded project to .Net 8.0 and latest nuget packages. Bumped package version to 1.1.8

This commit is contained in:
2025-06-17 09:56:51 -07:00
parent 08113eef6e
commit 34e9cce26b
3 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<AssemblyName>MontoyaTech.MySqlPlus.Example</AssemblyName>