Skip to content

Commit

Permalink
Bump ProjectDefaults from 1.0.118 to 1.0.123 in /src
Browse files Browse the repository at this point in the history
Bumps [ProjectDefaults](https://github.com/SimonCropp/ProjectDefaults) from 1.0.118 to 1.0.123.
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 2b332f5 commit bdfb793
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Verify.Nunit" Version="23.2.2" />
<ProjectReference Include="..\WaffleGenerator.Bogus\WaffleGenerator.Bogus.csproj" />
<ProjectReference Include="..\WaffleGenerator\WaffleGenerator.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.118" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.123" PrivateAssets="all" />
<Using Include="NUnit.Framework.Legacy.ClassicAssert" Static="True" />
<Using Include="NUnit.Framework.Assert" Static="True" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/WaffleGenerator.Bogus/WaffleGenerator.Bogus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<ItemGroup>
<PackageReference Include="Bogus" Version="35.4.0" />
<ProjectReference Include="..\WaffleGenerator\WaffleGenerator.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.118" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.123" PrivateAssets="all" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/WaffleGenerator/WaffleGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Polyfill" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.118" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.123" PrivateAssets="all" />
</ItemGroup>
</Project>

0 comments on commit bdfb793

Please sign in to comment.