Add dev environment dependency

This commit is contained in:
Laura Hausmann 2023-01-24 21:01:49 +01:00
parent 5bca38a153
commit 4c76636b35
Signed by: zotan
GPG key ID: D044E84C5BE01605
4 changed files with 16 additions and 5 deletions

3
.gitmodules vendored Normal file
View file

@ -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

View file

@ -15,6 +15,7 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.8" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="6.0.8" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.115" />
<PackageReference Include="System.Data.SQLite.Core.osx.arm64" Version="1.0.117" />
</ItemGroup>
</Project>

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

6
nuget.config Normal file
View file

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