|
|
|
@ -43,12 +43,15 @@
@@ -43,12 +43,15 @@
|
|
|
|
|
<Import Project="..\packages.props" /> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="15.9.3" /> |
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="15.0.1" /> |
|
|
|
|
<!-- Intentionally using an old Roslyn version in the AddIn, so that we stay compatible with old VS versions. --> |
|
|
|
|
<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="16.8.3038" /> |
|
|
|
|
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.0.1619-preview1"> |
|
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
|
|
</PackageReference> |
|
|
|
|
<PackageReference Include="Mono.Cecil" Version="$(MonoCecilVersion)" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|