Skip to content

Commit 0aeeb26

Browse files
authored
upgrade to c# 13 (#2998)
1 parent 82cd3fd commit 0aeeb26

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

benchmark/Microsoft.IdentityModel.Benchmarks/Microsoft.IdentityModel.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)..\..\build\35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
1212
<ErrorOnDuplicatePublishOutputFiles>False</ErrorOnDuplicatePublishOutputFiles>
1313
<IsPackable>false</IsPackable>
14-
<LangVersion>12</LangVersion>
14+
<LangVersion>13</LangVersion>
1515
</PropertyGroup>
1616

1717
<!-- Uncomment only when running EtwProfiler diagnoser on Release-->

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2828
<TargetFrameworks>$(SrcTargets)</TargetFrameworks>
2929
<NetStandardImplicitPackageVersion>$(NetStandardVersion)</NetStandardImplicitPackageVersion>
30-
<LangVersion>12</LangVersion>
30+
<LangVersion>13</LangVersion>
3131
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
3232
</PropertyGroup>
3333

build/commonTest.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<TargetFrameworks>$(TestTargets)</TargetFrameworks>
1717
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp2.1'">$(DotNetCoreAppRuntimeVersion)</RuntimeFrameworkVersion>
1818
<IsPackable>false</IsPackable>
19-
<LangVersion>12</LangVersion>
19+
<LangVersion>13</LangVersion>
2020
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2121
</PropertyGroup>
2222

0 commit comments

Comments
 (0)