Update PowerShell to build with .NET Core 2.0.5 (#5903)

This commit is contained in:
Ilya 2018-01-17 05:36:37 +04:00 committed by Travis Plunk
parent 3f9564e665
commit 89bdb1796c
3 changed files with 4 additions and 4 deletions

View File

@ -94,7 +94,7 @@
<Copyright>(c) Microsoft Corporation. All rights reserved.</Copyright>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeFrameworkVersion>2.0.4</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion>2.0.5</RuntimeFrameworkVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

View File

@ -2,7 +2,7 @@
image: Visual Studio 2017
# cache version - netcoreapp.2.0.4
# cache version - netcoreapp.2.0.5
cache:
- '%LocalAppData%\Microsoft\dotnet -> appveyor.yml'
- '%HOMEDRIVE%%HOMEPATH%\.nuget\packages -> appveyor.yml'
@ -24,5 +24,5 @@ test_script:
after_test:
- ps: Invoke-AppVeyorAfterTest
on_finish:
on_finish:
- ps: Invoke-AppveyorFinish

View File

@ -5,7 +5,7 @@
<Copyright>(c) Microsoft Corporation. All rights reserved.</Copyright>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeFrameworkVersion>2.0.4</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion>2.0.5</RuntimeFrameworkVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>