File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
src/Workspaces/Core/MSBuild.BuildHost Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ variables:
50
50
# To retrieve OptProf data we need to authenticate to the VS drop storage.
51
51
# Get access token with $dn-bot-devdiv-drop-rw-code-rw and dn-bot-dnceng-build-rw-code-rw from DotNet-VSTS-Infra-Access
52
52
# Get $AccessToken-dotnet-build-bot-public-repo from DotNet-Versions-Publish
53
- - group : DotNet-Versions-Publish
54
53
- group : DotNet-VSTS-Infra-Access
55
54
- group : DotNet-DevDiv-Insertion-Workflow-Variables
55
+ - group : AzureDevOps-Artifact-Feeds-Pats
56
56
- name : _DevDivDropAccessToken
57
57
value : $(dn-bot-devdiv-drop-rw-code-rw)
58
58
- name : ArtifactServices.Drop.PAT
Original file line number Diff line number Diff line change 270
270
<SystemTextEncodingExtensionsVersion >4.3.0</SystemTextEncodingExtensionsVersion >
271
271
<!-- Note: When updating SystemTextJsonVersion ensure that the version is no higher than what is used by MSBuild. -->
272
272
<SystemTextJsonVersion >7.0.3</SystemTextJsonVersion >
273
+ <SystemTextJsonFixedVersion >8.0.4</SystemTextJsonFixedVersion >
273
274
<SystemThreadingChannelsVersion >7.0.0</SystemThreadingChannelsVersion >
274
275
<SystemThreadingTasksDataflowVersion >7.0.0</SystemThreadingTasksDataflowVersion >
275
276
<!-- We need System.ValueTuple assembly version at least 4.0.3.0 on net47 to make F5 work against Dev15 - see https://github.com/dotnet/roslyn/issues/29705 -->
Original file line number Diff line number Diff line change 21
21
<PackageReference Include =" Microsoft.Build.Framework" Version =" $(RefOnlyMicrosoftBuildFrameworkVersion)" ExcludeAssets =" Runtime" />
22
22
<PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" $(RefOnlyMicrosoftBuildTasksCoreVersion)" ExcludeAssets =" Runtime" PrivateAssets =" All" />
23
23
<PackageReference Include =" Microsoft.Build.Locator" Version =" $(MicrosoftBuildLocatorVersion)" PrivateAssets =" All" />
24
- <PackageReference Include =" System.Text.Json" Version =" $(SystemTextJsonVersion )" />
24
+ <PackageReference Include =" System.Text.Json" Version =" $(SystemTextJsonFixedVersion )" PrivateAssets = " All " Condition = " '$(DotnetBuildFromSource)' != 'true' " />
25
25
<PackageReference Include =" StreamJsonRpc" Version =" $(StreamJsonRpcVersion)" Condition =" '$(DotNetBuildFromSource)' != 'true'" />
26
26
<PackageReference Include =" System.CommandLine" Version =" $(SystemCommandLineVersion)" />
27
27
<PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" $(MicrosoftExtensionsLoggingConsoleVersion)" />
You can’t perform that action at this time.
0 commit comments