Skip to content

Commit

Permalink
Merge pull request #963 from Fody/dependabot/nuget/src/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 in /src
  • Loading branch information
github-actions[bot] authored Jul 5, 2024
2 parents 6519054 + 6ee0c09 commit 1c565d3
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.0" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.8.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" PrivateAssets="All" />
<PackageReference Include="NUnit" Version="4.1.0" 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.8.1" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="none" />
<PackageReference Include="Fody" Version="6.8.1" PrivateAssets="none" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Moq" Version="4.20.69" />
<PackageReference Include="NUnit" Version="4.1.0" 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.0" PrivateAssets="none" />
<PackageReference Include="Fody" Version="6.8.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.0" PrivateAssets="none" />
<PackageReference Include="Fody" Version="6.8.1" PrivateAssets="none" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 1c565d3

Please sign in to comment.