Skip to content

Commit

Permalink
Add a package reference to help generated auto client code build (#4139)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Taillefer <[email protected]>
  • Loading branch information
geeknoid and Martin Taillefer authored Jun 29, 2023
1 parent 4ab1ab1 commit 030317c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<PropertyGroup>
<Stage>normal</Stage>
<MinCodeCoverage>99</MinCodeCoverage>
<MinCodeCoverage>98</MinCodeCoverage>
<MinMutationScore>95</MinMutationScore>
</PropertyGroup>

Expand Down

0 comments on commit 030317c

Please sign in to comment.