Skip to content

Commit

Permalink
Bump Fody from 6.3.0 to 6.4.0
Browse files Browse the repository at this point in the history
Bumps [Fody](https://github.com/Fody/Fody) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/Fody/Fody/releases)
- [Commits](https://github.com/Fody/Fody/commits/6.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Mar 8, 2021
1 parent f79c1ba commit 0d02ced
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 @@ -10,7 +10,7 @@
<Compile Include="..\DiffEngineTray\PiperClient.cs" Link="Tray\PiperClient.cs" />
<PackageReference Include="Caseless.Fody" Version="1.9.1" PrivateAssets="All" />
<PackageReference Include="EmptyFiles" Version="2.6.0" PrivateAssets="None" />
<PackageReference Include="Fody" Version="6.3.0" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.4.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<PackageReference Include="ProjectDefaults" Version="1.0.54" PrivateAssets="All" />
<PackageReference Include="Nullable" Version="1.3.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.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.3.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.4.0" PrivateAssets="all" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" />
<PackageReference Include="System.Text.Json" Version="5.0.1" />
Expand Down

0 comments on commit 0d02ced

Please sign in to comment.