Skip to content

Commit 2d8c53a

Browse files
committed
LangVersion is set to latest (for better support of MonoDevelop).
1 parent 0bebac7 commit 2d8c53a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Platform.RegularExpressions.Transformer.CSharpToCpp.Tests/Platform.RegularExpressions.Transformer.CSharpToCpp.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.0</TargetFramework>
55
<IsPackable>false</IsPackable>
6+
<LangVersion>latest</LangVersion>
67
</PropertyGroup>
78

89
<ItemGroup>

Platform.RegularExpressions.Transformer.CSharpToCpp/Platform.RegularExpressions.Transformer.CSharpToCpp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2424
<IncludeSymbols>true</IncludeSymbols>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
26+
<LangVersion>latest</LangVersion>
2627
<PackageReleaseNotes>SourceLink enabled.</PackageReleaseNotes>
2728
</PropertyGroup>
2829

0 commit comments

Comments
 (0)