Skip to content

Commit

Permalink
feat: minor deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon committed Jun 30, 2024
1 parent 8e09e70 commit 284dc78
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
11 changes: 6 additions & 5 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"sdk": {
"version": "8.0.203",
"rollForward": "latestFeature"
}
}
"sdk": {
"version": "8.0.302",
"rollForward": "latestFeature"
}
}

46 changes: 23 additions & 23 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ NUGET
DocumentFormat.OpenXml.Framework (>= 3.0.2)
DocumentFormat.OpenXml.Framework (3.0.2)
System.IO.Packaging (>= 8.0)
IDisposableAnalyzers (4.0.7)
Microsoft.CodeCoverage (17.9)
Microsoft.NET.Test.Sdk (17.9)
Microsoft.CodeCoverage (>= 17.9)
Microsoft.TestPlatform.TestHost (>= 17.9)
IDisposableAnalyzers (4.0.8)
Microsoft.CodeCoverage (17.10)
Microsoft.NET.Test.Sdk (17.10)
Microsoft.CodeCoverage (>= 17.10)
Microsoft.TestPlatform.TestHost (>= 17.10)
Microsoft.NETCore.Platforms (7.0.4)
Microsoft.TestPlatform.ObjectModel (17.9)
Microsoft.TestPlatform.ObjectModel (17.10)
System.Reflection.Metadata (>= 1.6)
Microsoft.TestPlatform.TestHost (17.9)
Microsoft.TestPlatform.ObjectModel (>= 17.9)
Microsoft.TestPlatform.TestHost (17.10)
Microsoft.TestPlatform.ObjectModel (>= 17.10)
Newtonsoft.Json (>= 13.0.1)
Newtonsoft.Json (13.0.3)
SixLabors.Fonts (2.0.3)
SixLabors.Fonts (2.0.4)
SixLabors.ImageSharp (3.1.4)
SixLabors.ImageSharp.Drawing (2.1.3)
SixLabors.Fonts (>= 2.0.3)
Expand All @@ -28,19 +28,19 @@ NUGET
System.Reflection.Metadata (8.0)
System.Collections.Immutable (>= 8.0)
System.Text.Encoding.CodePages (8.0)
xunit (2.7.1)
xunit.analyzers (>= 1.12)
xunit.assert (>= 2.7.1)
xunit.core (2.7.1)
xunit (2.8.1)
xunit.analyzers (>= 1.14)
xunit.assert (>= 2.8.1)
xunit.core (2.8.1)
xunit.abstractions (2.0.3)
xunit.analyzers (1.12)
xunit.assert (2.7.1)
xunit.core (2.7.1)
xunit.extensibility.core (2.7.1)
xunit.extensibility.execution (2.7.1)
xunit.extensibility.core (2.7.1)
xunit.analyzers (1.14)
xunit.assert (2.8.1)
xunit.core (2.8.1)
xunit.extensibility.core (2.8.1)
xunit.extensibility.execution (2.8.1)
xunit.extensibility.core (2.8.1)
xunit.abstractions (>= 2.0.3)
xunit.extensibility.execution (2.7.1)
xunit.extensibility.core (2.7.1)
xunit.runner.console (2.7.1)
xunit.runner.visualstudio (2.5.8)
xunit.extensibility.execution (2.8.1)
xunit.extensibility.core (2.8.1)
xunit.runner.console (2.8.1)
xunit.runner.visualstudio (2.8.1)

0 comments on commit 284dc78

Please sign in to comment.