Browse Source

Update Microsoft.VisualStudio.SDK for 2022 extension - dependent NuGet Microsoft.VisualStudio.Setup.Configuration.Interop now available

pull/2549/head
Christoph Wille 4 years ago
parent
commit
e82dd73872
  1. 2
      ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj

2
ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj

@ -43,7 +43,7 @@ @@ -43,7 +43,7 @@
<Import Project="..\packages.props" />
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.0.0-previews-4-31709-430" />
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.0.31902.203" />
<!-- 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" />

Loading…
Cancel
Save