Skip to content

Commit

Permalink
Bump ProjectDefaults from 1.0.97 to 1.0.99 in /src (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent fcb045e commit 296accf
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,6 +10,6 @@
<PackageReference Include="Verify.NUnit" Version="21.2.0" />
<ProjectReference Include="..\WaffleGenerator.Bogus\WaffleGenerator.Bogus.csproj" />
<ProjectReference Include="..\WaffleGenerator\WaffleGenerator.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.97" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.99" PrivateAssets="all" />
</ItemGroup>
</Project>
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="34.0.2" />
<ProjectReference Include="..\WaffleGenerator\WaffleGenerator.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.97" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.99" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" 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.97" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.99" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
</ItemGroup>
</Project>

0 comments on commit 296accf

Please sign in to comment.