Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: FodyHelpers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent 9226340 commit 5aa59e8
Show file tree
Hide file tree
Showing 14 changed files with 284 additions and 284 deletions.
50 changes: 25 additions & 25 deletions Catel/Anotar.Catel.Fody/Anotar.Catel.Fody.csproj
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(SolutionDir)\Common\AsyncChecker.cs">
<Link>AsyncChecker.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\CecilExtensions.cs">
<Link>CecilExtensions.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\ParamsFormatBuilder.cs">
<Link>ParamsFormatBuilder.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\ReturnFixer.cs">
<Link>ReturnFixer.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\SystemTypesResolver.cs">
<Link>SystemTypesResolver.cs</Link>
</Compile>

<PackageReference Include="FodyHelpers" Version="6.8.1" />
</ItemGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(SolutionDir)\Common\AsyncChecker.cs">
<Link>AsyncChecker.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\CecilExtensions.cs">
<Link>CecilExtensions.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\ParamsFormatBuilder.cs">
<Link>ParamsFormatBuilder.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\ReturnFixer.cs">
<Link>ReturnFixer.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\SystemTypesResolver.cs">
<Link>SystemTypesResolver.cs</Link>
</Compile>

<PackageReference Include="FodyHelpers" Version="6.9.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Catel/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Catel.Core" Version="6.0.3" />
<PackageReference Include="FodyHelpers" Version="6.8.1" />
<PackageReference Include="FodyHelpers" Version="6.9.1" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.1" />
<PackageReference Include="Xunit" Version="2.9.0" />
<PackageReference Include="Verify.Xunit" Version="25.3.2" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(SolutionDir)\Common\AsyncChecker.cs">
<Link>AsyncChecker.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\CecilExtensions.cs">
<Link>CecilExtensions.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\ParamsFormatBuilder.cs">
<Link>ParamsFormatBuilder.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\ReturnFixer.cs">
<Link>ReturnFixer.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\SystemTypesResolver.cs">
<Link>SystemTypesResolver.cs</Link>
</Compile>

<PackageReference Include="FodyHelpers" Version="6.8.1" />
</ItemGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(SolutionDir)\Common\AsyncChecker.cs">
<Link>AsyncChecker.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\CecilExtensions.cs">
<Link>CecilExtensions.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\ParamsFormatBuilder.cs">
<Link>ParamsFormatBuilder.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\ReturnFixer.cs">
<Link>ReturnFixer.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\SystemTypesResolver.cs">
<Link>SystemTypesResolver.cs</Link>
</Compile>

<PackageReference Include="FodyHelpers" Version="6.9.1" />
</ItemGroup>
</Project>
36 changes: 18 additions & 18 deletions CommonLogging/Tests/Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net8.0</TargetFrameworks>
<DisableFody>true</DisableFody>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Common.Logging" Version="3.4.1" />
<PackageReference Include="FodyHelpers" Version="6.8.1" />
<PackageReference Include="Xunit" Version="2.9.0" />
<PackageReference Include="Verify.Xunit" Version="25.3.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<ProjectReference Include="..\Anotar.CommonLogging.Fody\Anotar.CommonLogging.Fody.csproj" />
<ProjectReference Include="..\Anotar.CommonLogging\Anotar.CommonLogging.csproj" />
<ProjectReference Include="..\AssemblyToProcess\AssemblyToProcess.csproj" />
</ItemGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net8.0</TargetFrameworks>
<DisableFody>true</DisableFody>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Common.Logging" Version="3.4.1" />
<PackageReference Include="FodyHelpers" Version="6.9.1" />
<PackageReference Include="Xunit" Version="2.9.0" />
<PackageReference Include="Verify.Xunit" Version="25.3.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<ProjectReference Include="..\Anotar.CommonLogging.Fody\Anotar.CommonLogging.Fody.csproj" />
<ProjectReference Include="..\Anotar.CommonLogging\Anotar.CommonLogging.csproj" />
<ProjectReference Include="..\AssemblyToProcess\AssemblyToProcess.csproj" />
</ItemGroup>
</Project>
50 changes: 25 additions & 25 deletions Custom/Anotar.Custom.Fody/Anotar.Custom.Fody.csproj
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(SolutionDir)\Common\AsyncChecker.cs">
<Link>AsyncChecker.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\CecilExtensions.cs">
<Link>CecilExtensions.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\ParamsFormatBuilder.cs">
<Link>ParamsFormatBuilder.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\ReturnFixer.cs">
<Link>ReturnFixer.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\SystemTypesResolver.cs">
<Link>SystemTypesResolver.cs</Link>
</Compile>

<PackageReference Include="FodyHelpers" Version="6.8.1" />
</ItemGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(SolutionDir)\Common\AsyncChecker.cs">
<Link>AsyncChecker.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\CecilExtensions.cs">
<Link>CecilExtensions.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\ParamsFormatBuilder.cs">
<Link>ParamsFormatBuilder.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\ReturnFixer.cs">
<Link>ReturnFixer.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\SystemTypesResolver.cs">
<Link>SystemTypesResolver.cs</Link>
</Compile>

