From 56bdb94a7e9e221afa15432d0393c7d0e80929b5 Mon Sep 17 00:00:00 2001 From: martincostello Date: Sat, 17 Aug 2024 08:53:58 +0100 Subject: [PATCH] Consume .NET daily builds Consume daily builds of .NET 9. --- NuGet.config | 4 ++++ global.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NuGet.config b/NuGet.config index 38ac8e75..25f97f34 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,9 +2,13 @@ + + + + diff --git a/global.json b/global.json index 0ddd1707..0d0f838c 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.100-preview.7.24407.12", + "version": "9.0.100-rc.1.24415.1", "allowPrerelease": false, "rollForward": "latestMajor" }