Skip to content

Commit

Permalink
fix packages 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ugras-ergun-sonarsource committed Dec 15, 2023
1 parent 87b6fe3 commit 48ac581
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion src/EmbeddedVsix/packages.lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"version": 1,
"dependencies": {
".NETFramework,Version=v4.7.2": {}
".NETFramework,Version=v4.7.2": {
"Microsoft.VSSDK.BuildTools": {
"type": "Direct",
"requested": "[17.0.5232, )",
"resolved": "17.0.5232",
"contentHash": "k2+OBg4wxpOofGrEdsm9+vQXgghOusae4f2Vo7XLbEFWv6S9zWqQ5KQ6wy1Ygu845I82CbthEiubmxtVye1fsA==",
"dependencies": {
"Microsoft.VisualStudio.SDK.Analyzers": "15.8.33"
}
},
"Microsoft.VisualStudio.SDK.Analyzers": {
"type": "Transitive",
"resolved": "15.8.33",
"contentHash": "5rP5FqdiHID6AtB7m8LNQKXnjTFCErAtazW8gqY4z27kTp+K6S6ZMzBME7hryOCSo2laogjjL1GWp2bUaJZqRw==",
"dependencies": {
"Microsoft.VisualStudio.Threading.Analyzers": "15.8.122"
}
},
"Microsoft.VisualStudio.Threading.Analyzers": {
"type": "Transitive",
"resolved": "15.8.122",
"contentHash": "1gu3LopB8nLiomlMGx6Y8Glb+rwABHpksdpNH1X9/GGp6uJvnHAUZWsFUQz8sAuu1CKcQagJcSOUt4bb4pOFKg=="
}
}
}
}

0 comments on commit 48ac581

Please sign in to comment.