Skip to content

Commit

Permalink
Bump ProjectDefaults from 1.0.113 to 1.0.114 in /src (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent a789960 commit 8a3d915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="Verify.ImageMagick" Version="3.3.0" />
<PackageReference Include="Verify.NUnit" Version="23.2.1" />
<ProjectReference Include="..\Verify.DocNet\Verify.DocNet.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.113" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.114" PrivateAssets="all" />

<None Update="sample.*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.DocNet/Verify.DocNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<PackageReference Include="Docnet.Core" Version="2.6.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.2" />
<PackageReference Include="Verify" Version="23.2.2" />
<PackageReference Include="ProjectDefaults" Version="1.0.113" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.114" PrivateAssets="all" />
</ItemGroup>
</Project>

0 comments on commit 8a3d915

Please sign in to comment.