From ed7dc5b36b661cd642e56b640ebbc864c9413833 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Mon, 4 Mar 2024 10:46:39 +0100 Subject: [PATCH] Update to .NET 8 SDK (#2304) * Update to .NET 8 SDK * Fix bootstrap action * Fix setup dotnet * Fix up test data * Update ES tests * Update dependencies * Fix ASP.NET Core tests * Bump version in web.config * Various profiler updates * Update functions apps --- docs/docs.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.csproj b/docs/docs.csproj index e0a99f709..568bf7d5e 100644 --- a/docs/docs.csproj +++ b/docs/docs.csproj @@ -1,6 +1,6 @@ - net7.0 + net8.0 False