File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
benchmark/Microsoft.IdentityModel.Benchmarks Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
<AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)..\..\build\35MSSharedLib1024.snk</AssemblyOriginatorKeyFile >
12
12
<ErrorOnDuplicatePublishOutputFiles >False</ErrorOnDuplicatePublishOutputFiles >
13
13
<IsPackable >false</IsPackable >
14
- <LangVersion >12 </LangVersion >
14
+ <LangVersion >13 </LangVersion >
15
15
</PropertyGroup >
16
16
17
17
<!-- Uncomment only when running EtwProfiler diagnoser on Release-->
Original file line number Diff line number Diff line change 27
27
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
28
28
<TargetFrameworks >$(SrcTargets)</TargetFrameworks >
29
29
<NetStandardImplicitPackageVersion >$(NetStandardVersion)</NetStandardImplicitPackageVersion >
30
- <LangVersion >12 </LangVersion >
30
+ <LangVersion >13 </LangVersion >
31
31
<EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
32
32
</PropertyGroup >
33
33
Original file line number Diff line number Diff line change 16
16
<TargetFrameworks >$(TestTargets)</TargetFrameworks >
17
17
<RuntimeFrameworkVersion Condition =" '$(TargetFramework)' == 'netcoreapp2.1'" >$(DotNetCoreAppRuntimeVersion)</RuntimeFrameworkVersion >
18
18
<IsPackable >false</IsPackable >
19
- <LangVersion >12 </LangVersion >
19
+ <LangVersion >13 </LangVersion >
20
20
<GenerateDocumentationFile >true</GenerateDocumentationFile >
21
21
</PropertyGroup >
22
22
You can’t perform that action at this time.
0 commit comments