From 20680e232e0a13bef0b300003e918948e7ac2c23 Mon Sep 17 00:00:00 2001 From: Shyam N Date: Mon, 3 Apr 2023 10:31:11 -0700 Subject: [PATCH] Include HttpRequest subkernel as part of the dotnet-interactive tool (#2876) This avoids the need for consumers of the tool to fetch the HttpRequest subkernel via #r:nuget each time. --- src/dotnet-interactive/dotnet-interactive.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dotnet-interactive/dotnet-interactive.csproj b/src/dotnet-interactive/dotnet-interactive.csproj index 316d34174a..0696c06394 100644 --- a/src/dotnet-interactive/dotnet-interactive.csproj +++ b/src/dotnet-interactive/dotnet-interactive.csproj @@ -82,6 +82,7 @@ +