Copy blog code to new API micro service repo
This commit is contained in:
commit
b23e96493c
24 changed files with 763 additions and 0 deletions
18
src/Robware.Data/Robware.Data.csproj
Normal file
18
src/Robware.Data/Robware.Data.csproj
Normal file
|
@ -0,0 +1,18 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="dapper" Version="2.0.35" />
|
||||
<PackageReference Include="dapper.contrib" Version="2.0.35" />
|
||||
<PackageReference Include="mysqlconnector" Version="0.63.2" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Robware.Blog\Robware.Blog.csproj" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue