Skip to content
This repository was archived by the owner on Apr 10, 2021. It is now read-only.

Commit ad75eec

Browse files
committed
Update C# LangVersion in RawCMS.csproj
1 parent fd0264f commit ad75eec

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

RawCMS.Test/RawCMS.Test.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.1</TargetFramework>
5-
65
<IsPackable>false</IsPackable>
76
</PropertyGroup>
87

RawCMS/RawCMS.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<ApplicationIcon />
99
<OutputType>Exe</OutputType>
10+
<LangVersion>latest</LangVersion>
1011
</PropertyGroup>
1112

1213
<ItemGroup>

0 commit comments

Comments
 (0)