Skip to content

Commit

Permalink
[editors] Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfusik committed Oct 9, 2024
1 parent 2e50202 commit b76160f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions editors/vs/fusion-vs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.10.40171" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.11.414">
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.11.40262" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.11.435">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
},
"devDependencies": {
"@types/vscode": "^1.0.0",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
}
}

0 comments on commit b76160f

Please sign in to comment.