From cd28a3caae71d44c7d9b00719378edb92cc46085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 08:37:28 +0000 Subject: [PATCH] Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 (#5) * Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.8.0 to 17.9.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.8.0...v17.9.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Fix deps --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Smaug123 --- PrattParser.Test/PrattParser.Test.fsproj | 2 +- nix/deps.nix | 21 ++++++++------------- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/PrattParser.Test/PrattParser.Test.fsproj b/PrattParser.Test/PrattParser.Test.fsproj index c26efaf..1edaf94 100644 --- a/PrattParser.Test/PrattParser.Test.fsproj +++ b/PrattParser.Test/PrattParser.Test.fsproj @@ -15,7 +15,7 @@ - + diff --git a/nix/deps.nix b/nix/deps.nix index 40a0a56..f3409c9 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -73,13 +73,13 @@ }) (fetchNuGet { pname = "Microsoft.CodeCoverage"; - version = "17.8.0"; - sha256 = "173wjadp3gan4x2jfjchngnc4ca4mb95h1sbb28jydfkfw0z1zvj"; + version = "17.9.0"; + sha256 = "1gljgi69k0fz8vy8bn6xlyxabj6q4vls2zza9wz7ng6ix3irm89r"; }) (fetchNuGet { pname = "Microsoft.NET.Test.Sdk"; - version = "17.8.0"; - sha256 = "1syvl3g0hbrcgfi9rq6pld8s8hqqww4dflf1lxn59ccddyyx0gmv"; + version = "17.9.0"; + sha256 = "1lls1fly2gr1n9n1xyl9k33l2v4pwfmylyzkq8v4v5ldnwkl1zdb"; }) (fetchNuGet { pname = "Microsoft.NETCore.App.Host.linux-arm64"; @@ -148,13 +148,13 @@ }) (fetchNuGet { pname = "Microsoft.TestPlatform.ObjectModel"; - version = "17.8.0"; - sha256 = "0b0i7lmkrcfvim8i3l93gwqvkhhhfzd53fqfnygdqvkg6np0cg7m"; + version = "17.9.0"; + sha256 = "1kgsl9w9fganbm9wvlkqgk0ag9hfi58z88rkfybc6kvg78bx89ca"; }) (fetchNuGet { pname = "Microsoft.TestPlatform.TestHost"; - version = "17.8.0"; - sha256 = "0f5jah93kjkvxwmhwb78lw11m9pkkq9fvf135hpymmmpxqbdh97q"; + version = "17.9.0"; + sha256 = "19ffh31a1jxzn8j69m1vnk5hyfz3dbxmflq77b8x82zybiilh5nl"; }) (fetchNuGet { pname = "Nerdbank.GitVersioning"; @@ -166,11 +166,6 @@ version = "13.0.1"; sha256 = "0fijg0w6iwap8gvzyjnndds0q4b8anwxxvik7y8vgq97dram4srb"; }) - (fetchNuGet { - pname = "NuGet.Frameworks"; - version = "6.5.0"; - sha256 = "0s37d1p4md0k6d4cy6sq36f2dgkd9qfbzapxhkvi8awwh0vrynhj"; - }) (fetchNuGet { pname = "NUnit"; version = "4.0.1";