-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [Fody](https://github.com/Fody/Fody) from 6.8.1 to 6.8.2. - [Release notes](https://github.com/Fody/Fody/releases) - [Commits](Fody/Fody@6.8.1...6.8.2) --- updated-dependencies: - dependency-name: Fody dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
eb9209e
commit 0fce0fa
Showing
7 changed files
with
84 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<SignAssembly>true</SignAssembly> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Catel.Core" Version="6.0.3" /> | ||
<PackageReference Include="Fody" Version="6.8.1" PrivateAssets="none" /> | ||
<PackageReference Include="FodyPackaging" Version="6.8.1" PrivateAssets="All" /> | ||
<Compile Include="$(SolutionDir)\Common\StringFormatMethodAttribute.cs" Link="StringFormatMethodAttribute.cs" /> | ||
</ItemGroup> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<SignAssembly>true</SignAssembly> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Catel.Core" Version="6.0.3" /> | ||
<PackageReference Include="Fody" Version="6.8.2" PrivateAssets="none" /> | ||
<PackageReference Include="FodyPackaging" Version="6.8.1" PrivateAssets="All" /> | ||
<Compile Include="$(SolutionDir)\Common\StringFormatMethodAttribute.cs" Link="StringFormatMethodAttribute.cs" /> | ||
</ItemGroup> | ||
</Project> |
26 changes: 13 additions & 13 deletions
26
CommonLogging/Anotar.CommonLogging/Anotar.CommonLogging.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> | ||
<SignAssembly>true</SignAssembly> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Fody" Version="6.8.1" PrivateAssets="none" /> | ||
<PackageReference Include="Common.Logging" Version="3.4.1" /> | ||
<PackageReference Include="FodyPackaging" Version="6.8.1" PrivateAssets="All" /> | ||
|
||
<Compile Include="$(SolutionDir)\Common\StringFormatMethodAttribute.cs" Link="StringFormatMethodAttribute.cs" /> | ||
</ItemGroup> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> | ||
<SignAssembly>true</SignAssembly> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Fody" Version="6.8.2" PrivateAssets="none" /> | ||
<PackageReference Include="Common.Logging" Version="3.4.1" /> | ||
<PackageReference Include="FodyPackaging" Version="6.8.1" PrivateAssets="All" /> | ||
|
||
<Compile Include="$(SolutionDir)\Common\StringFormatMethodAttribute.cs" Link="StringFormatMethodAttribute.cs" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> | ||
<SignAssembly>true</SignAssembly> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Fody" Version="6.8.1" PrivateAssets="none" /> | ||
<PackageReference Include="FodyPackaging" Version="6.8.1" PrivateAssets="All" /> | ||
<Compile Include="$(SolutionDir)\Common\StringFormatMethodAttribute.cs" Link="StringFormatMethodAttribute.cs" /> | ||
</ItemGroup> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> | ||
<SignAssembly>true</SignAssembly> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Fody" Version="6.8.2" PrivateAssets="none" /> | ||
<PackageReference Include="FodyPackaging" Version="6.8.1" PrivateAssets="All" /> | ||
<Compile Include="$(SolutionDir)\Common\StringFormatMethodAttribute.cs" Link="StringFormatMethodAttribute.cs" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> | ||
<SignAssembly>true</SignAssembly> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Fody" Version="6.8.1" PrivateAssets="none" /> | ||
<PackageReference Include="FodyPackaging" Version="6.8.1" PrivateAssets="All" /> | ||
<PackageReference Include="NLog" Version="5.3.2" /> | ||
<Compile Include="$(SolutionDir)\Common\StringFormatMethodAttribute.cs" Link="StringFormatMethodAttribute.cs" /> | ||
</ItemGroup> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> | ||
<SignAssembly>true</SignAssembly> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Fody" Version="6.8.2" PrivateAssets="none" /> | ||
<PackageReference Include="FodyPackaging" Version="6.8.1" PrivateAssets="All" /> | ||
<PackageReference Include="NLog" Version="5.3.2" /> | ||
<Compile Include="$(SolutionDir)\Common\StringFormatMethodAttribute.cs" Link="StringFormatMethodAttribute.cs" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>net8.0</TargetFrameworks> | ||
<SignAssembly>true</SignAssembly> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Fody" Version="6.8.1" PrivateAssets="none" /> | ||
<PackageReference Include="FodyPackaging" Version="6.8.1" PrivateAssets="All" /> | ||
<PackageReference Include="NServiceBus" Version="9.1.0" /> | ||
|
||
<Compile Include="$(SolutionDir)\Common\StringFormatMethodAttribute.cs" Link="StringFormatMethodAttribute.cs" /> | ||
</ItemGroup> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>net8.0</TargetFrameworks> | ||
<SignAssembly>true</SignAssembly> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Fody" Version="6.8.2" PrivateAssets="none" /> | ||
<PackageReference Include="FodyPackaging" Version="6.8.1" PrivateAssets="All" /> | ||
<PackageReference Include="NServiceBus" Version="9.1.0" /> | ||
|
||
<Compile Include="$(SolutionDir)\Common\StringFormatMethodAttribute.cs" Link="StringFormatMethodAttribute.cs" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> | ||
<SignAssembly>true</SignAssembly> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Fody" Version="6.8.1" PrivateAssets="none" /> | ||
<PackageReference Include="FodyPackaging" Version="6.8.1" PrivateAssets="All" /> | ||
<PackageReference Include="Serilog" Version="4.0.0" /> | ||
</ItemGroup> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> | ||
<SignAssembly>true</SignAssembly> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Fody" Version="6.8.2" PrivateAssets="none" /> | ||
<PackageReference Include="FodyPackaging" Version="6.8.1" PrivateAssets="All" /> | ||
<PackageReference Include="Serilog" Version="4.0.0" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> | ||
<SignAssembly>true</SignAssembly> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Fody" Version="6.8.1" PrivateAssets="none" /> | ||
<PackageReference Include="Splat" Version="15.1.1" /> | ||
<PackageReference Include="FodyPackaging" Version="6.8.1" PrivateAssets="All" /> | ||
<Compile Include="$(SolutionDir)\Common\StringFormatMethodAttribute.cs" Link="StringFormatMethodAttribute.cs" /> | ||
</ItemGroup> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> | ||
<SignAssembly>true</SignAssembly> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Fody" Version="6.8.2" PrivateAssets="none" /> | ||
<PackageReference Include="Splat" Version="15.1.1" /> | ||
<PackageReference Include="FodyPackaging" Version="6.8.1" PrivateAssets="All" /> | ||
<Compile Include="$(SolutionDir)\Common\StringFormatMethodAttribute.cs" Link="StringFormatMethodAttribute.cs" /> | ||
</ItemGroup> | ||
</Project> |