Feature arm (#1909)

* Linux ARM Support for Devices like the Raspberry Pi 3 (#1808)

* Linux ARM Support for devices like the Raspberry Pi 3.

* Swagger xml to linux-arm.

* Moved around the sqlite3 assembly reference

* Updated the cake script to cater for branch names with unserscores

* Update build.cake

* Push the arm build !wip
This commit is contained in:
Jamie 2018-01-18 09:03:50 +00:00 committed by GitHub
commit 7b2037c883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 821 additions and 1 deletions

View file

@ -15,6 +15,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="2.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="1.1.9" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="2.0.0" />