From 11bbcbf549b3f789ba1b5d71bc5dfedce585b526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Barr=C3=A9?= Date: Wed, 12 Jun 2024 21:46:30 -0400 Subject: [PATCH] Update dependencies --- Directory.Build.targets | 8 ++++---- global.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Directory.Build.targets b/Directory.Build.targets index c1b4d82a8..32aa43358 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -78,10 +78,10 @@ - - - - + + + + $(DefineConstants);ROSLYN4_8;ROSLYN_4_2_OR_GREATER;ROSLYN_4_4_OR_GREATER;ROSLYN_4_5_OR_GREATER;ROSLYN_4_6_OR_GREATER;ROSLYN_4_8_OR_GREATER;ROSLYN_4_10_OR_GREATER diff --git a/global.json b/global.json index 83eb728f7..34b2b9f06 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.301", + "version": "8.0.302", "rollForward": "latestMajor" } } \ No newline at end of file