diff --git a/CHANGELOG.md b/CHANGELOG.md index 280025c74..c5ccdd85e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ * Fix inlay hints lambdas parameter type null reference exception (PR: [omnisharp-roslyn/#2604](https://github.com/OmniSharp/omnisharp-roslyn/pull/2604)) * Update SDKs and Roslyn (PR: [omnisharp-roslyn/#2603](https://github.com/OmniSharp/omnisharp-roslyn/pull/2603)) * Pass project path when performing a restore (PR: [omnisharp-roslyn/#2593](https://github.com/OmniSharp/omnisharp-roslyn/pull/2593)) -* Bump xamltools to 17.13.35618.13 (PR: [#7884](https://github.com/dotnet/vscode-csharp/pull/7884)) +* Bump xamltools to 17.13.35703.12 (PR: [#7893](https://github.com/dotnet/vscode-csharp/pull/7893)) # 2.60.x * Improve performance of razor/blazor component discovery (PR: [#7826](https://github.com/dotnet/vscode-csharp/pull/7826)) diff --git a/package.json b/package.json index 5daf32bdc..a88f75ade 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "omniSharp": "1.39.12", "razor": "9.0.0-preview.24605.1", "razorOmnisharp": "7.0.0-preview.23363.1", - "xamlTools": "17.13.35618.13" + "xamlTools": "17.13.35703.12" }, "main": "./dist/extension", "l10n": "./l10n",