update Example.csproj to net8.0

This commit is contained in:
Ben Harris 2024-04-19 01:12:31 -04:00
parent 1e1da72ed2
commit 5ca368ea22
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>