Skip to content

Commit

Permalink
Merge pull request #20 from voc0der/dependabot/nuget/Fody-6.9.1
Browse files Browse the repository at this point in the history
Bump Fody from 6.0.0 to 6.9.1
  • Loading branch information
voc0der authored Dec 6, 2024
2 parents 957a9a5 + 1680973 commit cd822f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NWNLogRotator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -199,5 +199,7 @@
</PropertyGroup>
<Error Condition="!Exists('packages\Fody.6.0.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Fody.6.0.0\build\Fody.targets'))" />
<Error Condition="!Exists('packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Costura.Fody.4.1.0\build\Costura.Fody.props'))" />
<Error Condition="!Exists('packages/Costura./Fody.6.9.1/build/Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages/Costura./Fody.6.9.1/build/Fody.targets'))" />
</Target>
<Import Project="packages/Costura./Fody.6.9.1/build/Fody.targets" Condition="Exists('packages/Costura./Fody.6.9.1/build/Fody.targets')" />
</Project>
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<packages>
<package id="Costura.Fody" version="4.1.0" targetFramework="net48" />
<package id="Extended.Wpf.Toolkit" version="4.6.1" targetFramework="net481" />
<package id="Fody" version="6.0.0" targetFramework="net48" developmentDependency="true" />
<package id="Fody" version="6.9.1" targetFramework="net481" developmentDependency="true" />
</packages>

0 comments on commit cd822f8

Please sign in to comment.