Copy blog code to new API micro service repo

This commit is contained in:
Robert Marshall 2020-04-10 09:28:43 +01:00
commit b23e96493c
24 changed files with 763 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Robware.Blog\Robware.Blog.csproj" />
<ProjectReference Include="..\Robware.Data\Robware.Data.csproj" />
</ItemGroup>
</Project>