Skip to content

Commit 1f994e3

Browse files
Bump Fody from 6.0.0 to 6.9.1
Bumps [Fody](https://github.com/Fody/Fody) from 6.0.0 to 6.9.1. - [Release notes](https://github.com/Fody/Fody/releases) - [Commits](Fody/Fody@6.0.0...6.9.1) --- updated-dependencies: - dependency-name: Fody dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8fcfa47 commit 1f994e3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

App.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8.1"/>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8.1" />
55
</startup>
6+
<runtime />
67
</configuration>

NWNLogRotator.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,7 @@
194194
</PropertyGroup>
195195
<Error Condition="!Exists('packages\Fody.6.0.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Fody.6.0.0\build\Fody.targets'))" />
196196
<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'))" />
197+
<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'))" />
197198
</Target>
199+
<Import Project="packages/Costura./Fody.6.9.1/build/Fody.targets" Condition="Exists('packages/Costura./Fody.6.9.1/build/Fody.targets')" />
198200
</Project>

packages.config

Lines changed: 1 addition & 1 deletion
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.0.1" targetFramework="net48" />
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)