Skip to content

Commit 2f686f5

Browse files
authored
update version (#73950)
1 parent bbdbfdd commit 2f686f5

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

eng/InternalTools.props

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,17 @@
66
https://devdiv.pkgs.visualstudio.com/_packaging/Engineering/nuget/v3/index.json;
77
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json;
88
</RestoreSources>
9+
<RestoreSources>
10+
$(RestoreSources);
11+
https://pkgs.dev.azure.com/devdiv/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json
12+
</RestoreSources>
913
</PropertyGroup>
1014

11-
<ItemGroup>
12-
<!-- Add explicit Newtonsoft.Json dependency to override the implicit 10.0.1 version brought in by Microsoft.DevDiv.Optimization.Data.PowerShell -->
13-
<PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonVersion)" Condition="'$(UsingToolVisualStudioIbcTraining)' == 'true'" />
14-
<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"/>
1520
</ItemGroup>
1621

1722
</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)