Skip to content

Commit 2975b0a

Browse files
authored
Merge pull request #74335 from Cosifne/internal/release/dev17.8
Merge Internal/release/dev17.8 to release/dev17.8
2 parents 4f7be70 + 09cdb3a commit 2975b0a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

azure-pipelines-official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ variables:
5050
# To retrieve OptProf data we need to authenticate to the VS drop storage.
5151
# Get access token with $dn-bot-devdiv-drop-rw-code-rw and dn-bot-dnceng-build-rw-code-rw from DotNet-VSTS-Infra-Access
5252
# Get $AccessToken-dotnet-build-bot-public-repo from DotNet-Versions-Publish
53-
- group: DotNet-Versions-Publish
5453
- group: DotNet-VSTS-Infra-Access
5554
- group: DotNet-DevDiv-Insertion-Workflow-Variables
55+
- group: AzureDevOps-Artifact-Feeds-Pats
5656
- name: _DevDivDropAccessToken
5757
value: $(dn-bot-devdiv-drop-rw-code-rw)
5858
- name: ArtifactServices.Drop.PAT

eng/Versions.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@
270270
<SystemTextEncodingExtensionsVersion>4.3.0</SystemTextEncodingExtensionsVersion>
271271
<!-- Note: When updating SystemTextJsonVersion ensure that the version is no higher than what is used by MSBuild. -->
272272
<SystemTextJsonVersion>7.0.3</SystemTextJsonVersion>
273+
<SystemTextJsonFixedVersion>8.0.4</SystemTextJsonFixedVersion>
273274
<SystemThreadingChannelsVersion>7.0.0</SystemThreadingChannelsVersion>
274275
<SystemThreadingTasksDataflowVersion>7.0.0</SystemThreadingTasksDataflowVersion>
275276
<!-- 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 -->

src/Workspaces/Core/MSBuild.BuildHost/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageReference Include="Microsoft.Build.Framework" Version="$(RefOnlyMicrosoftBuildFrameworkVersion)" ExcludeAssets="Runtime" />
2222
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="$(RefOnlyMicrosoftBuildTasksCoreVersion)" ExcludeAssets="Runtime" PrivateAssets="All" />
2323
<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'"/>
2525
<PackageReference Include="StreamJsonRpc" Version="$(StreamJsonRpcVersion)" Condition="'$(DotNetBuildFromSource)' != 'true'" />
2626
<PackageReference Include="System.CommandLine" Version="$(SystemCommandLineVersion)" />
2727
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="$(MicrosoftExtensionsLoggingConsoleVersion)" />

0 commit comments

Comments
 (0)