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

Commit

Permalink
Merge pull request #3686 from wtgodbe/Stable206
Browse files Browse the repository at this point in the history
Update CoreFx and CoreClr and mark as stable for 2.0.6
  • Loading branch information
wtgodbe authored Feb 12, 2018
2 parents 7c54c3c + 9775b21 commit 74b1c70
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion BranchInfo.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<MajorVersion>2</MajorVersion>
<MinorVersion>0</MinorVersion>
<PatchVersion>6</PatchVersion>
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
<PreReleaseLabel>servicing</PreReleaseLabel>
<ReleaseSuffix>$(PreReleaseLabel)</ReleaseSuffix>
<ReleaseBrandSuffix></ReleaseBrandSuffix>
Expand Down
4 changes: 2 additions & 2 deletions dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

<PropertyGroup>
<MicrosoftNETCorePlatformsPackageVersion>2.0.1</MicrosoftNETCorePlatformsPackageVersion>
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.4.4-servicing-26117-02</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
<MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.4.4-servicing-26212-01</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
<MicrosoftPrivateCoreFxUAPPackageVersion>4.4.0-preview3-25526-01</MicrosoftPrivateCoreFxUAPPackageVersion>
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.0.6-servicing-26117-01</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.0.6</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<NETStandardLibraryPackageVersion>2.0.1</NETStandardLibraryPackageVersion>
<MicrosoftDiaSymReaderNativePackageVersion>1.4.1</MicrosoftDiaSymReaderNativePackageVersion>

Expand Down
4 changes: 2 additions & 2 deletions src/pkg/projects/Microsoft.NETCore.App/netcoreapp1.0.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
<Version>4.0.1</Version>
</NETCoreApp10Dependency>
<NETCoreApp10Dependency Include="Microsoft.NETCore.DotNetHostPolicy">
<Version>1.0.9</Version>
<Version>1.0.10</Version>
</NETCoreApp10Dependency>
<NETCoreApp10Dependency Include="Microsoft.NETCore.Platforms">
<Version>1.0.2</Version>
</NETCoreApp10Dependency>
<NETCoreApp10Dependency Include="Microsoft.NETCore.Runtime.CoreCLR">
<Version>1.0.12-servicing-26117-01</Version>
<Version>1.0.12</Version>
</NETCoreApp10Dependency>
<NETCoreApp10Dependency Include="Microsoft.VisualBasic">
<Version>10.0.1</Version>
Expand Down
4 changes: 2 additions & 2 deletions src/pkg/projects/Microsoft.NETCore.App/netcoreapp1.1.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<Version>1.4.1</Version>
</NETCoreApp11Dependency>
<NETCoreApp11Dependency Include="Microsoft.NETCore.DotNetHostPolicy">
<Version>1.1.6</Version>
<Version>1.1.7</Version>
</NETCoreApp11Dependency>
<NETCoreApp11Dependency Include="Microsoft.NETCore.Runtime.CoreCLR">
<Version>1.1.7-servicing-26117-01</Version>
<Version>1.1.7</Version>
</NETCoreApp11Dependency>
<NETCoreApp11Dependency Include="Microsoft.NETCore.Targets">
<Version>1.1.2</Version>
Expand Down

0 comments on commit 74b1c70

Please sign in to comment.