Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Update CoreClr, CoreFx to servicing-25208-01, servicing-25207-01, respectively (release/1.1.0) #10761

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions dependencies.props
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
<PropertyGroup>
<CoreFxCurrentRef>5bffd5d0b73f7017b3d8c6160d79ff05f787fa14</CoreFxCurrentRef>
<CoreClrCurrentRef>5bffd5d0b73f7017b3d8c6160d79ff05f787fa14</CoreClrCurrentRef>
<CoreFxCurrentRef>8280a47e7cbd6ece9924d45c72f4ce99239c8eb4</CoreFxCurrentRef>
<CoreClrCurrentRef>8280a47e7cbd6ece9924d45c72f4ce99239c8eb4</CoreClrCurrentRef>
</PropertyGroup>

<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
<CoreFxExpectedPrerelease>servicing-25205-01</CoreFxExpectedPrerelease>
<CoreFxExpectedPrerelease>servicing-25207-01</CoreFxExpectedPrerelease>
</PropertyGroup>

<!-- Full package version strings that are used in other parts of the build. -->
<PropertyGroup>
<CoreClrPackageVersion>1.1.2-servicing-25205-01</CoreClrPackageVersion>
<CoreClrPackageVersion>1.1.2-servicing-25208-01</CoreClrPackageVersion>
<XunitPackageVersion>2.1.0</XunitPackageVersion>

<!-- Runtime package versions from projectk-tfs/release/1.0.0 -->
Expand Down