Browse Source

Update Microsoft.VSSDK.BuildTools to P2

pull/2454/head
Christoph Wille 4 years ago
parent
commit
b6b705ec5b
  1. 2
      ILSpy.AddIn/ILSpy.AddIn.csproj

2
ILSpy.AddIn/ILSpy.AddIn.csproj

@ -48,7 +48,7 @@ @@ -48,7 +48,7 @@
<PackageReference Include="Microsoft.CodeAnalysis" Version="2.4.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.4.0" />
<PackageReference Include="Microsoft.VisualStudio.LanguageServices" Version="2.4.0" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.0.1619-preview1">
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.0.2155-preview2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>

Loading…
Cancel
Save