Skip to content

Commit

Permalink
Bump Microsoft.NET.Sdk.WebAssembly.Pack from 8.0.11 to 9.0.2
Browse files Browse the repository at this point in the history
Bumps [Microsoft.NET.Sdk.WebAssembly.Pack](https://github.com/dotnet/runtime) from 8.0.11 to 9.0.2.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.11...v9.0.2)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk.WebAssembly.Pack
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2025
1 parent d08bbbd commit c7de0cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Bicep.Wasm/Bicep.Wasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.11" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="21.3.1" />
<PackageReference Include="Microsoft.NET.Sdk.WebAssembly.Pack" Version="8.0.11" />
<PackageReference Include="Microsoft.NET.Sdk.WebAssembly.Pack" Version="9.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Bicep.Wasm/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
},
"Microsoft.NET.Sdk.WebAssembly.Pack": {
"type": "Direct",
"requested": "[8.0.11, )",
"resolved": "8.0.11",
"contentHash": "apyq1nlpnHG64NVs1RpgUJAxM73bu5fLFB/SsIcYYiLKdUxiIMPQQWr9ysRxfJRLlKwLSoJo6LmjhjS9sxC8eg=="
"requested": "[9.0.2, )",
"resolved": "9.0.2",
"contentHash": "svOs6YArbcpL06ZWj+b4hNVlJC5m37ydSgS+1XJWJzQu5fdT7ToEOaik1yiNo9AD357PBEiUJWTlrIcwdF8IeA=="
},
"Microsoft.SourceLink.GitHub": {
"type": "Direct",
Expand Down

0 comments on commit c7de0cd

Please sign in to comment.