Skip to content

Commit

Permalink
Bump the csharpier group across 1 directory with 2 updates (#133)
Browse files Browse the repository at this point in the history
Bumps the csharpier group with 2 updates in the / directory: [CSharpier.MsBuild](https://github.com/belav/csharpier) and [csharpier](https://github.com/belav/csharpier).


Updates `CSharpier.MsBuild` from 0.30.3 to 0.30.6
- [Release notes](https://github.com/belav/csharpier/releases)
- [Changelog](https://github.com/belav/csharpier/blob/main/CHANGELOG.md)
- [Commits](belav/csharpier@0.30.3...0.30.6)

Updates `csharpier` from 0.30.3 to 0.30.6
- [Release notes](https://github.com/belav/csharpier/releases)
- [Changelog](https://github.com/belav/csharpier/blob/main/CHANGELOG.md)
- [Commits](belav/csharpier@0.30.3...0.30.6)

---
updated-dependencies:
- dependency-name: CSharpier.MsBuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: csharpier
- dependency-name: csharpier
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: csharpier
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 7a7c065 commit 0be613d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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": "0.30.3",
"version": "0.30.6",
"commands": [
"dotnet-csharpier"
],
Expand Down
2 changes: 1 addition & 1 deletion OpenAIChatGPTBlazor/OpenAIChatGPTBlazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets"
Version="1.21.0" />
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.175" />
<PackageReference Include="CSharpier.MsBuild" Version="0.30.3">
<PackageReference Include="CSharpier.MsBuild" Version="0.30.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion Tests/UiTests/UiTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Version="1.21.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />

<PackageReference Include="CSharpier.MsBuild" Version="0.30.3">
<PackageReference Include="CSharpier.MsBuild" Version="0.30.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 0be613d

Please sign in to comment.