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 d01f411 commit 488266c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -19,7 +19,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Compliance.Redaction" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Compliance.Redaction" Version="8.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.7.0-*" />
Expand Down
2 changes: 1 addition & 1 deletion dotnet-compliance/eShopLite/Store/Store.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.AuditReports" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.AuditReports" Version="8.0.*-*" />
<PackageReference Include="Microsoft.Extensions.Telemetry" Version="8.0.*-*" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.7.0-*" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.7.0-*" />
Expand Down

0 comments on commit 488266c

Please sign in to comment.