Skip to content

Commit

Permalink
update nugets
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Dec 22, 2023
1 parent e0cc5e0 commit bc40243
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dotnet-compliance/eShopLite/Products/Products.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Microsoft.Extensions.Compliance.Redaction" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Telemetry" Version="8.0.*-*" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.*-*" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.6.0-*" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.7.0-*" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions dotnet-compliance/eShopLite/Store/Store.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.AuditReports" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Telemetry" Version="8.0.*-*" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.6.0-*" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.6.0-*" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.7.0-*" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.7.0-*" />
</ItemGroup>

</Project>

0 comments on commit bc40243

Please sign in to comment.