Skip to content

Commit be2743f

Browse files
authored
Merge branch 'release/dev17.6' into darc-release/dev17.6-f1969d28-bf05-4aad-988c-dc5bd3651ad8
2 parents 30c81a5 + 2f686f5 commit be2743f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

eng/InternalTools.props

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
</RestoreSources>
1313
</PropertyGroup>
1414

15-
<ItemGroup>
16-
<!-- Add explicit Newtonsoft.Json dependency to override the implicit 10.0.1 version brought in by Microsoft.DevDiv.Optimization.Data.PowerShell -->
17-
<PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonVersion)" Condition="'$(UsingToolVisualStudioIbcTraining)' == 'true'" />
18-
<PackageReference Include="Microsoft.DevDiv.Optimization.Data.PowerShell" Version="$(MicrosoftDevDivOptimizationDataPowerShellVersion)" ExcludeAssets="all" Condition="'$(UsingToolVisualStudioIbcTraining)' == 'true'"/>
15+
<ItemGroup Condition="'$(UsingToolVisualStudioIbcTraining)' == 'true'">
16+
<!-- Add explicit top-level dependencies to override the implicit versions brought in by Microsoft.DevDiv.Optimization.Data.PowerShell -->
17+
<PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonVersion)"/>
18+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="$(MicrosoftIdentityModelJsonWebTokensVersion)"/>
19+
<PackageReference Include="Microsoft.DevDiv.Optimization.Data.PowerShell" Version="$(MicrosoftDevDivOptimizationDataPowerShellVersion)" ExcludeAssets="all"/>
1920
</ItemGroup>
2021

2122
</Project>

eng/Versions.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@
301301
create a test insertion in Visual Studio to validate.
302302
-->
303303
<NewtonsoftJsonVersion>13.0.3</NewtonsoftJsonVersion>
304+
<MicrosoftIdentityModelJsonWebTokensVersion>6.34.0</MicrosoftIdentityModelJsonWebTokensVersion>
304305
<StreamJsonRpcVersion>2.15.26</StreamJsonRpcVersion>
305306
<!--
306307
When updating the S.C.I or S.R.M version please let the MSBuild team know in advance so they

0 commit comments

Comments
 (0)