From 138233d9d8d388730ab2c7686df9cb5fa34a63fc Mon Sep 17 00:00:00 2001 From: martincostello Date: Tue, 9 Apr 2024 11:51:55 +0100 Subject: [PATCH] Update to .NET 9 preview 2 Update to preview 2 of .NET 9. --- Directory.Build.props | 1 - Directory.Packages.props | 4 ++-- JustEat.StatsD.ruleset | 1 + global.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 81c19d27..624a5346 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -20,7 +20,6 @@ 10 true en-US - $(NoWarn);CA1515 enable package-icon.png Apache-2.0 diff --git a/Directory.Packages.props b/Directory.Packages.props index 81300cf3..f30b8eaa 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -25,8 +25,8 @@ - - + + diff --git a/JustEat.StatsD.ruleset b/JustEat.StatsD.ruleset index c0d53ba2..1595d762 100644 --- a/JustEat.StatsD.ruleset +++ b/JustEat.StatsD.ruleset @@ -4,5 +4,6 @@ + diff --git a/global.json b/global.json index b207f0ea..2b2e49e1 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.100-preview.1.24101.2", + "version": "9.0.100-preview.2.24157.14", "allowPrerelease": false, "rollForward": "latestMajor" }