From 9b30f9872ad852785d8b5304f070b1ff2df2d672 Mon Sep 17 00:00:00 2001 From: martincostello Date: Wed, 11 Sep 2024 13:59:23 +0100 Subject: [PATCH] Consume .NET daily builds Update to the latest daily build of .NET 9. --- Directory.Packages.props | 6 +++--- NuGet.config | 4 ++++ global.json | 2 +- src/AdventOfCode.Site/AdventOfCode.Site.csproj | 3 +-- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index e741cd8a2..e2e2025e5 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -10,9 +10,9 @@ - - - + + + diff --git a/NuGet.config b/NuGet.config index 38ac8e75e..25f97f343 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,9 +2,13 @@ + + + + diff --git a/global.json b/global.json index 809fc6268..408f5da7b 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.100-rc.1.24452.12", + "version": "9.0.100-rc.2.24461.4", "allowPrerelease": false, "rollForward": "latestMajor" } diff --git a/src/AdventOfCode.Site/AdventOfCode.Site.csproj b/src/AdventOfCode.Site/AdventOfCode.Site.csproj index 560a09f79..d97881471 100644 --- a/src/AdventOfCode.Site/AdventOfCode.Site.csproj +++ b/src/AdventOfCode.Site/AdventOfCode.Site.csproj @@ -1,6 +1,7 @@ Lambda + mcr.microsoft.com/dotnet/nightly/runtime-deps:9.0-preview-noble-chiseled-extra noble-chiseled-extra Web app for solving Advent of Code. true @@ -14,8 +15,6 @@ net9.0 true latest - - false bootstrap