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 79c70e2 commit eed0ac5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/CompactTests/CompactTests.csproj
Expand Up @@ -7,7 +7,7 @@
<PackageReference Include="Argon" Version="0.13.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Verify.NUnit" Version="22.1.3" />
<PackageReference Include="Verify.NUnit" Version="22.1.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<ProjectReference Include="..\Verify.DiffPlex\Verify.DiffPlex.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.100" PrivateAssets="all" />
Expand Down
1 change: 1 addition & 0 deletions src/Directory.Build.props
Expand Up @@ -7,5 +7,6 @@
<LangVersion>preview</LangVersion>
<PackageTags>DiffPlex, Verify</PackageTags>
<Description>Extends Verify (https://github.com/VerifyTests/Verify) to allow comparison of text via DiffPlex (https://github.com/mmanela/diffplex).</Description>
<ResolveAssemblyReferencesSilent>true</ResolveAssemblyReferencesSilent>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
Expand Up @@ -8,7 +8,7 @@
<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.NUnit" Version="22.1.3" />
<PackageReference Include="Verify.NUnit" Version="22.1.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<ProjectReference Include="..\Verify.DiffPlex\Verify.DiffPlex.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.100" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.DiffPlex/Verify.DiffPlex.csproj
Expand Up @@ -6,7 +6,7 @@
<PackageReference Include="Argon" Version="0.13.0" />
<PackageReference Include="DiffPlex" Version="1.7.1" />
<PackageReference Include="Polyfill" Version="1.29.0" PrivateAssets="all" />
<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 eed0ac5

Please sign in to comment.