You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
🚨 Breaking Changes
The SDK no longer auto-includes the VSSDK Build Tools (this was preventing CPM from working). You must now explicitly add the PackageReference to your project: <PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.*" PrivateAssets="all" />
🐛 Bug Fixes
fix(sdk): escape backslashes in launchSettings.json generation (#25)