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 47
47
<ProjectReference Include =" ..\..\src\Microsoft.IdentityModel.Protocols.SignedHttpRequest\Microsoft.IdentityModel.Protocols.SignedHttpRequest.csproj" />
48
48
</ItemGroup >
49
49
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
+
50
55
</Project >
Original file line number Diff line number Diff line change 49
49
</PackageReference >
50
50
<AdditionalFiles Include =" $(MSBuildThisFileDirectory)..\BannedSymbols.txt" />
51
51
</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 >
52
57
53
58
</Project >
You can’t perform that action at this time.
0 commit comments