Skip to content

Commit

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


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

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

---
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 Dec 9, 2024
1 parent 32f262b commit 7a7c065
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.2",
"version": "0.30.3",
"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.2">
<PackageReference Include="CSharpier.MsBuild" Version="0.30.3">
<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.2">
<PackageReference Include="CSharpier.MsBuild" Version="0.30.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 7a7c065

Please sign in to comment.