-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRazorPages.csproj
More file actions
22 lines (18 loc) · 912 Bytes
/
RazorPages.csproj
File metadata and controls
22 lines (18 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<RootNamespace>ColinCCook.AspNetCoreEventSourcing.RazorPages</RootNamespace>
<AssemblyName>ColinCCook.AspNetCoreEventSourcing.RazorPages</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="4.4.0" />
<PackageReference Include="EventFlow" Version="0.73.3933" />
<PackageReference Include="EventFlow.AspNetCore" Version="0.73.3933" />
<PackageReference Include="EventFlow.Autofac" Version="0.81.4483" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ColinCook.VisitWorkflow\EventFlow.csproj" />
</ItemGroup>
</Project>