Skip to content

Commit

Permalink
Bump Fody from 6.7.0 to 6.8.0 in /src (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 3, 2023
1 parent 10d9fa0 commit c9f242f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DiffEngine/DiffEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Using Include="System.ReadOnlySpan&lt;System.Char&gt;" Alias="CharSpan" />
<PackageReference Include="Caseless.Fody" Version="1.9.1" PrivateAssets="All" />
<PackageReference Include="EmptyFiles" Version="4.4.0" PrivateAssets="None" />
<PackageReference Include="Fody" Version="6.7.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<PackageReference Include="ProjectDefaults" Version="1.0.91" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="1.23.0" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion src/DiffEngineTray/DiffEngineTray.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<EmbeddedResource Include="Images\*.ico" />
<EmbeddedResource Include="Images\*.png" />
<PackageReference Include="Resourcer.Fody" Version="1.8.1" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.7.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" />
<PackageReference Include="Serilog" Version="3.0.1" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="System.Text.Json" Version="7.0.3" />
Expand Down

0 comments on commit c9f242f

Please sign in to comment.