From 4c76636b357eb49bdcdc6906ffa7a8fbbb2efe41 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Tue, 24 Jan 2023 21:01:49 +0100 Subject: [PATCH] Add dev environment dependency --- .gitmodules | 3 +++ MediaManager/MediaManager.csproj | 11 ++++++----- System.Data.SQLite.Core.osx.arm64 | 1 + nuget.config | 6 ++++++ 4 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 .gitmodules create mode 160000 System.Data.SQLite.Core.osx.arm64 create mode 100644 nuget.config diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..15b7f5d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[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 diff --git a/MediaManager/MediaManager.csproj b/MediaManager/MediaManager.csproj index bf2c5da..925ee07 100644 --- a/MediaManager/MediaManager.csproj +++ b/MediaManager/MediaManager.csproj @@ -7,14 +7,15 @@ - + - - - - + + + + + diff --git a/System.Data.SQLite.Core.osx.arm64 b/System.Data.SQLite.Core.osx.arm64 new file mode 160000 index 0000000..c619b8e --- /dev/null +++ b/System.Data.SQLite.Core.osx.arm64 @@ -0,0 +1 @@ +Subproject commit c619b8e15298300c7d56e2c73f8937a09658cf82 diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..4df3d67 --- /dev/null +++ b/nuget.config @@ -0,0 +1,6 @@ + + + + + +