Skip to content

Commit

Permalink
Bump ProjectDefaults from 1.0.99 to 1.0.100 in /src (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 8633524 commit efc1351
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 @@ -12,7 +12,7 @@
<PackageReference Include="Verify.NUnit" Version="21.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<ProjectReference Include="..\Verify.QuestPDF\Verify.QuestPDF.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.99" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.100" PrivateAssets="all" />

<None Update="sample.*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.QuestPDF/Verify.QuestPDF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageReference Include="QuestPDF" Version="2023.9.0" />
<PackageReference Include="Polyfill" Version="1.28.0" PrivateAssets="all" />
<PackageReference Include="Verify" Version="21.3.0" />
<PackageReference Include="ProjectDefaults" Version="1.0.99" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.100" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
</ItemGroup>
</Project>

0 comments on commit efc1351

Please sign in to comment.