Skip to content

Commit

Permalink
build(deps): Bump the all group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 2 updates: [DotNet.ReproducibleBuilds](https://github.com/dotnet/reproducible-builds) and [Verify.MSTest](https://github.com/VerifyTests/Verify).


Updates `DotNet.ReproducibleBuilds` from 1.1.1 to 1.2.4
- [Release notes](https://github.com/dotnet/reproducible-builds/releases)
- [Commits](https://github.com/dotnet/reproducible-builds/commits/v1.2.4)

Updates `Verify.MSTest` from 25.0.3 to 25.0.4
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@25.0.3...25.0.4)

---
updated-dependencies:
- dependency-name: DotNet.ReproducibleBuilds
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Verify.MSTest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and HavenDV committed Jul 1, 2024
1 parent d2e0baf commit d8e4c4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/libs/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup Label="Source Link">
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1">
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ItemGroup Label="Generator tests packages">
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.MSTest" Version="1.1.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.10.0" />
<PackageReference Include="Verify.MSTest" Version="25.0.3" />
<PackageReference Include="Verify.MSTest" Version="25.0.4" />
<PackageReference Include="Verify.SourceGenerators" Version="2.2.0" />
<PackageReference Include="H.Resources.Generator" Version="1.6.0">
<PrivateAssets>all</PrivateAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="MSTest.TestAdapter" Version="3.4.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.4.3" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Verify.MSTest" Version="25.0.3" />
<PackageReference Include="Verify.MSTest" Version="25.0.4" />
</ItemGroup>

<ItemGroup Label="GlobalUsings">
Expand Down

0 comments on commit d8e4c4f

Please sign in to comment.