Browse Source

Go back to 17.1.4054 for VS SDK (maybe that breaks the build server; locally works)

pull/2756/head
Christoph Wille 3 years ago
parent
commit
62f9061dc3
  1. 2
      ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj

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

@ -41,7 +41,7 @@ @@ -41,7 +41,7 @@
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.0.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" />
<PackageReference Include="Microsoft.VisualStudio.LanguageServices" Version="4.0.1" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.2.2186">
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.1.4054">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>

Loading…
Cancel
Save