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:
authorIlya <darpa@yandex.ru>2018-08-31 04:39:44 +0300
committerTravis Plunk <travis.plunk@microsoft.com>2018-08-31 04:39:44 +0300
commitc34d3ef33231825cbe746a810b10156c0edfe13a (patch)
treed77490f2b8571893a7ca3271c41453a5ec295ef1 /PowerShell.Common.props
parent26d2741377a1836f618c151c19a379e3e0531618 (diff)
Update to latest package references, runtime framework, and SDK (#7646)
* Move to .Net Core SDK 2.1.401 and runtime 2.1.3 * Update package references
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 33c7a4b550..541fb47842 100644
--- a/PowerShell.Common.props
+++ b/PowerShell.Common.props
@@ -94,7 +94,7 @@
<Copyright>(c) Microsoft Corporation. All rights reserved.</Copyright>
<TargetFramework>netcoreapp2.1</TargetFramework>
- <RuntimeFrameworkVersion>2.1.2</RuntimeFrameworkVersion>
+ <RuntimeFrameworkVersion>2.1.3</RuntimeFrameworkVersion>
<LangVersion>Latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>