Skip to content

Commit a15b6d5

Browse files
dependabot[bot]gep13
authored andcommitted
Bump Serilog and Serilog.Sinks.File in /src
Bumps [Serilog](https://github.com/serilog/serilog) and [Serilog.Sinks.File](https://github.com/serilog/serilog-sinks-file). These dependencies needed to be updated together. Updates `Serilog` from 4.0.0 to 4.0.0 - [Release notes](https://github.com/serilog/serilog/releases) - [Commits](serilog/serilog@v4.0.0...v4.0.0) Updates `Serilog.Sinks.File` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/serilog/serilog-sinks-file/releases) - [Changelog](https://github.com/serilog/serilog-sinks-file/blob/dev/CHANGES.md) - [Commits](serilog/serilog-sinks-file@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: Serilog dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Serilog.Sinks.File dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2c6f453 commit a15b6d5

File tree

3 files changed

+35
-35
lines changed

3 files changed

+35
-35
lines changed

src/Directory.Build.props

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
<Project>
2-
<PropertyGroup>
3-
<DebugType>pdbonly</DebugType>
4-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
5-
<NoWarn>CS1591</NoWarn>
6-
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
7-
</PropertyGroup>
8-
9-
<ItemGroup>
10-
<CodeAnalysisDictionary Include="$(MSBuildThisFileDirectory)\CustomDictionary.xml">
11-
<Link>CustomDictionary.xml</Link>
12-
</CodeAnalysisDictionary>
13-
<AdditionalFiles Include="$(MSBuildThisFileDirectory)\stylecop.json" Link="stylecop.json" />
14-
</ItemGroup>
15-
16-
<ItemGroup>
17-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
18-
<PrivateAssets>all</PrivateAssets>
19-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
20-
</PackageReference>
21-
<PackageReference Include="Serilog" Version="4.0.0" />
22-
<PackageReference Include="IDisposableAnalyzers" Version="4.0.7">
23-
<PrivateAssets>all</PrivateAssets>
24-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
25-
</PackageReference>
26-
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
27-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
28-
<PrivateAssets>all</PrivateAssets>
29-
</PackageReference>
30-
<PackageReference Include="Roslynator.Analyzers" Version="4.12.10">
31-
<PrivateAssets>All</PrivateAssets>
32-
</PackageReference>
33-
</ItemGroup>
1+
<Project>
2+
<PropertyGroup>
3+
<DebugType>pdbonly</DebugType>
4+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
5+
<NoWarn>CS1591</NoWarn>
6+
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
7+
</PropertyGroup>
8+
9+
<ItemGroup>
10+
<CodeAnalysisDictionary Include="$(MSBuildThisFileDirectory)\CustomDictionary.xml">
11+
<Link>CustomDictionary.xml</Link>
12+
</CodeAnalysisDictionary>
13+
<AdditionalFiles Include="$(MSBuildThisFileDirectory)\stylecop.json" Link="stylecop.json" />
14+
</ItemGroup>
15+
16+
<ItemGroup>
17+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
18+
<PrivateAssets>all</PrivateAssets>
19+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
20+
</PackageReference>
21+
<PackageReference Include="Serilog" Version="4.0.0" />
22+
<PackageReference Include="IDisposableAnalyzers" Version="4.0.7">
23+
<PrivateAssets>all</PrivateAssets>
24+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
25+
</PackageReference>
26+
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
27+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
28+
<PrivateAssets>all</PrivateAssets>
29+
</PackageReference>
30+
<PackageReference Include="Roslynator.Analyzers" Version="4.12.10">
31+
<PrivateAssets>All</PrivateAssets>
32+
</PackageReference>
33+
</ItemGroup>
3434
</Project>

src/GitReleaseManager.Cli/GitReleaseManager.Cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PackageReference Include="Octokit" Version="12.0.0" />
2828
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
2929
<PackageReference Include="Serilog.Sinks.Debug" Version="2.0.0" PrivateAssets="All" />
30-
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
30+
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
3131
<PackageReference Include="seriloganalyzer" Version="0.15.0" />
3232
</ItemGroup>
3333
</Project>

src/GitReleaseManager.Tool/GitReleaseManager.Tool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<PackageReference Include="Octokit" Version="12.0.0" />
4343
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
4444
<PackageReference Include="Serilog.Sinks.Debug" Version="2.0.0" PrivateAssets="All" />
45-
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
45+
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
4646
<PackageReference Include="seriloganalyzer" Version="0.15.0" />
4747
</ItemGroup>
4848
<ItemGroup>

0 commit comments

Comments
 (0)