Update to net60

This commit is contained in:
Laura Hausmann 2021-11-16 14:14:49 +01:00
parent ec3005cefd
commit 57e839088d
Signed by: zotan
GPG Key ID: D044E84C5BE01605
1 changed files with 1 additions and 1 deletions

View File

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