Browse Source

Final Microsoft.VisualStudio.SDK for 2022 extension

pull/2542/head
Christoph Wille 4 years ago
parent
commit
0625f815b0
  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