Skip to content

Commit 4df29d6

Browse files
committed
Use latest C# language version.
1 parent ff54aa6 commit 4df29d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ReClass.NET_Launcher/ReClass.NET_Launcher.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<ErrorReport>prompt</ErrorReport>
2525
<WarningLevel>4</WarningLevel>
2626
<Prefer32Bit>false</Prefer32Bit>
27+
<LangVersion>latest</LangVersion>
2728
</PropertyGroup>
2829
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2930
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -35,6 +36,7 @@
3536
<ErrorReport>prompt</ErrorReport>
3637
<WarningLevel>4</WarningLevel>
3738
<Prefer32Bit>false</Prefer32Bit>
39+
<LangVersion>latest</LangVersion>
3840
</PropertyGroup>
3941
<PropertyGroup>
4042
<ApplicationIcon>ReClassNet.ico</ApplicationIcon>

0 commit comments

Comments
 (0)