Update to net70

This commit is contained in:
Laura Hausmann 2023-01-27 16:32:53 +01:00
parent 8786d9b208
commit 2c1eb934b9
Signed by: zotan
GPG Key ID: D044E84C5BE01605
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net70</TargetFramework>
<DebugType>full</DebugType>
<Configurations>Debug;Release</Configurations>
<Platforms>AnyCPU</Platforms>

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net70</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>