File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
src/Components/Blazor/BlazorExtension/src Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 2828 <PropertyGroup >
2929 <RestoreConfigFile >$(RepoRoot)NuGet.config</RestoreConfigFile >
3030 </PropertyGroup >
31+
32+ <!--
33+ Required to restore the RoslynTools.ModifyVsixManifest package.
34+ This isn't auto-detected by Arcade like other feeds are.
35+ -->
36+ <PropertyGroup >
37+ <RestoreSources >
38+ $(RestoreSources);
39+ https://dotnet.myget.org/F/roslyn-tools/api/v3/index.json;
40+ </RestoreSources >
41+ </PropertyGroup >
3142</Project >
Original file line number Diff line number Diff line change 1313 <ExtensionInstallationFolder >Microsoft\Blazor</ExtensionInstallationFolder >
1414
1515 <!-- This should be set as true if we're ever building the VSIX for inclusion by the VS installer. -->
16- <IsProductComponent Condition =" '$(IsProductComponent)'==''" >false</IsProductComponent >
17-
18- <!-- This VSIX does not insert into VS directly. -->
19- <VisualStudioInsertionComponent >false</VisualStudioInsertionComponent >
16+ <IsProductComponent >false</IsProductComponent >
2017
2118 <!-- Update the VSToolsPath to ensure VSIX builds -->
2219 <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
You can’t perform that action at this time.
0 commit comments