Update to net70

This commit is contained in:
Laura Hausmann 2022-11-17 03:46:35 +01:00
parent 9caa03f845
commit 53fd943f97
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web"> <Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net60</TargetFramework> <TargetFramework>net70</TargetFramework>
<Configurations>Release;Debug</Configurations> <Configurations>Release;Debug</Configurations>
<Platforms>x64</Platforms> <Platforms>x64</Platforms>
</PropertyGroup> </PropertyGroup>