From be8f8f81b17cb8574fda4410e2d9624d853590d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Thu, 12 Dec 2024 21:59:54 +0100 Subject: [PATCH] Update to net8 and newer dep --- global.json | 2 +- src/csharp/Pester/Pester.csproj | 14 +- src/csharp/Pester/packages.lock.json | 238 +++++------------ src/csharp/PesterTests/PesterTests.csproj | 7 +- src/csharp/PesterTests/packages.lock.json | 312 ++++++++-------------- 5 files changed, 191 insertions(+), 382 deletions(-) diff --git a/global.json b/global.json index 2d566bd8c..04fa23b25 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "rollForward": "latestFeature", + "rollForward": "latestMajor", "version": "8.0.100", "allowPrerelease": false } diff --git a/src/csharp/Pester/Pester.csproj b/src/csharp/Pester/Pester.csproj index 6392dbb9f..bea226a3e 100644 --- a/src/csharp/Pester/Pester.csproj +++ b/src/csharp/Pester/Pester.csproj @@ -1,7 +1,7 @@  - net6.0;net462 + net8.0;net462 latest true embedded @@ -11,14 +11,10 @@ $(DefineConstants);PESTER - - - + + + +