Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 20, 2023
1 parent f52f50d commit 26cee14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Argon" Version="0.9.0" />
<PackageReference Include="Argon" Version="0.10.0" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="25.1.0" PrivateAssets="all" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Verify.DiffPlex" Version="2.2.1" />
<PackageReference Include="Verify.NUnit" Version="21.1.4" />
<PackageReference Include="Verify.NUnit" Version="21.1.5" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<ProjectReference Include="..\Verify.QuestPDF\Verify.QuestPDF.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.97" PrivateAssets="all" />
Expand Down
4 changes: 2 additions & 2 deletions src/Verify.QuestPDF/Verify.QuestPDF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<TargetFrameworks>net48;net6.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Argon" Version="0.9.0" />
<PackageReference Include="Argon" Version="0.10.0" />
<PackageReference Include="QuestPDF" Version="2023.6.3" />
<PackageReference Include="Polyfill" Version="1.28.0" PrivateAssets="all" />
<PackageReference Include="Verify" Version="21.1.4" />
<PackageReference Include="Verify" Version="21.1.5" />
<PackageReference Include="ProjectDefaults" Version="1.0.97" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
</ItemGroup>
Expand Down

0 comments on commit 26cee14

Please sign in to comment.