Targeted the backup manager project .net core 2.2.

This commit is contained in:
flash 2019-02-11 15:24:53 +01:00
parent f881d9b95d
commit 7f0f319528

View file

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