Upgrade to nuget.org build

This commit is contained in:
Laura Hausmann 2023-01-24 21:25:26 +01:00
parent 45f51fd518
commit 29a10ad2bb
Signed by: zotan
GPG key ID: D044E84C5BE01605
4 changed files with 0 additions and 11 deletions

3
.gitmodules vendored
View file

@ -1,3 +0,0 @@
[submodule "System.Data.SQLite.Core.osx.arm64"]
path = System.Data.SQLite.Core.osx.arm64
url = https://git.ztn.sh/zotan/System.Data.SQLite.Core.osx.arm64

View file

@ -8,5 +8,4 @@
- ASP.NET Core Runtime (version 7.0 or higher; arch package `aspnet-runtime`)
- `cd MediaManager`
- `git submodule update --init`
- `dotnet run`

@ -1 +0,0 @@
Subproject commit c619b8e15298300c7d56e2c73f8937a09658cf82

View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="SQLiteInteropNativeLocalSource" value="System.Data.SQLite.Core.osx.arm64" />
</packageSources>
</configuration>