Skip to content

Commit

Permalink
Updates package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zooba committed Nov 1, 2018
1 parent 584f2cd commit f5a7bba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Build/15.0/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<package id="Microsoft.VisualStudio.Language.Intellisense" version="15.8.525" />
<package id="Microsoft.VisualStudio.Language.StandardClassification" version="15.8.525" />
<package id="Microsoft.VisualStudio.Language.NavigateTo.Interfaces" version="15.8.525" />
<package id="Microsoft.VisualStudio.LanguageServer.Protocol" version="15.9.1" />
<package id="Microsoft.VisualStudio.Shared.VSCodeDebugProtocol" version="15.8.20719.1"/>
<package id="Microsoft.VisualStudio.Text.Data" version="15.8.525" />
<package id="Microsoft.VisualStudio.Text.Logic" version="15.8.525" />
Expand Down
1 change: 1 addition & 0 deletions Build/16.0/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<package id="Microsoft.DotNet.PlatformAbstractions" version="2.1.0" />

<package id="Microsoft.VisualStudio.Debugger.DebugAdapterHost.Interfaces" version="15.8.20619.1"/>
<package id="Microsoft.VisualStudio.LanguageServer.Protocol" version="15.9.1" />
<package id="Microsoft.VisualStudio.Shared.VSCodeDebugProtocol" version="15.8.20719.1"/>
<package id="Microsoft.VisualStudio.Validation" version="15.3.58" />

Expand Down
2 changes: 2 additions & 0 deletions Python/Product/dirs.proj
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
<ProjectFile Include="VCDebugLauncher\VCDebugLauncher.csproj" Condition="'$(IncludeVCDebugLauncher)' == 'True'"/>
<ProjectFile Include="Wsl\Wsl.csproj" Condition="'$(IncludeWsl)' == 'True'"/>

<ProjectFile Include="LiveShare\LiveShare.csproj" Condition="'$(IncludeLiveShare)' == 'True'"/>

<ProjectFile Include="Core\Core.csproj" />
<ProjectFile Include="..\Templates\Templates.csproj" />

Expand Down
3 changes: 3 additions & 0 deletions Python/products.settings
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@

<!-- Exclude ExternalProfilerDriver by default (for the moment) -->
<IncludeExternalProfilerDriver Condition="'$(IncludeExternalProfilerDriver)' == ''">false</IncludeExternalProfilerDriver>

<!-- Include LiveShare by default -->
<IncludeLiveShare Condition="'$(IncludeLiveShare)' == ''">true</IncludeLiveShare>
</PropertyGroup>
</Project>

0 comments on commit f5a7bba

Please sign in to comment.