|
|
@ -1,7 +1,7 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>net7.0-windows10.0.17763.0</TargetFramework> |
|
|
|
<TargetFramework>net7.0</TargetFramework> |
|
|
|
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64;osx-arm64</RuntimeIdentifiers> |
|
|
|
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64;osx-arm64</RuntimeIdentifiers> |
|
|
|
<ImplicitUsings>enable</ImplicitUsings> |
|
|
|
<ImplicitUsings>enable</ImplicitUsings> |
|
|
|
<Nullable>enable</Nullable> |
|
|
|
<Nullable>enable</Nullable> |
|
|
|