File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/HttpClientInterception Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1111 <PackageReference Include =" Microsoft.CodeAnalysis.PublicApiAnalyzers" Version =" $(AnalyzersVersion)" PrivateAssets =" All" />
1212 <PackageReference Include =" Microsoft.NetCore.Analyzers" Version =" $(AnalyzersVersion)" PrivateAssets =" All" />
1313 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-19367-01" PrivateAssets =" All" />
14- <PackageReference Include =" ReportGenerator" Version =" 4.2.20 " PrivateAssets =" All" />
14+ <PackageReference Include =" ReportGenerator" Version =" 4.3.0 " PrivateAssets =" All" />
1515 <PackageReference Include =" StyleCop.Analyzers" Version =" 1.1.118" PrivateAssets =" All" />
1616 </ItemGroup >
1717 <ItemGroup >
Original file line number Diff line number Diff line change 1111 <SignAssembly >true</SignAssembly >
1212 <Summary >A .NET library for intercepting server-side HTTP dependencies.</Summary >
1313 <TargetFrameworks >netstandard2.0;netstandard2.1;net461;net472</TargetFrameworks >
14+ <!-- HACK Workaround flaky build in Azure Pipelines for Linux -->
15+ <BuildInParallel Condition =" '$(OS)' != 'Windows_NT' " >false</BuildInParallel >
1416 </PropertyGroup >
1517 <ItemGroup >
1618 <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" $(MicrosoftNETFrameworkReferenceAssembliesVersion)" PrivateAssets =" All" />
You can’t perform that action at this time.
0 commit comments