Skip to content

Commit

Permalink
Changed LangVersion to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
NuggoDEV committed Jan 20, 2024
1 parent a40ba0f commit 5b11a37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Counters+/Counters+.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ReferencePath>$(SolutionDir)Refs</ReferencePath>
<AppOutputBase>$(MSBuildProjectDirectory)\</AppOutputBase>
<PathMap>$(AppOutputBase)=X:\$(AssemblyName)\</PathMap>
<LangVersion>Latest</LangVersion>
<LangVersion>11</LangVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down Expand Up @@ -234,7 +234,6 @@
<Compile Include="Counters\Spinometer.cs" />
<Compile Include="Custom\CustomConfigModel.cs" />
<Compile Include="Custom\CustomCounter.cs" />
<Compile Include="Custom\CustomCounterFeature.cs" />
<Compile Include="Harmony\CoreGameHUDControllerPatch.cs" />
<Compile Include="Installers\CoreInstaller.cs" />
<Compile Include="Installers\CountersInstaller.cs" />
Expand Down Expand Up @@ -265,7 +264,6 @@
<Compile Include="Utils\EnumerableExtensions.cs" />
<Compile Include="Utils\ImagesUtility.cs" />
<Compile Include="Utils\SharedCoroutineStarter.cs" />
<Compile Include="Utils\SimpleJSON.cs" />
<Compile Include="Utils\SoftParent.cs" />
<Compile Include="Utils\VersionUtility.cs" />
</ItemGroup>
Expand Down

0 comments on commit 5b11a37

Please sign in to comment.