Skip to content

Commit

Permalink
update to DiffEngine v 12 (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jul 10, 2023
1 parent aef407b commit f1b4119
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<NoWarn>CS1591;CS0649;xUnit1026;xUnit1013;msb3277;CS0436;CS1573</NoWarn>
<Version>20.4.0</Version>
<Version>20.5.0</Version>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>11</LangVersion>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
Expand Down
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="11.4.1" />
<PackageReference Include="DiffEngine" Version="12.0.0" />
<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="11.4.1" />
<PackageReference Include="DiffEngine" Version="12.0.0" />
<PackageReference Include="EmptyFiles" Version="4.4.0" PrivateAssets="None" />

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

0 comments on commit f1b4119

Please sign in to comment.