Save a new post

This commit is contained in:
Robert Marshall 2020-04-10 13:05:10 +01:00
parent 71bddddc13
commit a85c12f91c
5 changed files with 101 additions and 3 deletions

View file

@ -4,6 +4,10 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Robware.Blog\Robware.Blog.csproj" />
<ProjectReference Include="..\Robware.Data\Robware.Data.csproj" />