diff --git a/PowerShell.Common.props b/PowerShell.Common.props
index a9ac37f9675..32d8bb5008f 100644
--- a/PowerShell.Common.props
+++ b/PowerShell.Common.props
@@ -94,7 +94,7 @@
(c) Microsoft Corporation. All rights reserved.
netcoreapp2.0
- 2.0.4
+ 2.0.5
true
true
diff --git a/appveyor.yml b/appveyor.yml
index f5072d90eab..a5135d31655 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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
diff --git a/test/Test.Common.props b/test/Test.Common.props
index 578092c346c..308e1cdbe84 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
+ 2.0.5
true
true