Skip to content

Commit

Permalink
Bump the dotnet group with 5 updates (#61)
Browse files Browse the repository at this point in the history
Bumps the dotnet group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [GitHub.Actions.Core](https://github.com/IEvangelist/dotnet-github-actions-sdk) | `8.1.1` | `9.0.0` |
| [GitHub.Actions.Octokit](https://github.com/IEvangelist/dotnet-github-actions-sdk) | `8.1.1` | `9.0.0` |
| [Microsoft.Testing.Platform.MSBuild](https://github.com/microsoft/testfx) | `1.4.3` | `1.5.0` |
| [MSTest.Analyzers](https://github.com/microsoft/testfx) | `3.6.4` | `3.7.0` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.6.4` | `3.7.0` |


Updates `GitHub.Actions.Core` from 8.1.1 to 9.0.0
- [Release notes](https://github.com/IEvangelist/dotnet-github-actions-sdk/releases)
- [Commits](IEvangelist/dotnet-github-actions-sdk@8.1.1...9.0.0)

Updates `GitHub.Actions.Octokit` from 8.1.1 to 9.0.0
- [Release notes](https://github.com/IEvangelist/dotnet-github-actions-sdk/releases)
- [Commits](IEvangelist/dotnet-github-actions-sdk@8.1.1...9.0.0)

Updates `Microsoft.Testing.Platform.MSBuild` from 1.4.3 to 1.5.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog-Platform.md)
- [Commits](https://github.com/microsoft/testfx/commits)

Updates `MSTest.Analyzers` from 3.6.4 to 3.7.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.4...v3.7.0)

Updates `MSTest.TestFramework` from 3.6.4 to 3.7.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.4...v3.7.0)

Updates `MSTest.Analyzers` from 3.6.4 to 3.7.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.4...v3.7.0)

---
updated-dependencies:
- dependency-name: GitHub.Actions.Core
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: GitHub.Actions.Octokit
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Microsoft.Testing.Platform.MSBuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: MSTest.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: MSTest.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

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 5, 2025
1 parent 60d1693 commit b6e8043
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<PackageVersion Include="Aspire.Hosting.AppHost" Version="9.0.0" />
<PackageVersion Include="Blazor.LocalStorage" Version="9.0.1" />
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
<PackageVersion Include="GitHub.Actions.Core" Version="8.1.1" />
<PackageVersion Include="GitHub.Actions.Octokit" Version="8.1.1" />
<PackageVersion Include="GitHub.Actions.Core" Version="9.0.0" />
<PackageVersion Include="GitHub.Actions.Octokit" Version="9.0.0" />
<PackageVersion Include="GitHubActionsTestLogger" Version="2.3.3" />
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Client.Core" Version="9.0.0" />
Expand All @@ -29,11 +29,11 @@
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.0" />
<PackageVersion Include="Microsoft.Extensions.Options.DataAnnotations" Version="9.0.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageVersion Include="Microsoft.Testing.Platform.MSBuild" Version="1.4.3" />
<PackageVersion Include="Microsoft.Testing.Platform.MSBuild" Version="1.5.0" />
<PackageVersion Include="MSTest.Engine" Version="1.0.0-alpha.24562.1" />
<PackageVersion Include="MSTest.SourceGeneration" Version="1.0.0-alpha.24562.1" />
<PackageVersion Include="MSTest.TestFramework" Version="3.6.4" />
<PackageVersion Include="MSTest.Analyzers" Version="3.6.4" />
<PackageVersion Include="MSTest.TestFramework" Version="3.7.0" />
<PackageVersion Include="MSTest.Analyzers" Version="3.7.0" />
<PackageVersion Include="Nito.AsyncEx.Coordination" Version="5.1.2" />
<PackageVersion Include="Pathological.Globbing" Version="9.0.0" />
<PackageVersion Include="Swashbuckle.AspNetCore" Version="7.2.0" />
Expand Down

0 comments on commit b6e8043

Please sign in to comment.