Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongbo Wang <dongbow@microsoft.com>2017-12-13 00:53:22 +0300
committerGitHub <noreply@github.com>2017-12-13 00:53:22 +0300
commitd966f59a11a870f294a145f7108cafe55704389e (patch)
treea60a18c783b63b1a87bc7187135d2228c5dd6ba2 /PowerShell.Common.props
parent4dc5512c8361f2acc1363093d7bb3b9ae6e841d1 (diff)
Update PowerShell to build with .NET Core runtime 2.0.4 (#5677)
Diffstat (limited to 'PowerShell.Common.props')
-rw-r--r--PowerShell.Common.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/PowerShell.Common.props b/PowerShell.Common.props
index 4de74f2446..a9ac37f967 100644
--- a/PowerShell.Common.props
+++ b/PowerShell.Common.props
@@ -94,7 +94,7 @@
<Copyright>(c) Microsoft Corporation. All rights reserved.</Copyright>
<TargetFramework>netcoreapp2.0</TargetFramework>
- <RuntimeFrameworkVersion>2.0.4-servicing-25831-01</RuntimeFrameworkVersion>
+ <RuntimeFrameworkVersion>2.0.4</RuntimeFrameworkVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>