Skip to content

Commit

Permalink
deps(c#): Update c# (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent 6042da4 commit 00cfa5e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions c#/crawler/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,8 @@
},
"NLog.Extensions.Logging": {
"type": "Transitive",
"resolved": "5.3.13",
"contentHash": "i1n5+ZB6Hd5na2eWj7zjeIH4SS3qzmSgoSIGpxp3B0lJ8p/Cmg59NrDE9GReAAmKbQVbP0d/+e3S/6j79Tnaww==",
"resolved": "5.3.14",
"contentHash": "ZFcdwdIYcGvWY268QMw2lIqnE8ziJTaS4iLm2ajRMUdgy9MFxJl+Y5s0zQxfgjTxbownGrAkJfoTkquAayKG6A==",
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
"Microsoft.Extensions.Logging": "8.0.0",
Expand Down Expand Up @@ -552,7 +552,7 @@
"EFCore.NamingConventions": "[8.0.3, )",
"Microsoft.EntityFrameworkCore": "[8.0.8, )",
"Microsoft.Extensions.Hosting": "[8.0.0, )",
"NLog.Extensions.Logging": "[5.3.13, )",
"NLog.Extensions.Logging": "[5.3.14, )",
"Npgsql.EntityFrameworkCore.PostgreSQL": "[8.0.4, )",
"SuperLinq": "[6.2.0, )"
}
Expand Down
6 changes: 3 additions & 3 deletions c#/imagePipeline/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,8 @@
},
"NLog.Extensions.Logging": {
"type": "Transitive",
"resolved": "5.3.13",
"contentHash": "i1n5+ZB6Hd5na2eWj7zjeIH4SS3qzmSgoSIGpxp3B0lJ8p/Cmg59NrDE9GReAAmKbQVbP0d/+e3S/6j79Tnaww==",
"resolved": "5.3.14",
"contentHash": "ZFcdwdIYcGvWY268QMw2lIqnE8ziJTaS4iLm2ajRMUdgy9MFxJl+Y5s0zQxfgjTxbownGrAkJfoTkquAayKG6A==",
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
"Microsoft.Extensions.Logging": "8.0.0",
Expand Down Expand Up @@ -914,7 +914,7 @@
"EFCore.NamingConventions": "[8.0.3, )",
"Microsoft.EntityFrameworkCore": "[8.0.8, )",
"Microsoft.Extensions.Hosting": "[8.0.0, )",
"NLog.Extensions.Logging": "[5.3.13, )",
"NLog.Extensions.Logging": "[5.3.14, )",
"Npgsql.EntityFrameworkCore.PostgreSQL": "[8.0.4, )",
"SuperLinq": "[6.2.0, )"
}
Expand Down
6 changes: 3 additions & 3 deletions c#/shared/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
},
"NLog.Extensions.Logging": {
"type": "Direct",
"requested": "[5.3.13, )",
"resolved": "5.3.13",
"contentHash": "i1n5+ZB6Hd5na2eWj7zjeIH4SS3qzmSgoSIGpxp3B0lJ8p/Cmg59NrDE9GReAAmKbQVbP0d/+e3S/6j79Tnaww==",
"requested": "[5.3.14, )",
"resolved": "5.3.14",
"contentHash": "ZFcdwdIYcGvWY268QMw2lIqnE8ziJTaS4iLm2ajRMUdgy9MFxJl+Y5s0zQxfgjTxbownGrAkJfoTkquAayKG6A==",
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
"Microsoft.Extensions.Logging": "8.0.0",
Expand Down
6 changes: 3 additions & 3 deletions c#/shared/tbm.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageReference Include="EFCore.NamingConventions" Version="8.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.13" />
<PackageReference Include="NLog.Extensions.Logging" Version="5.3.14" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
<PackageReference Include="SuperLinq" Version="6.2.0" />
</ItemGroup>
Expand All @@ -18,10 +18,10 @@
<PackageReference ExcludeAssets="compile" Include="codecracker.CSharp" Version="1.1.0" />
<PackageReference ExcludeAssets="compile" Include="CSharpGuidelinesAnalyzer" Version="3.8.5" />
<PackageReference ExcludeAssets="compile" Include="IDisposableAnalyzers" Version="4.0.8" />
<PackageReference ExcludeAssets="compile" Include="Meziantou.Analyzer" Version="2.0.163" />
<PackageReference ExcludeAssets="compile" Include="Meziantou.Analyzer" Version="2.0.168" />
<PackageReference ExcludeAssets="compile" Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" />
<PackageReference ExcludeAssets="compile" Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.11.20" />
<PackageReference ExcludeAssets="compile" Include="Roslynator.Analyzers" Version="4.12.5" />
<PackageReference ExcludeAssets="compile" Include="Roslynator.Analyzers" Version="4.12.6" />
<PackageReference ExcludeAssets="compile" Include="SharpSource" Version="1.25.2" />
<PackageReference ExcludeAssets="compile" Include="SonarAnalyzer.CSharp" Version="9.32.0.97167" />
<PackageReference ExcludeAssets="compile" Include="StyleCop.Analyzers.Unstable" Version="1.2.0.556" />
Expand Down

0 comments on commit 00cfa5e

Please sign in to comment.