From fff439a6364e56cc72d041bf933395f17334b291 Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Thu, 30 Jan 2025 09:35:14 -0600 Subject: [PATCH] make the indexer tool run on the default ubuntu instance since ubuntu has floated to .NET 8 and the tool doesn't have roll-forward configured pipelines are failing --- tools/update-index/update-index.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update-index/update-index.csproj b/tools/update-index/update-index.csproj index c9411eadf..3383c8eee 100644 --- a/tools/update-index/update-index.csproj +++ b/tools/update-index/update-index.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 Enable