Setup initial solution structure fo application

This commit is contained in:
2019-04-19 22:00:29 +00:00
parent cef4409a7b
commit 4e5142d5ec
9 changed files with 112 additions and 46 deletions

View File

@@ -9,8 +9,14 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="MediatR" Version="6.0.0" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="6.0.1" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.1.2" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BrightGlimmer.CQRS\BrightGlimmer.Cqrs.csproj" />
</ItemGroup>
</Project>