Skip to content

Commit

Permalink
Bump ProjectDefaults from 1.0.123 to 1.0.125 in /src (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent 96eb251 commit ef9b34d
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.123" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.125" 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.1" />
<ProjectReference Include="..\WaffleGenerator\WaffleGenerator.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.123" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.125" 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.123" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.125" PrivateAssets="all" />
</ItemGroup>
</Project>

0 comments on commit ef9b34d

Please sign in to comment.