Christoph Wille 3 years ago committed by GitHub
parent
commit
ace11158a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj
  2. 2
      ILSpy.AddIn/ILSpy.AddIn.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.1.4054">
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.3.2093">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>

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.0.5232">
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.3.2093">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>

Loading…
Cancel
Save