Skip to content

Commit

Permalink
Bump the dotnet group with 4 updates (#44)
Browse files Browse the repository at this point in the history
Bumps the dotnet group with 4 updates: [MSTest.Analyzers](https://github.com/microsoft/testfx), [MSTest.Engine](https://github.com/microsoft/testfx), [MSTest.SourceGeneration](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx).


Updates `MSTest.Analyzers` from 3.5.2 to 3.6.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.5.2...v3.6.0)

Updates `MSTest.Engine` from 1.0.0-alpha.24366.3 to 1.0.0-alpha.24460.4
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/commits)

Updates `MSTest.SourceGeneration` from 1.0.0-alpha.24366.3 to 1.0.0-alpha.24460.4
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](https://github.com/microsoft/testfx/commits)

Updates `MSTest.TestFramework` from 3.5.2 to 3.6.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.5.2...v3.6.0)

---
updated-dependencies:
- dependency-name: MSTest.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: MSTest.Engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: MSTest.SourceGeneration
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: MSTest.TestFramework
  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 Sep 12, 2024
1 parent 540ee19 commit 226bfb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageVersion Include="MSTest.Engine" Version="1.0.0-alpha.24366.3" />
<PackageVersion Include="MSTest.SourceGeneration" Version="1.0.0-alpha.24366.3" />
<PackageVersion Include="MSTest.TestFramework" Version="3.5.2" PrivateAssets="all" IncludeAssets="runtime;build;native;contentfiles;analyzers;buildtransitive" />
<PackageVersion Include="MSTest.Analyzers" Version="3.5.2" PrivateAssets="all" IncludeAssets="runtime;build;native;contentfiles;analyzers;buildtransitive" />
<PackageVersion Include="MSTest.Engine" Version="1.0.0-alpha.24460.4" />
<PackageVersion Include="MSTest.SourceGeneration" Version="1.0.0-alpha.24460.4" />
<PackageVersion Include="MSTest.TestFramework" Version="3.6.0" PrivateAssets="all" IncludeAssets="runtime;build;native;contentfiles;analyzers;buildtransitive" />
<PackageVersion Include="MSTest.Analyzers" Version="3.6.0" PrivateAssets="all" IncludeAssets="runtime;build;native;contentfiles;analyzers;buildtransitive" />
<PackageVersion Include="Nito.AsyncEx.Coordination" Version="5.1.2" />
<PackageVersion Include="Pathological.Globbing" Version="8.0.4" />
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.7.3" />
Expand Down

0 comments on commit 226bfb7

Please sign in to comment.