Nu har det tillkommit en source med data för demo

This commit is contained in:
2019-11-26 20:16:47 +01:00
parent 6d5fa6ae26
commit 879bd161a3
8 changed files with 2911 additions and 84 deletions

View File

@ -5,4 +5,19 @@
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="SearchByAuthor.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.App" Version="2.2.8" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
<ItemGroup>
<None Update="books.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>