diff --git a/appveyor.yml b/appveyor.yml index 33cde34..dcb010a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,22 +28,6 @@ install: Write-Host "Installed" -ForegroundColor Green - Write-Host "Installing .NET Framework 4.8 Targeting Pack..." -ForegroundColor Cyan - - Write-Host "Downloading..." - - $exePath = "$env:TEMP\ndp48-devpack-enu.exe" - - (New-Object Net.WebClient).DownloadFile('https://download.visualstudio.microsoft.com/download/pr/9854b5f2-2341-4136-ad7d-1d881ab8d603/e3a011f2a41a59b086f78d64e1c7a3fc/ndp48-devpack-enu.exe', $exePath) - - Write-Host "Installing..." - - cmd /c start /wait "$exePath" /quiet /norestart - - del $exePath - - Write-Host "Installed" -ForegroundColor Green - } before_build: - ps: nuget restore diff --git a/zlib.managed.csproj b/zlib.managed.csproj index 01152b2..4b40f57 100644 --- a/zlib.managed.csproj +++ b/zlib.managed.csproj @@ -1,7 +1,7 @@  - netcoreapp2.0;netcoreapp2.1;netcoreapp2.2;netcoreapp3.0;netcoreapp3.1;netstandard2.0;net40;net45;net451;net452;net46;net461;net462;net47;net471;net472 + netcoreapp2.0;netcoreapp2.1;netcoreapp2.2;netcoreapp3.0;netcoreapp3.1;netstandard2.0;net40;net45;net451;net452;net46;net461;net462;net47;net471;net472;net48 zlib.managed latest Els_kom org. @@ -67,6 +67,7 @@ +