Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Feb 29, 2024
1 parent bc2460c commit a67dd0a
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 @@ -12,7 +12,7 @@
<PackageReference Include="Verify.NUnit" Version="23.2.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<ProjectReference Include="..\Verify.QuestPDF\Verify.QuestPDF.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.114" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.116" 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,6 +7,6 @@
<PackageReference Include="QuestPDF" Version="2023.12.6" />
<PackageReference Include="Polyfill" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="Verify" Version="23.2.2" />
<PackageReference Include="ProjectDefaults" Version="1.0.114" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.116" PrivateAssets="all" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.200",
"version": "8.0.201",
"allowPrerelease": true,
"rollForward": "latestFeature"
}
Expand Down

0 comments on commit a67dd0a

Please sign in to comment.