Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Oct 16, 2023
1 parent f897537 commit 0a4bd0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
<PackageTags>Quibble, Verify</PackageTags>
<SignAssembly>false</SignAssembly>
<Description>Extends Verify (https://github.com/VerifyTests/Verify) to allow comparison of text via Quibble (https://github.com/nrkno/Quibble).</Description>
<ResolveAssemblyReferencesSilent>true</ResolveAssemblyReferencesSilent>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageReference Include="Argon" Version="0.13.0" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="25.1.0" PrivateAssets="all" />
<PackageReference Include="Verify.DiffPlex" Version="2.2.1" />
<PackageReference Include="Verify.Xunit" Version="22.1.3" />
<PackageReference Include="Verify.Xunit" Version="22.1.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<ProjectReference Include="..\Verify.Quibble\Verify.Quibble.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.100" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.Quibble/Verify.Quibble.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageReference Include="Argon" Version="0.13.0" />
<PackageReference Include="Polyfill" Version="1.29.0" PrivateAssets="all" />
<PackageReference Include="Quibble" Version="0.3.1" />
<PackageReference Include="Verify" Version="22.1.3" />
<PackageReference Include="Verify" Version="22.1.4" />
<PackageReference Include="ProjectDefaults" Version="1.0.100" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
</ItemGroup>
Expand Down

0 comments on commit 0a4bd0d

Please sign in to comment.