This commit is contained in:
Paul Schneider 2021-07-05 12:55:52 +01:00
commit 476d35ae8a
270 changed files with 477 additions and 401 deletions

View file

@ -1,11 +1,11 @@
using System;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore;
using nuget_host;
using isn;
using Xunit;
using nuget_host.Data;
using isn.Data;
using Microsoft.Extensions.Options;
using nuget_host.Entities;
using isn.Entities;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
using System.Diagnostics;

View file

@ -16,8 +16,8 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\appled\appled.csproj" />
<ProjectReference Include="..\..\src\applec\applec.csproj" />
<ProjectReference Include="..\..\src\isnd\isnd.csproj" />
<ProjectReference Include="..\..\src\isn\isn.csproj" />
</ItemGroup>
</Project>