Skip to content

Commit

Permalink
Bump ProjectDefaults from 1.0.111 to 1.0.112 in /src
Browse files Browse the repository at this point in the history
Bumps [ProjectDefaults](https://github.com/SimonCropp/ProjectDefaults) from 1.0.111 to 1.0.112.
- [Commits](https://github.com/SimonCropp/ProjectDefaults/commits)

---
updated-dependencies:
- dependency-name: ProjectDefaults
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent 0c6a8e6 commit dbb31f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/CompactTests/CompactTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<PackageReference Include="Verify.Nunit" Version="23.2.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<ProjectReference Include="..\Verify.DiffPlex\Verify.DiffPlex.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.111" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.112" PrivateAssets="all" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<PackageReference Include="Verify.Nunit" Version="23.2.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<ProjectReference Include="..\Verify.DiffPlex\Verify.DiffPlex.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.111" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.112" PrivateAssets="all" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Verify.DiffPlex/Verify.DiffPlex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<PackageReference Include="DiffPlex" Version="1.7.2" />
<PackageReference Include="Polyfill" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="Verify" Version="23.2.1" />
<PackageReference Include="ProjectDefaults" Version="1.0.111" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.112" PrivateAssets="all" />
</ItemGroup>
</Project>

0 comments on commit dbb31f7

Please sign in to comment.