-
-
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 [NLog](https://github.com/NLog/NLog) from 5.3.2 to 5.3.3. - [Release notes](https://github.com/NLog/NLog/releases) - [Changelog](https://github.com/NLog/NLog/blob/dev/CHANGELOG.md) - [Commits](NLog/NLog@v5.3.2...v5.3.3) --- updated-dependencies: - dependency-name: NLog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
a009731
commit 6ade416
Showing
3 changed files
with
40 additions
and
40 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> | ||
<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.1" PrivateAssets="none" /> | ||
<PackageReference Include="FodyPackaging" Version="6.8.1" PrivateAssets="All" /> | ||
<PackageReference Include="NLog" Version="5.3.3" /> | ||
<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,11 +1,11 @@ | ||
<?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="NLog" Version="5.3.2" /> | ||
<ProjectReference Include="..\Anotar.NLog\Anotar.NLog.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="NLog" Version="5.3.3" /> | ||
<ProjectReference Include="..\Anotar.NLog\Anotar.NLog.csproj" /> | ||
</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,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.8.1" /> | ||
<PackageReference Include="NLog" Version="5.3.3" /> | ||
<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> |