chore: Update to net8
This commit is contained in:
parent
4d1f63fbc1
commit
ee2719ec67
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>annotations</Nullable>
|
||||
<Configurations>Debug;Release;x64</Configurations>
|
||||
|
|
|
|||
Reference in a new issue