You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <Project Sdk="Microsoft.NET.Sdk.Web">
-
- <PropertyGroup>
- <TargetFramework>netcoreapp1.1</TargetFramework>
- </PropertyGroup>
-
- <ItemGroup>
- <Folder Include="wwwroot\" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.0.0" />
- <PackageReference Include="Microsoft.AspNetCore" Version="1.1.2" />
- <PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.3" />
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.2" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="1.1.2" />
- <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.2" />
- </ItemGroup>
- <ItemGroup>
- <DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="1.0.1" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\src\Cap.Consistency.EntityFrameworkCore\Cap.Consistency.EntityFrameworkCore.csproj" />
- <ProjectReference Include="..\..\src\Cap.Consistency.Kafka\Cap.Consistency.Kafka.csproj" />
- <ProjectReference Include="..\..\src\Cap.Consistency.RabbitMQ\Cap.Consistency.RabbitMQ.csproj" />
- <ProjectReference Include="..\..\src\Cap.Consistency\Cap.Consistency.csproj" />
- </ItemGroup>
-
- </Project>
|