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

Commit

Permalink
Merged PR 89688: Merge github/release/1.0.0 to release/1.0.0
Browse files Browse the repository at this point in the history
There were merge conflicts because I updated x509 in vsts for the non-stable build last weekend. So merging and updating to x509 stable package.
  • Loading branch information
safern committed Oct 14, 2017
1 parent e93465f commit ecd5f96
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 12 deletions.
2 changes: 1 addition & 1 deletion TestAssets/TestProjects/PortableApp/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.8-servicing-*"
"version": "1.0.8"
},
"Newtonsoft.Json": "9.0.1-beta1"
}
Expand Down
2 changes: 1 addition & 1 deletion TestAssets/TestProjects/PortableTestApp/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.8-servicing-*"
"version": "1.0.8"
},
"Newtonsoft.Json": "9.0.1-beta1",
"xunit": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion TestAssets/TestProjects/StandaloneApp/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": "1.0.8-servicing-*",
"Microsoft.NETCore.App": "1.0.8",
"Newtonsoft.Json": "9.0.1-beta1"
}
}
Expand Down
2 changes: 1 addition & 1 deletion TestAssets/TestProjects/StandaloneTestApp/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"portable-net451+win8"
],
"dependencies": {
"Microsoft.NETCore.App": "1.0.8-servicing-*",
"Microsoft.NETCore.App": "1.0.8",
"Newtonsoft.Json": "9.0.1-beta1",
"xunit": "2.1.0",
"xunit.netcore.extensions": "1.0.0-prerelease-00206",
Expand Down
2 changes: 1 addition & 1 deletion branchinfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
MAJOR_VERSION=1
MINOR_VERSION=0
PATCH_VERSION=8
RELEASE_SUFFIX=servicing
RELEASE_SUFFIX=
CHANNEL=preview
BRANCH_NAME=release/1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Microsoft.DotNet.Cli.Build
{
public class DependencyVersions
{
public static readonly string CoreCLRVersion = "1.0.10-servicing-25807-01";
public static readonly string JitVersion = "1.0.10-servicing-25807-01";
public static readonly string CoreCLRVersion = "1.0.10";
public static readonly string JitVersion = "1.0.10";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public override string ToString()
//

// Full versions and package information.
public static bool EnsureStableVersion => false;
public static bool EnsureStableVersion => true;
public string LatestHostPrerelease => "servicing";
public string LatestHostBuildMajor => CommitCountString;
public string LatestHostBuildMinor => "00";
Expand Down
9 changes: 5 additions & 4 deletions pkg/projects/Microsoft.NETCore.App/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Microsoft.CodeAnalysis.CSharp": "1.3.0",
"Microsoft.CodeAnalysis.VisualBasic": "1.3.0",
"Microsoft.CSharp": "4.0.1",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.10-servicing-25807-01",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.10",
"Microsoft.VisualBasic": "10.0.1",
"NETStandard.Library": "1.6.0",
"System.Buffers": "4.0.0",
Expand All @@ -30,10 +30,11 @@
"System.Reflection.TypeExtensions": "4.1.0",
"System.Resources.Reader": "4.0.0",
"System.Runtime.Loader": "4.0.0",
"System.Security.Cryptography.Algorithms": "4.2.0",
"System.Security.Cryptography.Algorithms": "4.2.1",
"System.Security.Cryptography.Encoding": "4.0.0",
"System.Security.Cryptography.Primitives": "4.0.0",
"System.Security.Cryptography.X509Certificates": "4.1.2-servicing-25807-02",
"System.Security.Cryptography.X509Certificates": "4.1.2",
"System.Security.Cryptography.OpenSsl": "4.0.1",
"System.Threading.Tasks.Dataflow": "4.6.0",
"System.Threading.Tasks.Extensions": "4.0.0",
"System.Threading.Tasks.Parallel": "4.0.1",
Expand All @@ -42,7 +43,7 @@
"Libuv": "1.9.2",
"Microsoft.NETCore.Platforms": "1.0.2",
"System.Net.Http": "4.1.3",
"runtime.native.System.Security.Cryptography": "4.0.2"
"runtime.native.System.Security.Cryptography": "4.0.3"
},
"frameworks": {
"netstandard1.5": {}
Expand Down
29 changes: 29 additions & 0 deletions pkg/stable.packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -258,5 +258,34 @@
<StablePackage Include="runtime.win7-x86.Microsoft.NETCore.DotNetHostPolicy">
<Version>1.0.7</Version>
</StablePackage>

<!-- NETCore 1.0.8 servicing core-setup -->
<StablePackage Include="Microsoft.NETCore.App">
<Version>1.0.8</Version>
</StablePackage>
<StablePackage Include="Microsoft.NETCore.DotNetHostPolicy">
<Version>1.0.8</Version>
</StablePackage>
<StablePackage Include="runtime.debian.8-x64.Microsoft.NETCore.DotNetHostPolicy">
<Version>1.0.8</Version>
</StablePackage>
<StablePackage Include="runtime.osx.10.10-x64.Microsoft.NETCore.DotNetHostPolicy">
<Version>1.0.8</Version>
</StablePackage>
<StablePackage Include="runtime.rhel.7-x64.Microsoft.NETCore.DotNetHostPolicy">
<Version>1.0.8</Version>
</StablePackage>
<StablePackage Include="runtime.ubuntu.14.04-x64.Microsoft.NETCore.DotNetHostPolicy">
<Version>1.0.8</Version>
</StablePackage>
<StablePackage Include="runtime.ubuntu.16.04-x64.Microsoft.NETCore.DotNetHostPolicy">
<Version>1.0.8</Version>
</StablePackage>
<StablePackage Include="runtime.win7-x64.Microsoft.NETCore.DotNetHostPolicy">
<Version>1.0.8</Version>
</StablePackage>
<StablePackage Include="runtime.win7-x86.Microsoft.NETCore.DotNetHostPolicy">
<Version>1.0.8</Version>
</StablePackage>
</ItemGroup>
</Project>

0 comments on commit ecd5f96

Please sign in to comment.