Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"csharpier": {
"version": "1.2.6",
"version": "1.3.0",
"commands": [
"csharpier"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
<PackageReference Include="Aspire.Hosting.SqlServer" />
<!-- Security pin: forces patched MessagePack over the vulnerable version the Aspire
SDK pulls transitively (GHSA-hv8m-jj95-wg3x). Not used by our code directly. -->
<PackageReference Include="Azure.Storage.Queues" />
<PackageReference Include="MessagePack" />
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" />
</ItemGroup>

<!-- Set ASPIRE_ENABLED=true to include ServiceDefaults in the build -->
Expand Down
Loading