Skip to content

Commit

Permalink
Update test dependencies to latest versions
Browse files Browse the repository at this point in the history
Updated `paket.dependencies` to use the latest version of `Microsoft.NET.Test.Sdk` without specifying a version number. In `paket.lock`, updated `Microsoft.NET.Test.Sdk` to `17.11.1` and also updated `Microsoft.CodeCoverage` and `Microsoft.TestPlatform.TestHost` to `17.11.1` from `17.9`.
  • Loading branch information
quintusm committed Sep 11, 2024
1 parent f5383f9 commit 1e0d809
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ group Build
group Test
source https://api.nuget.org/v3/index.json
frameworks: net6.0
nuget Microsoft.NET.Test.Sdk 17.9.0
nuget Microsoft.NET.Test.Sdk
nuget NUnit
nuget NUnit.Console
nuget NUnit3TestAdapter version_in_path: true
Expand Down
6 changes: 3 additions & 3 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -808,9 +808,9 @@ NUGET
Microsoft.NET.StringTools (17.11.4)
System.Memory (>= 4.5.5)
System.Runtime.CompilerServices.Unsafe (>= 6.0)
Microsoft.NET.Test.Sdk (17.9)
Microsoft.CodeCoverage (>= 17.9)
Microsoft.TestPlatform.TestHost (>= 17.9)
Microsoft.NET.Test.Sdk (17.11.1)
Microsoft.CodeCoverage (>= 17.11.1)
Microsoft.TestPlatform.TestHost (>= 17.11.1)
Microsoft.NETCore.Platforms (7.0.4)
Microsoft.NETCore.Targets (5.0)
Microsoft.TestPlatform.ObjectModel (17.11.1)
Expand Down

0 comments on commit 1e0d809

Please sign in to comment.