Upgrade to dotnet 7.0

This commit is contained in:
Bassem Dghaidi
2023-05-03 14:16:37 +00:00
committed by GitHub
parent 896152d78e
commit 2977a0fa02
11 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<OutputType>Library</OutputType>
<RuntimeIdentifiers>win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64;osx-arm64;win-arm64</RuntimeIdentifiers>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>