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

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2019-11-02 19:21:44 +0300
committerAndrew Arnott <andrewarnott@gmail.com>2019-11-02 20:05:06 +0300
commit090ea08483ee5114def00eadeeea003b8283cb04 (patch)
tree8d0e7bb1bf5b9d93f0b9d92f600ae2c4dd4d7349 /Directory.Build.props
parent881709a23026f0b84636f89ce4d13880ddc6592d (diff)
Update .NET Core SDK to 3.0.100
Also update C# to 8.0
Diffstat (limited to 'Directory.Build.props')
-rw-r--r--Directory.Build.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index c5b0fa3b..9091bd6c 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -5,7 +5,7 @@
<BaseOutputPath Condition=" '$(BaseOutputPath)' == '' ">$(MSBuildThisFileDirectory)bin\$(MSBuildProjectName)\</BaseOutputPath>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
- <LangVersion>7.3</LangVersion>
+ <LangVersion>8.0</LangVersion>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)MessagePack.ruleset</CodeAnalysisRuleSet>