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>2020-09-24 00:04:01 +0300
committerGitHub <noreply@github.com>2020-09-24 00:04:01 +0300
commit10237bdeb37718595d475bd0014b005a035b34df (patch)
tree3c56395cdc100b1948ee3d4ee11f6e2f8f7e72b5 /PowerShell.Common.props
parent3effa204103460c996a8612aa70718fdf924047d (diff)
Update PowerShell to build against dotnet 5.0-RC.1 (#13643)
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 104f2f971d..d8fb6aa59b 100644
--- a/PowerShell.Common.props
+++ b/PowerShell.Common.props
@@ -97,7 +97,7 @@
<Copyright>(c) Microsoft Corporation.</Copyright>
<TargetFramework>net5.0</TargetFramework>
- <LangVersion>preview</LangVersion>
+ <LangVersion>9.0</LangVersion>
<PublishReadyToRun Condition=" '$(Configuration)' != 'Debug' ">true</PublishReadyToRun>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>