V2 upgrade

This commit is contained in:
2023-07-25 17:45:44 +01:00
parent dae8f99d33
commit 3c16cb51d4
41 changed files with 2056 additions and 427 deletions

View File

@ -20,8 +20,11 @@
<Content Include="..\docker-compose.yaml">
<Link>docker-compose.yaml</Link>
</Content>
<Content Include="..\docker\srs.conf">
<Link>srs.conf</Link>
<Content Include="..\docker\srs-edge.conf">
<Link>srs-edge.conf</Link>
</Content>
<Content Include="..\docker\srs-origin.conf">
<Link>srs-origin.conf</Link>
</Content>
</ItemGroup>
@ -32,6 +35,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="LNURL" Version="0.0.30" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.8">
@ -41,4 +45,8 @@
<PackageReference Include="Nostr.Client" Version="1.4.2" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.4" />
</ItemGroup>
<ItemGroup>
<Folder Include="Services\Abstract\" />
</ItemGroup>
</Project>