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

Commit ed27aa5

Browse files
authored
Merge pull request #1517 from dotnet-bot/UpdateDependencies20170209040302
[release/1.1.0] Updating CoreClr to 1.1.1
2 parents 96aae97 + ae011b4 commit ed27aa5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build_projects/shared-build-targets-utils/DependencyVersions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Microsoft.DotNet.Cli.Build
77
{
88
public class DependencyVersions
99
{
10-
public static readonly string CoreCLRVersion = "1.1.1-servicing-25009-01";
11-
public static readonly string JitVersion = "1.1.1-servicing-25009-01";
10+
public static readonly string CoreCLRVersion = "1.1.1";
11+
public static readonly string JitVersion = "1.1.1";
1212
}
1313
}

pkg/projects/Microsoft.NETCore.App/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Microsoft.CodeAnalysis.CSharp": "1.3.0",
44
"Microsoft.CodeAnalysis.VisualBasic": "1.3.0",
55
"Microsoft.CSharp": "4.3.0",
6-
"Microsoft.NETCore.Runtime.CoreCLR": "1.1.1-servicing-25009-01",
6+
"Microsoft.NETCore.Runtime.CoreCLR": "1.1.1",
77
"Microsoft.VisualBasic": "10.1.0",
88
"NETStandard.Library": "1.6.1",
99
"System.Buffers": "4.3.0",

0 commit comments

Comments
 (0)