From f20878d20d313623ef7babbe29494d80aafdadae Mon Sep 17 00:00:00 2001 From: Christopher Costa Date: Wed, 1 Feb 2017 13:40:22 -0800 Subject: add arm packageplatform for ubuntu 14.04 and 16.04 --- .../runtime.Linux.Microsoft.NETCore.ILAsm.props | 2 ++ .../runtime.Linux.Microsoft.NETCore.ILDAsm.props | 3 ++- .../Microsoft.NETCore.Jit/runtime.Linux.Microsoft.NETCore.Jit.props | 2 ++ .../runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props | 2 ++ .../runtime.Linux.Microsoft.NETCore.TestHost.props | 2 ++ 5 files changed, 10 insertions(+), 1 deletion(-) (limited to 'src/.nuget') diff --git a/src/.nuget/Microsoft.NETCore.ILAsm/runtime.Linux.Microsoft.NETCore.ILAsm.props b/src/.nuget/Microsoft.NETCore.ILAsm/runtime.Linux.Microsoft.NETCore.ILAsm.props index a8692a781e..b71169cc6a 100644 --- a/src/.nuget/Microsoft.NETCore.ILAsm/runtime.Linux.Microsoft.NETCore.ILAsm.props +++ b/src/.nuget/Microsoft.NETCore.ILAsm/runtime.Linux.Microsoft.NETCore.ILAsm.props @@ -2,6 +2,8 @@ x64; + x64;arm; + x64;arm; diff --git a/src/.nuget/Microsoft.NETCore.ILDAsm/runtime.Linux.Microsoft.NETCore.ILDAsm.props b/src/.nuget/Microsoft.NETCore.ILDAsm/runtime.Linux.Microsoft.NETCore.ILDAsm.props index 70f2f46be5..681e935689 100644 --- a/src/.nuget/Microsoft.NETCore.ILDAsm/runtime.Linux.Microsoft.NETCore.ILDAsm.props +++ b/src/.nuget/Microsoft.NETCore.ILDAsm/runtime.Linux.Microsoft.NETCore.ILDAsm.props @@ -1,8 +1,9 @@ - x64; + x64;arm; + x64;arm; diff --git a/src/.nuget/Microsoft.NETCore.Jit/runtime.Linux.Microsoft.NETCore.Jit.props b/src/.nuget/Microsoft.NETCore.Jit/runtime.Linux.Microsoft.NETCore.Jit.props index 4f333eefe3..1c4a5b2402 100644 --- a/src/.nuget/Microsoft.NETCore.Jit/runtime.Linux.Microsoft.NETCore.Jit.props +++ b/src/.nuget/Microsoft.NETCore.Jit/runtime.Linux.Microsoft.NETCore.Jit.props @@ -2,6 +2,8 @@ x64; + x64;arm; + x64;arm; diff --git a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props index 50df04bc11..57ca7cdaa8 100644 --- a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props +++ b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props @@ -2,6 +2,8 @@ x64; + x64;arm; + x64;arm; diff --git a/src/.nuget/Microsoft.NETCore.TestHost/runtime.Linux.Microsoft.NETCore.TestHost.props b/src/.nuget/Microsoft.NETCore.TestHost/runtime.Linux.Microsoft.NETCore.TestHost.props index 59e6d63c34..472863f0e7 100644 --- a/src/.nuget/Microsoft.NETCore.TestHost/runtime.Linux.Microsoft.NETCore.TestHost.props +++ b/src/.nuget/Microsoft.NETCore.TestHost/runtime.Linux.Microsoft.NETCore.TestHost.props @@ -2,6 +2,8 @@ x64; + x64;arm; + x64;arm; -- cgit v1.2.3