Skip to content

Commit

Permalink
upgrade to c# 13
Browse files Browse the repository at this point in the history
  • Loading branch information
westin-m committed Nov 12, 2024
1 parent 04d0d13 commit fb9b558
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)..\..\build\35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
<ErrorOnDuplicatePublishOutputFiles>False</ErrorOnDuplicatePublishOutputFiles>
<IsPackable>false</IsPackable>
<LangVersion>12</LangVersion>
<LangVersion>13</LangVersion>
</PropertyGroup>

<!-- Uncomment only when running EtwProfiler diagnoser on Release-->
Expand Down
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TargetFrameworks>$(SrcTargets)</TargetFrameworks>
<NetStandardImplicitPackageVersion>$(NetStandardVersion)</NetStandardImplicitPackageVersion>
<LangVersion>12</LangVersion>
<LangVersion>13</LangVersion>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion build/commonTest.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<TargetFrameworks>$(TestTargets)</TargetFrameworks>
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp2.1'">$(DotNetCoreAppRuntimeVersion)</RuntimeFrameworkVersion>
<IsPackable>false</IsPackable>
<LangVersion>12</LangVersion>
<LangVersion>13</LangVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- This test only needs to run on .NET -->
<TargetFrameworks>net8.0</TargetFrameworks>
<TargetFrameworks Condition="'$(TargetNet9)'== 'True'">$(TargetFrameworks);net9.0</TargetFrameworks>
<langversion>12</langversion>
<langversion>13</langversion>
<Version>1.0.0-preview</Version>
</PropertyGroup>

Expand Down

0 comments on commit fb9b558

Please sign in to comment.