Skip to content

Commit

Permalink
DiffEngine
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Aug 21, 2023
1 parent 91a7155 commit ac9a45b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Verify.ClipboardAccept/Verify.ClipboardAccept.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DiffEngine" Version="12.2.0" />
<PackageReference Include="DiffEngine" Version="12.2.1" />
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.2" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="All" />
<PackageReference Include="TextCopy" Version="6.2.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify/Verify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<Using Include="System.Xml" />
<Using Include="System.Runtime.Versioning" />
<Using Include="System.Runtime.InteropServices" />
<PackageReference Include="DiffEngine" Version="12.2.0" />
<PackageReference Include="DiffEngine" Version="12.2.1" />
<PackageReference Include="EmptyFiles" Version="4.5.0" PrivateAssets="None" />

<PackageReference Include="ConfigureAwait.Fody" Version="3.3.2" PrivateAssets="All" />
Expand Down

0 comments on commit ac9a45b

Please sign in to comment.