Skip to content

Commit

Permalink
[VSPackage] Revert a few package upgrades so that VSIX builds properly
Browse files Browse the repository at this point in the history
  • Loading branch information
xen2 committed Mar 17, 2024
1 parent 10ace2e commit feea912
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sources/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
<!-- Other dependencies -->
<ItemGroup>
<PackageVersion Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
<PackageVersion Include="Microsoft.Build" Version="17.8.3" />
<PackageVersion Include="Microsoft.Build" Version="17.0.0" />
<PackageVersion Include="Microsoft.Build.Locator" Version="1.6.10" />
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.8.3" />
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.0.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Features" Version="3.6.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.6.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.6.0" />
Expand Down Expand Up @@ -93,8 +93,8 @@
</ItemGroup>
<!-- Visual Studio dependencies -->
<ItemGroup>
<PackageVersion Include="Microsoft.VisualStudio.SDK" Version="17.8.37222" />
<PackageVersion Include="Microsoft.VSSDK.BuildTools" Version="17.8.2365" />
<PackageVersion Include="Microsoft.VisualStudio.SDK" Version="17.0.31902.203" />
<PackageVersion Include="Microsoft.VSSDK.BuildTools" Version="17.0.5232" />
</ItemGroup>
<!-- Test dependencies -->
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,6 @@
</ItemGroup>
</Target>
<Import Project="$(StrideSdkTargets)" />
<!-- Force NET Sdk to be included before VsSDK -->
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="Exists('$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets')" />
</Project>

0 comments on commit feea912

Please sign in to comment.