зеркало из https://github.com/dotnet/extensions.git
Add a package reference to help generated auto client code build (#4139)
Co-authored-by: Martin Taillefer <mataille@microsoft.com>
This commit is contained in:
Родитель
4ab1ab1b1e
Коммит
030317c8f9
|
@ -24,6 +24,14 @@
|
|||
<AnalyzerReference Include="..\..\Generators\Microsoft.Gen.AutoClient\Roslyn4.0\Microsoft.Gen.AutoClient.Roslyn4.0.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<!-- This reference is not strictly needed by this package, but we include here such that
|
||||
application using this package to invoke the auto client code generator will inherit
|
||||
this reference, such that the generated code will work.
|
||||
-->
|
||||
<ProjectReference Include="../Microsoft.Extensions.Http.Telemetry/Microsoft.Extensions.Http.Telemetry.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Extensions.Http" />
|
||||
<PackageReference Include="System.Text.Json" />
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<Stage>normal</Stage>
|
||||
<MinCodeCoverage>99</MinCodeCoverage>
|
||||
<MinCodeCoverage>98</MinCodeCoverage>
|
||||
<MinMutationScore>95</MinMutationScore>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче