mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 09:43:57 +08:00
Update PowerShell to build with .NET Core 2.0.5 (#5903)
This commit is contained in:
parent
3f9564e665
commit
89bdb1796c
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user