Skip to content

Commit

Permalink
Bump ProjectDefaults from 1.0.107 to 1.0.108 in /src
Browse files Browse the repository at this point in the history
Bumps [ProjectDefaults](https://github.com/SimonCropp/ProjectDefaults) from 1.0.107 to 1.0.108.
- [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 Dec 18, 2023
1 parent 1df79ce commit 9b9c53e
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="22.8.0" />
<ProjectReference Include="..\WaffleGenerator.Bogus\WaffleGenerator.Bogus.csproj" />
<ProjectReference Include="..\WaffleGenerator\WaffleGenerator.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.107" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.108" 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,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Bogus" Version="35.0.1" />
<ProjectReference Include="..\WaffleGenerator\WaffleGenerator.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.107" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.108" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/WaffleGenerator/WaffleGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>Produces of text which, on first glance, looks like real, ponderous, prose; replete with clichés.</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ProjectDefaults" Version="1.0.107" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.108" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
</ItemGroup>
</Project>

0 comments on commit 9b9c53e

Please sign in to comment.