aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrbd <garlicbready@googlemail.com>2018-01-08 02:05:06 +0000
committergrbd <garlicbready@googlemail.com>2018-01-08 02:05:06 +0000
commit111710f39e7f6a31e2753b86a1145062fa25a278 (patch)
treec3a2f95ef95f1385754c0c80e9205330939e0ac0 /Documentation
parentAdded initial docs for dotnet core (diff)
downloaddotnet-111710f39e7f6a31e2753b86a1145062fa25a278.tar.gz
dotnet-111710f39e7f6a31e2753b86a1145062fa25a278.tar.bz2
dotnet-111710f39e7f6a31e2753b86a1145062fa25a278.zip
Added Arm support for runtime
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DotnetCore-Bin.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/DotnetCore-Bin.md b/Documentation/DotnetCore-Bin.md
index bc4a9a5..d6b95ba 100644
--- a/Documentation/DotnetCore-Bin.md
+++ b/Documentation/DotnetCore-Bin.md
@@ -19,6 +19,14 @@ The reason for including both is that the SDK is available under x64 platforms b
So for the Rpi or other arm32 platforms you'll need to use just the runtime packages unless the application your running already has the runtime build in.
+## ASP .Net Core
+
+Note currently the required ASP .Net core prebuilt runtimes seem to be unavailable for arm32 / rpi
+
+ * https://github.com/aspnet/Universe/issues/554
+ * https://www.devtrends.co.uk/blog/installing-the-asp.net-core-2.0-runtime-store-on-linux
+
+
## SDK vs Runtime
The SDK packages allow you to use the dotnet cli tool to compile / build C# Code into Managed Applications.