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>2020-04-28 02:28:17 +0300
committerGitHub <noreply@github.com>2020-04-28 02:28:17 +0300
commit7c1cc868b201b35dcc2fdc7ff768474c30e6e047 (patch)
treeb1d98b4a1fdce33a029c6a4061ca71acf0ec8325 /PowerShell.Common.props
parent86b6a9d5ca3d53f19afa8e88249f2a4ee790e000 (diff)
Use new `TargetFramwork` as `net5.0` in packaging scripts (#12503)
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 ddf96a5b71..177eef8784 100644
--- a/PowerShell.Common.props
+++ b/PowerShell.Common.props
@@ -95,7 +95,7 @@
<Company>Microsoft Corporation</Company>
<Copyright>(c) Microsoft Corporation. All rights reserved.</Copyright>
- <TargetFramework>netcoreapp5.0</TargetFramework>
+ <TargetFramework>net5.0</TargetFramework>
<LangVersion>8.0</LangVersion>
<PublishReadyToRun>true</PublishReadyToRun>