Skip to content

Commit

Permalink
Merge pull request #414 from WildGums/dependabot/nuget/Fody-6.8.0
Browse files Browse the repository at this point in the history
Bump Fody from 6.7.0 to 6.8.0
  • Loading branch information
github-actions[bot] authored Jul 3, 2023
2 parents a0d3419 + f4f46f5 commit bc1bd91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Orc.Sort.Tests/Orc.Sort.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Catel.Fody" Version="4.9.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.7.0" PrivateAssets="all">
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="MethodTimer.Fody" Version="3.2.2" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion src/Orc.Sort/Orc.Sort.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ItemGroup>
<PackageReference Include="Catel.Core" Version="6.0.0-alpha1221" />
<PackageReference Include="Catel.Fody" Version="4.9.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.7.0" PrivateAssets="all">
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="LoadAssembliesOnStartup.Fody" Version="4.6.0" PrivateAssets="all" />
Expand Down

0 comments on commit bc1bd91

Please sign in to comment.