Skip to content

Commit

Permalink
Bundle Documents.dll with addin
Browse files Browse the repository at this point in the history
Microsoft.DotNet.Interactive.Documents.dll is used by the
Microsoft.DotNet.Interactive.dll.

In assembly 'Microsoft.DotNet.Interactive, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35': Failed to resolve
assembly reference to 'Microsoft.DotNet.Interactive.Documents,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
  • Loading branch information
mrward committed Nov 26, 2022
1 parent 9a19659 commit d53461c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.DotNet.Interactive" Version="$(NuGetDotNetInteractiveVersion)" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.DotNet.Interactive.CSharp" Version="$(NuGetDotNetInteractiveVersion)" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.DotNet.Interactive.Documents" Version="$(NuGetDotNetInteractiveVersion)" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.DotNet.Interactive.Formatting" Version="$(NuGetDotNetInteractiveVersion)" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.DotNet.Interactive.PackageManagement" Version="$(NuGetDotNetInteractiveVersion)" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.AspNetCore.Html.Abstractions" Version="2.2.0" GeneratePathProperty="true" />
Expand Down Expand Up @@ -39,6 +40,7 @@
<_PostBuildLocalCopyItem Include="$(PkgMicrosoft_AspNetCore_Html_Abstractions)\lib\netstandard2.0\Microsoft.AspNetCore.Html.Abstractions.dll" />
<_PostBuildLocalCopyItem Include="$(PkgMicrosoft_DotNet_Interactive)\lib\netstandard2.1\Microsoft.DotNet.Interactive.dll" />
<_PostBuildLocalCopyItem Include="$(PkgMicrosoft_DotNet_Interactive_CSharp)\lib\netstandard2.1\Microsoft.DotNet.Interactive.CSharp.dll" />
<_PostBuildLocalCopyItem Include="$(PkgMicrosoft_DotNet_Interactive_Documents)\lib\netstandard2.0\Microsoft.DotNet.Interactive.Documents.dll" />
<_PostBuildLocalCopyItem Include="$(PkgMicrosoft_DotNet_Interactive_Formatting)\lib\netstandard2.0\Microsoft.DotNet.Interactive.Formatting.dll" />
<_PostBuildLocalCopyItem Include="$(PkgMicrosoft_DotNet_Interactive_PackageManagement)\lib\netstandard2.1\Microsoft.DotNet.Interactive.PackageManagement.dll" />
<_PostBuildLocalCopyItem Include="$(PkgSystem_CommandLine)\lib\netstandard2.0\System.CommandLine.dll" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<Import file="Microsoft.AspNetCore.Html.Abstractions.dll" />
<Import file="Microsoft.DotNet.Interactive.dll" />
<Import file="Microsoft.DotNet.Interactive.CSharp.dll" />
<Import file="Microsoft.DotNet.Interactive.Documents.dll" />
<Import file="Microsoft.DotNet.Interactive.Formatting.dll" />
<Import file="Microsoft.DotNet.Interactive.PackageManagement.dll" />
<Import file="System.CommandLine.dll" />
Expand Down

0 comments on commit d53461c

Please sign in to comment.