Skip to content

Commit

Permalink
SLVS-1725 Update Microsoft.VSSDK.BuildTools nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriela-trutan-sonarsource committed Dec 20, 2024
1 parent ff6fc33 commit 118b88f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/Integration.Vsix/Integration.Vsix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
</ItemGroup>

<ItemGroup Label="VSSDK Build Tools">
<PackageReference Condition=" $(VsTargetVersion) == '2022' " Include="Microsoft.VSSDK.BuildTools" Version="17.0.5232" GeneratePathProperty="true">
<PackageReference Condition=" $(VsTargetVersion) == '2022' " Include="Microsoft.VSSDK.BuildTools" Version="17.12.2069" GeneratePathProperty="true">
<IncludeAssets>runtime; build; native; contentfiles; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
21 changes: 12 additions & 9 deletions src/Integration.Vsix/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,12 @@
},
"Microsoft.VSSDK.BuildTools": {
"type": "Direct",
"requested": "[17.0.5232, )",
"resolved": "17.0.5232",
"contentHash": "k2+OBg4wxpOofGrEdsm9+vQXgghOusae4f2Vo7XLbEFWv6S9zWqQ5KQ6wy1Ygu845I82CbthEiubmxtVye1fsA==",
"requested": "[17.12.2069, )",
"resolved": "17.12.2069",
"contentHash": "pXOjfaoC926Z2ApbbXBNWWlTPJPDiJdp+kb+bdx5xxOr68yHwTgDD/i3q7JMtKJkHddufYYItRFr3P0/ylP4Sg==",
"dependencies": {
"Microsoft.VisualStudio.SDK.Analyzers": "15.8.33"
"Microsoft.VisualStudio.SDK.Analyzers": "17.7.47",
"Microsoft.VsSDK.CompatibilityAnalyzer": "17.12.2069"
}
},
"Microsoft.VSSDK.VsixSignTool": {
Expand Down Expand Up @@ -696,11 +697,8 @@
},
"Microsoft.VisualStudio.SDK.Analyzers": {
"type": "Transitive",
"resolved": "15.8.33",
"contentHash": "5rP5FqdiHID6AtB7m8LNQKXnjTFCErAtazW8gqY4z27kTp+K6S6ZMzBME7hryOCSo2laogjjL1GWp2bUaJZqRw==",
"dependencies": {
"Microsoft.VisualStudio.Threading.Analyzers": "15.8.122"
}
"resolved": "17.7.47",
"contentHash": "dP4SOup0OMy8s1cTD4oYXlLd6JrDb8Gp4+1fR+vUuvgLDSuGFWS/8B23GQ670NICw5AadUUK9T9sCvYmpW8/Ig=="
},
"Microsoft.VisualStudio.Setup.Configuration.Interop": {
"type": "Transitive",
Expand Down Expand Up @@ -1022,6 +1020,11 @@
"resolved": "12.0.0",
"contentHash": "HeuaZh8+wNVdwx7VF8guFGH2Z2zH+FYxWBsRNp+FjjlmrhCfM7GUQV5azaTv/bN5TPaK8ALJoP9UX5o1FB5k1A=="
},
"Microsoft.VsSDK.CompatibilityAnalyzer": {
"type": "Transitive",
"resolved": "17.12.2069",
"contentHash": "kQB0zReJK0ezXxi8cGBpMr7r1x2vnftuEn2Qp7pvZnFsP2mTQVauBYioptxStvGcbX9sIfo2YSenYQiShsh+vA=="
},
"Microsoft.Web.Xdt": {
"type": "Transitive",
"resolved": "2.1.0",
Expand Down

0 comments on commit 118b88f

Please sign in to comment.