Skip to content

Commit

Permalink
Bump ProjectDefaults from 1.0.107 to 1.0.108 in /src (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 49b0b45 commit 59c9cb6
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.2.2" />
<PackageReference Include="Verify.NUnit" Version="22.8.0" />
<ProjectReference Include="..\Verify.DocNet\Verify.DocNet.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.107" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.108" 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,7 +7,7 @@
<PackageReference Include="Docnet.Core" Version="2.6.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.1" />
<PackageReference Include="Verify" Version="22.8.0" />
<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 59c9cb6

Please sign in to comment.