Skip to content

Commit

Permalink
Merge pull request #1011 from Fody/dependabot/nuget/src/Fody-6.9.1
Browse files Browse the repository at this point in the history
Bump Fody from 6.8.2 to 6.9.1 in /src
  • Loading branch information
github-actions[bot] authored Dec 9, 2024
2 parents 546ed31 + 696799f commit 3efb723
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="Catel.Core" Version="5.12.22" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.8.2" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.9.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" PrivateAssets="All" />
<PackageReference Include="NUnit" Version="4.2.2" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion src/Costura.Fody.Tests/Costura.Fody.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ItemGroup>
<PackageReference Include="ApprovalTests" Version="6.0.0" />
<PackageReference Include="FodyHelpers" Version="6.9.1" />
<PackageReference Include="Fody" Version="6.8.2" PrivateAssets="none" />
<PackageReference Include="Fody" Version="6.9.1" PrivateAssets="none" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="NUnit" Version="4.2.2" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion src/Costura.Template/Costura.Template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Fody" Version="6.8.2" PrivateAssets="none" />
<PackageReference Include="Fody" Version="6.9.1" PrivateAssets="none" />
</ItemGroup>

<Import Project="$(MSBuildProjectDirectory)\..\Directory.build.shared.explicit.props" Condition="Exists('$(MSBuildProjectDirectory)\..\Directory.build.shared.explicit.props')" />
Expand Down
2 changes: 1 addition & 1 deletion src/Costura/Costura.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Fody" Version="6.8.2" PrivateAssets="none" />
<PackageReference Include="Fody" Version="6.9.1" PrivateAssets="none" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3efb723

Please sign in to comment.