Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/nuget/Fody-6.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored Nov 21, 2024
2 parents 29b7765 + b63b671 commit d7ed882
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Publicize.Fody/Publicize.Fody.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FodyHelpers" Version="6.8.1" />
<PackageReference Include="FodyHelpers" Version="6.9.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Publicize/Publicize.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Fody" Version="6.9.1" PrivateAssets="none" />
<PackageReference Include="FodyPackaging" Version="6.8.1" PrivateAssets="All" />
<PackageReference Include="FodyPackaging" Version="6.9.1" PrivateAssets="All" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="FodyHelpers" Version="6.8.1" />
<PackageReference Include="FodyHelpers" Version="6.9.1" />
<PackageReference Include="Xunit" Version="2.9.0" />
<PackageReference Include="Verify.Xunit" Version="26.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<ProjectReference Include="..\Publicize.Fody\Publicize.Fody.csproj" />
<ProjectReference Include="..\AssemblyToProcess\AssemblyToProcess.csproj" />
</ItemGroup>
Expand Down

0 comments on commit d7ed882

Please sign in to comment.