File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
benchmark/Microsoft.IdentityModel.Benchmarks Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 4747 <ProjectReference Include =" ..\..\src\Microsoft.IdentityModel.Protocols.SignedHttpRequest\Microsoft.IdentityModel.Protocols.SignedHttpRequest.csproj" />
4848 </ItemGroup >
4949
50+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
51+ <!-- Suprpess the "Microsoft.Bcl.Memory 9.0.0 doesn't support net6.0 and has not been tested with it" warning -->
52+ <SuppressTfmSupportBuildWarnings >true</SuppressTfmSupportBuildWarnings >
53+ </PropertyGroup >
54+
5055</Project >
Original file line number Diff line number Diff line change 4949 </PackageReference >
5050 <AdditionalFiles Include =" $(MSBuildThisFileDirectory)..\BannedSymbols.txt" />
5151 </ItemGroup >
52+
53+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
54+ <!-- Suprpess the "Microsoft.Bcl.Memory 9.0.0 doesn't support net6.0 and has not been tested with it" warning -->
55+ <SuppressTfmSupportBuildWarnings >true</SuppressTfmSupportBuildWarnings >
56+ </PropertyGroup >
5257
5358</Project >
You can’t perform that action at this time.
0 commit comments