From e61e004277ca47b461016e983a249608b19c4879 Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Tue, 12 Dec 2017 10:53:56 -0800 Subject: [PATCH 1/2] [Feature] Update PowerShell to build with .NET Core 2.0.4 --- PowerShell.Common.props | 2 +- test/Test.Common.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerShell.Common.props b/PowerShell.Common.props index 4de74f24469..a9ac37f9675 100644 --- a/PowerShell.Common.props +++ b/PowerShell.Common.props @@ -94,7 +94,7 @@ (c) Microsoft Corporation. All rights reserved. netcoreapp2.0 - 2.0.4-servicing-25831-01 + 2.0.4 true true diff --git a/test/Test.Common.props b/test/Test.Common.props index b1c1b203b64..578092c346c 100644 --- a/test/Test.Common.props +++ b/test/Test.Common.props @@ -5,7 +5,7 @@ (c) Microsoft Corporation. All rights reserved. netcoreapp2.0 - 2.0.4-servicing-25831-01 + 2.0.4 true true From 22d202475c33e473791106d1ca2987319e99444a Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Tue, 12 Dec 2017 11:11:25 -0800 Subject: [PATCH 2/2] [Feature] Update appveyor.yml to flush the cache --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5c2ab1fc7fd..f5072d90eab 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ image: Visual Studio 2017 -# cache version - netcoreapp.2.0.0 +# cache version - netcoreapp.2.0.4 cache: - '%LocalAppData%\Microsoft\dotnet -> appveyor.yml' - '%HOMEDRIVE%%HOMEPATH%\.nuget\packages -> appveyor.yml'