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

Updating CoreFx, CoreClr to beta-24910-01, beta-24910-02 respectively #1095

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.2.0-beta-24909-03";
public static readonly string JitVersion = "1.2.0-beta-24909-03";
public static readonly string CoreCLRVersion = "1.2.0-beta-24910-02";
public static readonly string JitVersion = "1.2.0-beta-24910-02";
}
}
2 changes: 1 addition & 1 deletion pkg/deps/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.2.0-beta-24909-02"
"Microsoft.NETCore.Platforms": "1.2.0-beta-24910-01"
},
"frameworks": {
"dnxcore50": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/dir.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PropertyGroup>
<PackageOutputPath>$(PackagesOutDir)</PackageOutputPath>
<SymbolPackageOutputPath>$(SymbolPackagesOutDir)</SymbolPackageOutputPath>
<RuntimeIdGraphDefinitionFile>$(ProjectDir)packages\Microsoft.NETCore.Platforms\1.2.0-beta-24909-02\runtime.json</RuntimeIdGraphDefinitionFile>
<RuntimeIdGraphDefinitionFile>$(ProjectDir)packages\Microsoft.NETCore.Platforms\1.2.0-beta-24910-01\runtime.json</RuntimeIdGraphDefinitionFile>
<PackageLicenseFile>$(ProjectDir)projects/dotnet_library_license.txt</PackageLicenseFile>
<PackageThirdPartyNoticesFile>$(ProjectDir)projects/ThirdPartyNotices.txt</PackageThirdPartyNoticesFile>
<PackageDescriptionFile>$(ProjectDir)projects/descriptions.json</PackageDescriptionFile>
Expand Down
74 changes: 37 additions & 37 deletions pkg/projects/Microsoft.NETCore.App/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,43 @@
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "1.3.0",
"Microsoft.CodeAnalysis.VisualBasic": "1.3.0",
"Microsoft.CSharp": "4.4.0-beta-24909-02",
"Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24909-03",
"Microsoft.VisualBasic": "10.2.0-beta-24909-02",
"NETStandard.Library": "1.6.2-beta-24909-02",
"System.Buffers": "4.4.0-beta-24909-02",
"System.Collections.Immutable": "1.4.0-beta-24909-02",
"System.ComponentModel": "4.4.0-beta-24909-02",
"System.ComponentModel.Annotations": "4.4.0-beta-24909-02",
"System.Diagnostics.DiagnosticSource": "4.4.0-beta-24909-02",
"System.Diagnostics.Process": "4.4.0-beta-24909-02",
"System.Dynamic.Runtime": "4.4.0-beta-24909-02",
"System.Globalization.Extensions": "4.4.0-beta-24909-02",
"System.IO.FileSystem.Watcher": "4.4.0-beta-24909-02",
"System.IO.MemoryMappedFiles": "4.4.0-beta-24909-02",
"System.IO.UnmanagedMemoryStream": "4.4.0-beta-24909-02",
"System.Linq.Expressions": "4.4.0-beta-24909-02",
"System.Linq.Parallel": "4.4.0-beta-24909-02",
"System.Linq.Queryable": "4.4.0-beta-24909-02",
"System.Net.NameResolution": "4.4.0-beta-24909-02",
"System.Net.Requests": "4.4.0-beta-24909-02",
"System.Net.Security": "4.4.0-beta-24909-02",
"System.Net.WebHeaderCollection": "4.4.0-beta-24909-02",
"System.Numerics.Vectors": "4.4.0-beta-24909-02",
"System.Reflection.DispatchProxy": "4.4.0-beta-24909-02",
"System.Reflection.Metadata": "1.5.0-beta-24909-02",
"System.Reflection.TypeExtensions": "4.4.0-beta-24909-02",
"System.Resources.Reader": "4.4.0-beta-24909-02",
"System.Runtime.Loader": "4.4.0-beta-24909-02",
"System.Security.Cryptography.Algorithms": "4.4.0-beta-24909-02",
"System.Security.Cryptography.Encoding": "4.4.0-beta-24909-02",
"System.Security.Cryptography.Primitives": "4.4.0-beta-24909-02",
"System.Security.Cryptography.X509Certificates": "4.4.0-beta-24909-02",
"System.Threading.Tasks.Dataflow": "4.8.0-beta-24909-02",
"System.Threading.Tasks.Extensions": "4.4.0-beta-24909-02",
"System.Threading.Tasks.Parallel": "4.4.0-beta-24909-02",
"System.Threading.Thread": "4.4.0-beta-24909-02",
"System.Threading.ThreadPool": "4.4.0-beta-24909-02",
"Microsoft.CSharp": "4.4.0-beta-24910-01",
"Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24910-02",
"Microsoft.VisualBasic": "10.2.0-beta-24910-01",
"NETStandard.Library": "1.6.2-beta-24910-01",
"System.Buffers": "4.4.0-beta-24910-01",
"System.Collections.Immutable": "1.4.0-beta-24910-01",
"System.ComponentModel": "4.4.0-beta-24910-01",
"System.ComponentModel.Annotations": "4.4.0-beta-24910-01",
"System.Diagnostics.DiagnosticSource": "4.4.0-beta-24910-01",
"System.Diagnostics.Process": "4.4.0-beta-24910-01",
"System.Dynamic.Runtime": "4.4.0-beta-24910-01",
"System.Globalization.Extensions": "4.4.0-beta-24910-01",
"System.IO.FileSystem.Watcher": "4.4.0-beta-24910-01",
"System.IO.MemoryMappedFiles": "4.4.0-beta-24910-01",
"System.IO.UnmanagedMemoryStream": "4.4.0-beta-24910-01",
"System.Linq.Expressions": "4.4.0-beta-24910-01",
"System.Linq.Parallel": "4.4.0-beta-24910-01",
"System.Linq.Queryable": "4.4.0-beta-24910-01",
"System.Net.NameResolution": "4.4.0-beta-24910-01",
"System.Net.Requests": "4.4.0-beta-24910-01",
"System.Net.Security": "4.4.0-beta-24910-01",
"System.Net.WebHeaderCollection": "4.4.0-beta-24910-01",
"System.Numerics.Vectors": "4.4.0-beta-24910-01",
"System.Reflection.DispatchProxy": "4.4.0-beta-24910-01",
"System.Reflection.Metadata": "1.5.0-beta-24910-01",
"System.Reflection.TypeExtensions": "4.4.0-beta-24910-01",
"System.Resources.Reader": "4.4.0-beta-24910-01",
"System.Runtime.Loader": "4.4.0-beta-24910-01",
"System.Security.Cryptography.Algorithms": "4.4.0-beta-24910-01",
"System.Security.Cryptography.Encoding": "4.4.0-beta-24910-01",
"System.Security.Cryptography.Primitives": "4.4.0-beta-24910-01",
"System.Security.Cryptography.X509Certificates": "4.4.0-beta-24910-01",
"System.Threading.Tasks.Dataflow": "4.8.0-beta-24910-01",
"System.Threading.Tasks.Extensions": "4.4.0-beta-24910-01",
"System.Threading.Tasks.Parallel": "4.4.0-beta-24910-01",
"System.Threading.Thread": "4.4.0-beta-24910-01",
"System.Threading.ThreadPool": "4.4.0-beta-24910-01",
"Microsoft.DiaSymReader.Native": "1.4.0",
"Libuv": "1.10.0-preview1-22033"
},
Expand Down