Skip to content

Commit

Permalink
Include HttpRequest subkernel as part of the dotnet-interactive tool (#…
Browse files Browse the repository at this point in the history
…2876)

This avoids the need for consumers of the tool to fetch the HttpRequest subkernel via #r:nuget each time.
  • Loading branch information
shyamnamboodiripad authored Apr 3, 2023
1 parent 30f5e3e commit 20680e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dotnet-interactive/dotnet-interactive.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<ProjectReference Include="..\Microsoft.DotNet.Interactive.CSharp\Microsoft.DotNet.Interactive.CSharp.csproj" />
<ProjectReference Include="..\Microsoft.DotNet.Interactive.FSharp\Microsoft.DotNet.Interactive.FSharp.fsproj" />
<ProjectReference Include="..\Microsoft.DotNet.Interactive.Http\Microsoft.DotNet.Interactive.Http.csproj" />
<ProjectReference Include="..\Microsoft.DotNet.Interactive.HttpRequest\Microsoft.DotNet.Interactive.HttpRequest.csproj" />
<ProjectReference Include="..\Microsoft.DotNet.Interactive.Mermaid\Microsoft.DotNet.Interactive.Mermaid.csproj" />
<ProjectReference Include="..\Microsoft.DotNet.Interactive.PackageManagement\Microsoft.DotNet.Interactive.PackageManagement.csproj" />
<ProjectReference Include="..\Microsoft.DotNet.Interactive.PowerShell\Microsoft.DotNet.Interactive.PowerShell.csproj" />
Expand Down

0 comments on commit 20680e2

Please sign in to comment.