|
|
@@ -1,11 +1,11 @@
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
- <LangVersion>6</LangVersion>
|
|
|
+ <LangVersion>7.3</LangVersion>
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
<WarningsAsErrors />
|
|
|
<CodeAnalysisRuleSet>../MongoDBLegacy.ruleset</CodeAnalysisRuleSet>
|
|
|
- <TargetFramework>netcoreapp2.1</TargetFramework>
|
|
|
+ <TargetFramework>netcoreapp2.2</TargetFramework>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|