2.0 version move to .Net Core 3.0

This commit is contained in:
Maksym Sadovnychyy 2019-12-17 02:58:39 +01:00
parent 0185a675e2
commit ef9df1c495
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework> <TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>