File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Hyperbee.Pipeline.Auth.Tests
Hyperbee.Pipleline.Benchmark Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <!-- Suppress NU1507 (multiple package sources with CPM) -->
4- <NoWarn >$(NoWarn);NU1507</NoWarn >
4+ <NoWarn >$(NoWarn);NU1507;MSTEST0001</NoWarn >
5+ <WarningsNotAsErrors >$(WarningsNotAsErrors);MSTEST0001</WarningsNotAsErrors >
56 </PropertyGroup >
67 <ItemGroup >
78 <PackageReference Include =" Nerdbank.GitVersioning" PrivateAssets =" all" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2-
32 <PropertyGroup >
43 <Nullable >enable</Nullable >
54 <IsPackable >false</IsPackable >
65 <IsTestProject >true</IsTestProject >
76 </PropertyGroup >
8-
97 <ItemGroup >
108 <PackageReference Include =" coverlet.collector" />
119 <PackageReference Include =" Microsoft.NET.Test.Sdk" />
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ public Config()
2020 . WithRuntime ( CoreRuntime . Core80 )
2121 . WithId ( ".NET 8" ) ) ;
2222
23-
2423 AddJob ( Job . ShortRun
2524 . WithRuntime ( CoreRuntime . Core90 )
2625 . WithId ( ".NET 9" ) ) ;
You can’t perform that action at this time.
0 commit comments