<PackageReference Include="FodyHelpers" Version="6.9.1" />
</ItemGroup>
</Project>
36 changes: 18 additions & 18 deletions Custom/Tests/Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net8.0</TargetFrameworks>
<DisableFody>true</DisableFody>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FodyHelpers" Version="6.8.1" />
<PackageReference Include="Xunit" Version="2.9.0" />
<PackageReference Include="Verify.Xunit" Version="25.3.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<ProjectReference Include="..\Anotar.Custom.Fody\Anotar.Custom.Fody.csproj" />
<ProjectReference Include="..\Anotar.Custom\Anotar.Custom.csproj" />
<ProjectReference Include="..\AssemblyToProcess\AssemblyToProcess.csproj" />
<ProjectReference Include="..\AssemblyWithLogger\AssemblyWithLogger.csproj" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net8.0</TargetFrameworks>
<DisableFody>true</DisableFody>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FodyHelpers" Version="6.9.1" />
<PackageReference Include="Xunit" Version="2.9.0" />
<PackageReference Include="Verify.Xunit" Version="25.3.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<ProjectReference Include="..\Anotar.Custom.Fody\Anotar.Custom.Fody.csproj" />
<ProjectReference Include="..\Anotar.Custom\Anotar.Custom.csproj" />
<ProjectReference Include="..\AssemblyToProcess\AssemblyToProcess.csproj" />
<ProjectReference Include="..\AssemblyWithLogger\AssemblyWithLogger.csproj" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>
</Project>
50 changes: 25 additions & 25 deletions NLog/Anotar.NLog.Fody/Anotar.NLog.Fody.csproj
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(SolutionDir)\Common\AsyncChecker.cs">
<Link>AsyncChecker.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\CecilExtensions.cs">
<Link>CecilExtensions.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\ParamsFormatBuilder.cs">
<Link>ParamsFormatBuilder.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\ReturnFixer.cs">
<Link>ReturnFixer.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\SystemTypesResolver.cs">
<Link>SystemTypesResolver.cs</Link>
</Compile>

<PackageReference Include="FodyHelpers" Version="6.8.1" />
</ItemGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(SolutionDir)\Common\AsyncChecker.cs">
<Link>AsyncChecker.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\CecilExtensions.cs">
<Link>CecilExtensions.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\ParamsFormatBuilder.cs">
<Link>ParamsFormatBuilder.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\ReturnFixer.cs">
<Link>ReturnFixer.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\SystemTypesResolver.cs">
<Link>SystemTypesResolver.cs</Link>
</Compile>

<PackageReference Include="FodyHelpers" Version="6.9.1" />
</ItemGroup>
</Project>
36 changes: 18 additions & 18 deletions NLog/Tests/Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net8.0</TargetFrameworks>
<DisableFody>true</DisableFody>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FodyHelpers" Version="6.8.1" />
<PackageReference Include="NLog" Version="5.3.2" />
<PackageReference Include="Xunit" Version="2.9.0" />
<PackageReference Include="Verify.Xunit" Version="25.3.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<ProjectReference Include="..\Anotar.NLog.Fody\Anotar.NLog.Fody.csproj" />
<ProjectReference Include="..\Anotar.NLog\Anotar.NLog.csproj" />
<ProjectReference Include="..\AssemblyToProcess\AssemblyToProcess.csproj" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net8.0</TargetFrameworks>
<DisableFody>true</DisableFody>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FodyHelpers" Version="6.9.1" />
<PackageReference Include="NLog" Version="5.3.2" />
<PackageReference Include="Xunit" Version="2.9.0" />
<PackageReference Include="Verify.Xunit" Version="25.3.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<ProjectReference Include="..\Anotar.NLog.Fody\Anotar.NLog.Fody.csproj" />
<ProjectReference Include="..\Anotar.NLog\Anotar.NLog.csproj" />
<ProjectReference Include="..\AssemblyToProcess\AssemblyToProcess.csproj" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>
</Project>
50 changes: 25 additions & 25 deletions NServiceBus/Anotar.NServiceBus.Fody/Anotar.NServiceBus.Fody.csproj
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(SolutionDir)\Common\AsyncChecker.cs">
<Link>AsyncChecker.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\CecilExtensions.cs">
<Link>CecilExtensions.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\ParamsFormatBuilder.cs">
<Link>ParamsFormatBuilder.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\ReturnFixer.cs">
<Link>ReturnFixer.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\SystemTypesResolver.cs">
<Link>SystemTypesResolver.cs</Link>
</Compile>

<PackageReference Include="FodyHelpers" Version="6.8.1" />
</ItemGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(SolutionDir)\Common\AsyncChecker.cs">
<Link>AsyncChecker.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\CecilExtensions.cs">
<Link>CecilExtensions.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\ParamsFormatBuilder.cs">
<Link>ParamsFormatBuilder.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\ReturnFixer.cs">
<Link>ReturnFixer.cs</Link>
</Compile>
<Compile Include="$(SolutionDir)\Common\SystemTypesResolver.cs">
<Link>SystemTypesResolver.cs</Link>
</Compile>

<PackageReference Include="FodyHelpers" Version="6.9.1" />
</ItemGroup>
</Project>
Loading

0 comments on commit 5aa59e8

Please sign in to comment.