update projects to use netcoreapp2.2

This commit is contained in:
Robert Muehsig
2019-05-31 23:54:47 +02:00
parent 38785f9b18
commit dc73be0c81
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp2.2</TargetFramework>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
<TypeScriptToolsVersion>3.1</TypeScriptToolsVersion>
</PropertyGroup>