Browse Source

Microsoft.VSSDK.BuildTools 17.6.2164 for both projects

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

4
ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj

@ -41,9 +41,9 @@ @@ -41,9 +41,9 @@
<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.5.4065">
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.6.2164">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Mono.Cecil" Version="$(MonoCecilVersion)" />
</ItemGroup>

2
ILSpy.AddIn/ILSpy.AddIn.csproj

@ -47,7 +47,7 @@ @@ -47,7 +47,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.3.2093">
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.6.2164">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>

Loading…
Cancel
Save