Merge pull request #269 from ElectronNET/netcore2.2

update projects to use netcoreapp2.2
This commit is contained in:
Robert Muehsig
2019-07-15 22:29:11 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp2.2</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageOutputPath>..\artifacts</PackageOutputPath>
<PackageId>ElectronNET.API</PackageId>