Skip to content

Commit

Permalink
deps(c#): Update c#
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent 015ad69 commit 0fcfd33
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions c#/imagePipeline/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@
},
"OpenCvSharp4": {
"type": "Direct",
"requested": "[4.10.0.20240616, )",
"resolved": "4.10.0.20240616",
"contentHash": "+iaFSUq0Cp+B9s1sUqDwB3PvQ5HdWWvRE50WsAw1PL8smD3VZNbe0P786E4Yfu7LHM7jeqkulOwjk2CoihsZeg==",
"requested": "[4.10.0.20241108, )",
"resolved": "4.10.0.20241108",
"contentHash": "4Lw57NQzOaR0fi9et7GMWB1rpdGzGuNgXHXy45Gltvt8SizQLOGufUonNF9Z+9mo3dcwGC/mL4w5NBgJCqZdHQ==",
"dependencies": {
"System.Memory": "4.5.5",
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
},
"OpenCvSharp4.runtime.win": {
"type": "Direct",
"requested": "[4.10.0.20240616, )",
"resolved": "4.10.0.20240616",
"contentHash": "dpQNIR6PpeB/oZM0e0fZpt9lOS3Htjm6ZjtOgLyxN7QwjRekbNevrmO8VbgezUoetk68CRwxYZGaymCm2vt8Sg=="
"requested": "[4.10.0.20241108, )",
"resolved": "4.10.0.20241108",
"contentHash": "0ae2dwel83tqKlAs45D3KYncoJHRzj1ArEESa6wz7FS3tYu37JDIb5yoMIZPzlkx3Gx2S1BjUrClfXbBHmVh5g=="
},
"Sdcb.PaddleInference.runtime.win64.mkl": {
"type": "Direct",
Expand Down
4 changes: 2 additions & 2 deletions c#/imagePipeline/tbm.ImagePipeline.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<PackageReference Include="LanguageExt.Core" Version="4.4.9" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="8.0.10" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite" Version="8.0.10" />
<PackageReference Include="OpenCvSharp4" Version="4.10.0.20240616" />
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.10.0.20240616" />
<PackageReference Include="OpenCvSharp4" Version="4.10.0.20241108" />
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.10.0.20241108" />
<PackageReference Include="Sdcb.PaddleInference.runtime.win64.mkl" Version="2.6.1" />
<PackageReference Include="Sdcb.PaddleOCR" Version="2.7.0.3" />
<PackageReference Include="Sdcb.PaddleOCR.Models.Online" Version="2.7.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion c#/shared/tbm.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<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.176" />
<PackageReference ExcludeAssets="compile" Include="Meziantou.Analyzer" Version="2.0.178" />
<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.9" />
Expand Down

0 comments on commit 0fcfd33

Please sign in to comment.