Skip to content

Commit cd822f8

Browse files
authored
Merge pull request #20 from voc0der/dependabot/nuget/Fody-6.9.1
Bump Fody from 6.0.0 to 6.9.1
2 parents 957a9a5 + 1680973 commit cd822f8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NWNLogRotator.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -199,5 +199,7 @@
199199
</PropertyGroup>
200200
<Error Condition="!Exists('packages\Fody.6.0.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Fody.6.0.0\build\Fody.targets'))" />
201201
<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'))" />
202+
<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'))" />
202203
</Target>
204+
<Import Project="packages/Costura./Fody.6.9.1/build/Fody.targets" Condition="Exists('packages/Costura./Fody.6.9.1/build/Fody.targets')" />
203205
</Project>

packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<packages>
33
<package id="Costura.Fody" version="4.1.0" targetFramework="net48" />
44
<package id="Extended.Wpf.Toolkit" version="4.6.1" targetFramework="net481" />
5-
<package id="Fody" version="6.0.0" targetFramework="net48" developmentDependency="true" />
5+
<package id="Fody" version="6.9.1" targetFramework="net481" developmentDependency="true" />
66
</packages>

0 commit comments

Comments
 (0)