File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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 >
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