Skip to content

Commit

Permalink
Merge pull request #642 from WildGums/dependabot/nuget/Fody-6.8.1
Browse files Browse the repository at this point in the history
Bump Fody from 6.8.0 to 6.8.1
  • Loading branch information
github-actions[bot] authored May 16, 2024
2 parents 059910a + 94ae7da commit 4379a96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Orc.FileSystem.Example/Orc.FileSystem.Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Include="Catel.MVVM" Version="6.0.3" />
<PackageReference Include="Catel.Fody" Version="4.9.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all">
<PackageReference Include="Fody" Version="6.8.1" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="LoadAssembliesOnStartup.Fody" Version="4.6.0" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion src/Orc.FileSystem.Tests/Orc.FileSystem.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ItemGroup>
<PackageReference Include="Catel.Core" Version="6.0.1" />
<PackageReference Include="Catel.Fody" Version="4.9.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all">
<PackageReference Include="Fody" Version="6.8.1" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Orc.FileSystem/Orc.FileSystem.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" />
<PackageReference Include="Catel.Fody" Version="4.9.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all">
<PackageReference Include="Fody" Version="6.8.1" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="ModuleInit.Fody" Version="2.1.1" PrivateAssets="all" />
Expand Down

0 comments on commit 4379a96

Please sign in to comment.