зеркало из https://github.com/dotnet/razor.git
Fix a couple of mistakes in the Razor VSIX manifest (#10125)
1. The Compiler should not be listed as a MEF component. 2. An old assembly was still listed: `Microsoft.AspNetCore.Razor.LanguageSupport`. This was renamed long ago to `Microsoft.AspNetCore.Razor.Utilities.Shared`
This commit is contained in:
Коммит
b5d6644bb8
|
@ -51,9 +51,7 @@
|
|||
<Asset Type="Microsoft.VisualStudio.Assembly" Path="System.Runtime.CompilerServices.Unsafe.dll" />
|
||||
<Asset Type="Microsoft.VisualStudio.Assembly" Path="System.Threading.Channels.dll" />
|
||||
<Asset Type="Microsoft.VisualStudio.Assembly" Path="Microsoft.AspNetCore.Razor.LanguageServer.dll" />
|
||||
<Asset Type="Microsoft.VisualStudio.Assembly" Path="Microsoft.AspNetCore.Razor.LanguageSupport.dll" />
|
||||
<Asset Type="Microsoft.VisualStudio.Assembly" Path="Microsoft.AspNetCore.Razor.LanguageServer.Protocol.dll" />
|
||||
<Asset Type="Microsoft.VisualStudio.MefComponent" Path="Microsoft.CodeAnalysis.Razor.Compiler.dll" />
|
||||
<Asset Type="Microsoft.VisualStudio.Assembly" Path="Microsoft.CodeAnalysis.Razor.Workspaces.dll" />
|
||||
<Asset Type="Microsoft.VisualStudio.MefComponent" Path="Microsoft.CodeAnalysis.Razor.Workspaces.dll" />
|
||||
<Asset Type="Microsoft.VisualStudio.Assembly" Path="Microsoft.VisualStudio.LanguageServices.Razor.dll" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче