Skip to content

Commit

Permalink
Merge pull request #755 from sharwell/fix-build
Browse files Browse the repository at this point in the history
Fix build errors in Roslyn.ComponentDebugger
  • Loading branch information
sharwell authored Mar 9, 2021
2 parents 50e2a55 + cc8f8b4 commit 94f2c41
Showing 1 changed file with 3 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,18 @@
<RootNamespace>Roslyn.ComponentDebugger</RootNamespace>
<TargetFramework>net472</TargetFramework>
<Nullable>enable</Nullable>
<UseWpf>true</UseWpf>
<NoWarn>NU1603;NU1605</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.Managed" Version="16.8.1-beta1-1008-05" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.Managed.VS" Version="16.8.1-beta1-1008-05" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Imaging" Version="16.7.30329.63" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Imaging" Version="$(MicrosoftVisualStudioImagingVersion)" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Composition" Version="16.9.6-alpha" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop" Version="16.8.30705.32" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.8.0" Version="16.8.30705.32" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.15.1.DesignTime" Version="16.8.30705.32" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.15.6.DesignTime" Version="16.8.30705.32" PrivateAssets="all" />
<PackageReference Include="Microsoft.ServiceHub.Framework" Version="2.7.100" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<Page Include="DebuggerOptions.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
<PackageReference Include="Microsoft.ServiceHub.Framework" Version="$(MicrosoftServiceHubFrameworkVersion)" PrivateAssets="all" />
</ItemGroup>
</Project>

0 comments on commit 94f2c41

Please sign in to comment.