update to net6.0

This commit is contained in:
rafael-aero
2021-09-17 18:16:31 +02:00
parent e6ea9883fd
commit 9a8584795b
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
<TypeScriptToolsVersion>4.2</TypeScriptToolsVersion>
</PropertyGroup>