Skip to content

Commit 2b10b01

Browse files
author
Andrew Hall
authored
Remove unused reference (#78286)
This is no longer used, which is fantastic! Less EA to worry about, fewer dual insertions, the whole 9 meters. However, it turns out it still happily restores and gets packaged in the LanguageServer for VS Code. Now that razor is on 10.x the 9.x version load will cause an exception when loading. It will eventually find the right version because it's packaged next to the source generator in the rzls package, but the exception is both alarming to users and slows things down. Let's fix that. Fixes dotnet/vscode-csharp#8193
2 parents 013c870 + b2859df commit 2b10b01

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

eng/Directory.Packages.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@
145145
<PackageVersion Include="NuGet.ProjectModel" Version="6.8.0-rc.112" />
146146
<PackageVersion Include="Microsoft.TestPlatform.TranslationLayer" Version="$(MicrosoftNETTestSdkVersion)" />
147147
<PackageVersion Include="Microsoft.TestPlatform.ObjectModel" Version="$(MicrosoftNETTestSdkVersion)" />
148-
<PackageVersion Include="Microsoft.AspNetCore.Razor.ExternalAccess.RoslynWorkspace" Version="9.0.0-preview.25064.4" />
149148

150149
<!--
151150
Analyzers

src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/Microsoft.CodeAnalysis.LanguageServer.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@
132132
<PackageReference Include="Microsoft.TestPlatform.TranslationLayer" />
133133
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" />
134134
<PackageReference Include="Microsoft.VisualStudio.Composition" />
135-
<PackageReference Include="Microsoft.AspNetCore.Razor.ExternalAccess.RoslynWorkspace" />
136135
<PackageReference Include="NuGet.ProjectModel" />
137136
<PackageReference Include="System.CommandLine" />
138137

0 commit comments

Comments
 (0)