mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
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:
parent
0fc2037ae3
commit
7b2037c883
5 changed files with 821 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue