Skip to content

Commit

Permalink
Bump Fody from 6.1.1 to 6.1.2
Browse files Browse the repository at this point in the history
Bumps [Fody](https://github.com/Fody/Fody) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/Fody/Fody/releases)
- [Commits](Fody/Fody@6.1.1...6.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed May 25, 2020
1 parent b750f38 commit 00ffedc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Orc.Squirrel.Example/Orc.Squirrel.Example.csproj
Expand Up @@ -17,7 +17,7 @@

<ItemGroup>
<PackageReference Include="Catel.Fody" Version="4.4.4" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.1.1" PrivateAssets="all">
<PackageReference Include="Fody" Version="6.1.2" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="LoadAssembliesOnStartup.Fody" Version="4.5.0" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion src/Orc.Squirrel.Tests/Orc.Squirrel.Tests.csproj
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="ApprovalTests" Version="5.2.4" />
<PackageReference Include="Catel.Core" Version="5.12.6" />
<PackageReference Include="Catel.Fody" Version="4.4.4" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.1.1" PrivateAssets="all">
<PackageReference Include="Fody" Version="6.1.2" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="LoadAssembliesOnStartup.Fody" Version="4.5.0" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion src/Orc.Squirrel.Xaml/Orc.Squirrel.Xaml.csproj
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Catel.Fody" Version="4.4.4" PrivateAssets="all" />
<PackageReference Include="Catel.MVVM" Version="5.12.6" />
<PackageReference Include="Costura.Fody" Version="4.1.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.1.1" PrivateAssets="all">
<PackageReference Include="Fody" Version="6.1.2" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="ModuleInit.Fody" Version="2.1.0" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion src/Orc.Squirrel/Orc.Squirrel.csproj
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="Catel.Core" Version="5.12.6" />
<PackageReference Include="Catel.Fody" Version="4.4.4" PrivateAssets="all" />
<PackageReference Include="Costura.Fody" Version="4.1.0" PrivateAssets="all" />
<PackageReference Include="Fody" Version="6.1.1" PrivateAssets="all">
<PackageReference Include="Fody" Version="6.1.2" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="ModuleInit.Fody" Version="2.1.0" PrivateAssets="all" />
Expand Down

0 comments on commit 00ffedc

Please sign in to comment.