зеркало из https://github.com/dotnet/razor.git
Remove duplicate assemblies from extension install. (#6508)
- These are already shipped by VS. Fixes #6405
This commit is contained in:
Родитель
a2011920e1
Коммит
47badc17ac
|
@ -153,9 +153,7 @@
|
|||
<RazorNgendVSIXSourceItem Include="$(OutputPath)Microsoft.Extensions.Configuration.Binder.dll" />
|
||||
<RazorNgendVSIXSourceItem Include="$(OutputPath)Microsoft.Extensions.Logging.dll" />
|
||||
<RazorNgendVSIXSourceItem Include="$(OutputPath)Microsoft.Extensions.Logging.Abstractions.dll" />
|
||||
<RazorNgendVSIXSourceItem Include="$(OutputPath)System.IO.Pipelines.dll" />
|
||||
<RazorNgendVSIXSourceItem Include="$(OutputPath)System.Reactive.dll" />
|
||||
<RazorNgendVSIXSourceItem Include="$(OutputPath)System.Runtime.CompilerServices.Unsafe.dll" />
|
||||
<RazorNgendVSIXSourceItem Include="$(OutputPath)System.Threading.Channels.dll" />
|
||||
|
||||
<VSIXSourceItem Include="$(OutputPath)Microsoft.VisualStudio.LanguageServer.Protocol.dll" />
|
||||
|
|
|
@ -49,9 +49,7 @@
|
|||
<Asset Type="Microsoft.VisualStudio.Assembly" Path="Microsoft.Extensions.Configuration.Abstractions.dll" />
|
||||
<Asset Type="Microsoft.VisualStudio.Assembly" Path="Microsoft.Extensions.Logging.dll" />
|
||||
<Asset Type="Microsoft.VisualStudio.Assembly" Path="Microsoft.Extensions.Logging.Abstractions.dll" />
|
||||
<Asset Type="Microsoft.VisualStudio.Assembly" Path="System.IO.Pipelines.dll" />
|
||||
<Asset Type="Microsoft.VisualStudio.Assembly" Path="System.Reactive.dll" />
|
||||
<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.LanguageServer.Protocol.dll" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче