File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments