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

Commit f7d4123

Browse files
authored
Merge pull request #271 from AaqibAhamed/master
Update C# Language Version in all RawCMS Projects
2 parents fd0264f + e747fd5 commit f7d4123

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

RawCMS.Client/RawCMS.Client.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp2.0</TargetFramework>
6+
<LangVersion>latest</LangVersion>
67
</PropertyGroup>
78

89
<ItemGroup>

RawCMS.Library/RawCMS.Library.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>netcoreapp2.0</TargetFramework>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<AssemblyVersion>1.0.0.0</AssemblyVersion>
7+
<LangVersion>latest</LangVersion>
78
</PropertyGroup>
89

910
<ItemGroup>

RawCMS.Test/RawCMS.Test.csproj

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

33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.1</TargetFramework>
5-
65
<IsPackable>false</IsPackable>
6+
<LangVersion>latest</LangVersion>
77
</PropertyGroup>
88

99
<ItemGroup>

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)