We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3797b4c commit fb44c96Copy full SHA for fb44c96
New_Extensibility_Model/Samples/CommandParentingSample/CommandParentingSample.csproj
@@ -5,10 +5,7 @@
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
<LangVersion>12</LangVersion>
8
-
9
- <!-- The VisualStudio.Extensibility preview packages are available from the azure-public/vside/msft_consumption feed -->
10
- <RestoreAdditionalProjectSources>https://pkgs.dev.azure.com/azure-public/vside/_packaging/msft_consumption/nuget/v3/index.json;$(RestoreAdditionalProjectSources)</RestoreAdditionalProjectSources>
11
- </PropertyGroup>
+ </PropertyGroup>
12
13
<ItemGroup>
14
<PackageReference Include="Microsoft.VisualStudio.Extensibility.Sdk" Version="17.14.40254" PrivateAssets="all" />
0 commit comments