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:
Martin Taillefer 2023-06-29 07:38:49 -07:00 коммит произвёл GitHub
Родитель 4ab1ab1b1e
Коммит 030317c8f9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

@ -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>