@@ -1,20 +1,13 @@ | |||||
| | ||||
Microsoft Visual Studio Solution File, Format Version 12.00 | Microsoft Visual Studio Solution File, Format Version 12.00 | ||||
# Visual Studio 14 | |||||
VisualStudioVersion = 14.0.25420.1 | |||||
# Visual Studio 15 | |||||
VisualStudioVersion = 15.0.26228.4 | |||||
MinimumVisualStudioVersion = 10.0.40219.1 | MinimumVisualStudioVersion = 10.0.40219.1 | ||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9B2AE124-6636-4DE9-83A3-70360DABD0C4}" | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9B2AE124-6636-4DE9-83A3-70360DABD0C4}" | ||||
EndProject | EndProject | ||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{C09CDAB0-6DD4-46E9-B7F3-3EF2A4741EA0}" | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{C09CDAB0-6DD4-46E9-B7F3-3EF2A4741EA0}" | ||||
EndProject | EndProject | ||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{57A8A8E5-5715-41BF-A0A6-46B819933FBC}" | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{57A8A8E5-5715-41BF-A0A6-46B819933FBC}" | ||||
ProjectSection(SolutionItems) = preProject | |||||
global.json = global.json | |||||
EndProjectSection | |||||
EndProject | |||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Cap.Consistency", "src\Cap.Consistency\Cap.Consistency.xproj", "{E8AF8611-0EA4-4B19-BC48-87C57A87DC66}" | |||||
EndProject | |||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Cap.Consistency.Test", "test\Cap.Consistency.Test\Cap.Consistency.Test.xproj", "{3A444CF8-1611-407F-8D32-5D0CDC3DD49D}" | |||||
EndProject | EndProject | ||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{9E5A7F49-8E31-4A71-90CC-1DA9AEDA99EE}" | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{9E5A7F49-8E31-4A71-90CC-1DA9AEDA99EE}" | ||||
ProjectSection(SolutionItems) = preProject | ProjectSection(SolutionItems) = preProject | ||||
@@ -23,11 +16,15 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{9E5A7F | |||||
test\Shared\TestLogger.cs = test\Shared\TestLogger.cs | test\Shared\TestLogger.cs = test\Shared\TestLogger.cs | ||||
EndProjectSection | EndProjectSection | ||||
EndProject | EndProject | ||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Cap.Consistency.Server", "src\Cap.Consistency.Server\Cap.Consistency.Server.xproj", "{55CF2C48-D390-40CF-8AD9-FA39F90E9217}" | |||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cap.Consistency", "src\Cap.Consistency\Cap.Consistency.csproj", "{E8AF8611-0EA4-4B19-BC48-87C57A87DC66}" | |||||
EndProject | EndProject | ||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Cap.Consistency.EntityFrameworkCore", "src\Cap.Consistency.EntityFrameworkCore\Cap.Consistency.EntityFrameworkCore.xproj", "{96111249-C4C3-4DC9-A887-32D583723AB1}" | |||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cap.Consistency.Test", "test\Cap.Consistency.Test\Cap.Consistency.Test.csproj", "{3A444CF8-1611-407F-8D32-5D0CDC3DD49D}" | |||||
EndProject | EndProject | ||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Cap.Consistency.EntityFrameworkCore.Test", "test\Cap.Consistency.EntityFrameworkCore.Test\Cap.Consistency.EntityFrameworkCore.Test.xproj", "{7442C942-1DDC-40E4-8F1B-654E721EAA45}" | |||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cap.Consistency.Server", "src\Cap.Consistency.Server\Cap.Consistency.Server.csproj", "{55CF2C48-D390-40CF-8AD9-FA39F90E9217}" | |||||
EndProject | |||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cap.Consistency.EntityFrameworkCore", "src\Cap.Consistency.EntityFrameworkCore\Cap.Consistency.EntityFrameworkCore.csproj", "{96111249-C4C3-4DC9-A887-32D583723AB1}" | |||||
EndProject | |||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cap.Consistency.EntityFrameworkCore.Test", "test\Cap.Consistency.EntityFrameworkCore.Test\Cap.Consistency.EntityFrameworkCore.Test.csproj", "{7442C942-1DDC-40E4-8F1B-654E721EAA45}" | |||||
EndProject | EndProject | ||||
Global | Global | ||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||||
@@ -60,9 +57,9 @@ Global | |||||
HideSolutionNode = FALSE | HideSolutionNode = FALSE | ||||
EndGlobalSection | EndGlobalSection | ||||
GlobalSection(NestedProjects) = preSolution | GlobalSection(NestedProjects) = preSolution | ||||
{9E5A7F49-8E31-4A71-90CC-1DA9AEDA99EE} = {C09CDAB0-6DD4-46E9-B7F3-3EF2A4741EA0} | |||||
{E8AF8611-0EA4-4B19-BC48-87C57A87DC66} = {9B2AE124-6636-4DE9-83A3-70360DABD0C4} | {E8AF8611-0EA4-4B19-BC48-87C57A87DC66} = {9B2AE124-6636-4DE9-83A3-70360DABD0C4} | ||||
{3A444CF8-1611-407F-8D32-5D0CDC3DD49D} = {C09CDAB0-6DD4-46E9-B7F3-3EF2A4741EA0} | {3A444CF8-1611-407F-8D32-5D0CDC3DD49D} = {C09CDAB0-6DD4-46E9-B7F3-3EF2A4741EA0} | ||||
{9E5A7F49-8E31-4A71-90CC-1DA9AEDA99EE} = {C09CDAB0-6DD4-46E9-B7F3-3EF2A4741EA0} | |||||
{55CF2C48-D390-40CF-8AD9-FA39F90E9217} = {9B2AE124-6636-4DE9-83A3-70360DABD0C4} | {55CF2C48-D390-40CF-8AD9-FA39F90E9217} = {9B2AE124-6636-4DE9-83A3-70360DABD0C4} | ||||
{96111249-C4C3-4DC9-A887-32D583723AB1} = {9B2AE124-6636-4DE9-83A3-70360DABD0C4} | {96111249-C4C3-4DC9-A887-32D583723AB1} = {9B2AE124-6636-4DE9-83A3-70360DABD0C4} | ||||
{7442C942-1DDC-40E4-8F1B-654E721EAA45} = {C09CDAB0-6DD4-46E9-B7F3-3EF2A4741EA0} | {7442C942-1DDC-40E4-8F1B-654E721EAA45} = {C09CDAB0-6DD4-46E9-B7F3-3EF2A4741EA0} | ||||
@@ -1,6 +0,0 @@ | |||||
{ | |||||
"projects": [ "src", "test" ], | |||||
"sdk": { | |||||
"version": "1.0.0-preview2-1-003177" | |||||
} | |||||
} |
@@ -0,0 +1,24 @@ | |||||
<Project Sdk="Microsoft.NET.Sdk"> | |||||
<PropertyGroup> | |||||
<TargetFramework>netstandard1.6</TargetFramework> | |||||
<AssemblyName>Cap.Consistency.EntityFrameworkCore</AssemblyName> | |||||
<PackageId>Cap.Consistency.EntityFrameworkCore</PackageId> | |||||
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion> | |||||
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback> | |||||
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> | |||||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> | |||||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> | |||||
</PropertyGroup> | |||||
<ItemGroup> | |||||
<ProjectReference Include="..\Cap.Consistency\Cap.Consistency.csproj" /> | |||||
</ItemGroup> | |||||
<ItemGroup> | |||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.1" /> | |||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="1.1.1" /> | |||||
<PackageReference Include="System.ComponentModel.TypeConverter" Version="4.3.0" /> | |||||
</ItemGroup> | |||||
</Project> |
@@ -1,21 +0,0 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||||
<PropertyGroup> | |||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> | |||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | |||||
</PropertyGroup> | |||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> | |||||
<PropertyGroup Label="Globals"> | |||||
<ProjectGuid>96111249-c4c3-4dc9-a887-32d583723ab1</ProjectGuid> | |||||
<RootNamespace>Cap.Consistency.EntityFrameworkCore</RootNamespace> | |||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> | |||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> | |||||
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion> | |||||
</PropertyGroup> | |||||
<PropertyGroup> | |||||
<SchemaVersion>2.0</SchemaVersion> | |||||
</PropertyGroup> | |||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> | |||||
</Project> |
@@ -1,17 +0,0 @@ | |||||
{ | |||||
"version": "1.0.0-*", | |||||
"dependencies": { | |||||
"Cap.Consistency": "1.0.0-*", | |||||
"Microsoft.EntityFrameworkCore": "1.1.0-*", | |||||
"Microsoft.EntityFrameworkCore.Relational": "1.1.0", | |||||
"NETStandard.Library": "1.6.1", | |||||
"System.ComponentModel.TypeConverter": "4.3.0" | |||||
}, | |||||
"frameworks": { | |||||
"netstandard1.6": { | |||||
"imports": "dnxcore50" | |||||
} | |||||
} | |||||
} |
@@ -0,0 +1,25 @@ | |||||
<Project Sdk="Microsoft.NET.Sdk"> | |||||
<PropertyGroup> | |||||
<TargetFramework>netstandard1.6</TargetFramework> | |||||
<DebugType>portable</DebugType> | |||||
<AssemblyName>Cap.Consistency.Server</AssemblyName> | |||||
<PackageId>Cap.Consistency.Server</PackageId> | |||||
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion> | |||||
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback> | |||||
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute> | |||||
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute> | |||||
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> | |||||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> | |||||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> | |||||
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute> | |||||
</PropertyGroup> | |||||
<ItemGroup> | |||||
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="1.1.1" /> | |||||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="1.1.1" /> | |||||
<PackageReference Include="Microsoft.Extensions.Options" Version="1.1.1" /> | |||||
<PackageReference Include="RdKafka" Version="0.9.2-ci-189" /> | |||||
</ItemGroup> | |||||
</Project> |
@@ -1,22 +0,0 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||||
<PropertyGroup> | |||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> | |||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | |||||
</PropertyGroup> | |||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> | |||||
<PropertyGroup Label="Globals"> | |||||
<ProjectGuid>{55CF2C48-D390-40CF-8AD9-FA39F90E9217}</ProjectGuid> | |||||
<ProjectTypeGuids>{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}</ProjectTypeGuids> | |||||
<RootNamespace>Cap.Consistency.Server</RootNamespace> | |||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> | |||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> | |||||
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> | |||||
</PropertyGroup> | |||||
<PropertyGroup> | |||||
<SchemaVersion>2.0</SchemaVersion> | |||||
</PropertyGroup> | |||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> | |||||
</Project> |
@@ -1,18 +0,0 @@ | |||||
{ | |||||
"version": "1.0.0-*", | |||||
"buildOptions": { | |||||
"debugType": "portable" | |||||
}, | |||||
"dependencies": { | |||||
"Microsoft.AspNetCore.Hosting": "1.1.0-*", | |||||
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*", | |||||
"Microsoft.Extensions.Options": "1.1.0", | |||||
"NETStandard.Library": "1.6.1", | |||||
"RdKafka": "0.9.2-ci-189" | |||||
}, | |||||
"frameworks": { | |||||
"netstandard1.6": { | |||||
"imports": "dnxcore50" | |||||
} | |||||
} | |||||
} |
@@ -0,0 +1,22 @@ | |||||
<Project Sdk="Microsoft.NET.Sdk"> | |||||
<PropertyGroup> | |||||
<TargetFramework>netstandard1.6</TargetFramework> | |||||
<AssemblyName>Cap.Consistency</AssemblyName> | |||||
<PackageId>Cap.Consistency</PackageId> | |||||
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion> | |||||
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback> | |||||
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> | |||||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> | |||||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> | |||||
</PropertyGroup> | |||||
<ItemGroup> | |||||
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="1.1.1" /> | |||||
<PackageReference Include="Microsoft.Extensions.Options" Version="1.1.1" /> | |||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="1.1.0" /> | |||||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="1.1.1" /> | |||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="1.1.0" /> | |||||
</ItemGroup> | |||||
</Project> |
@@ -1,19 +0,0 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||||
<PropertyGroup> | |||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> | |||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | |||||
</PropertyGroup> | |||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> | |||||
<PropertyGroup Label="Globals"> | |||||
<ProjectGuid>e8af8611-0ea4-4b19-bc48-87c57a87dc66</ProjectGuid> | |||||
<RootNamespace>Cap.Consistency</RootNamespace> | |||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> | |||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> | |||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | |||||
</PropertyGroup> | |||||
<PropertyGroup> | |||||
<SchemaVersion>2.0</SchemaVersion> | |||||
</PropertyGroup> | |||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> | |||||
</Project> |
@@ -51,11 +51,10 @@ namespace Cap.Consistency | |||||
var provider = Services.BuildServiceProvider(); | var provider = Services.BuildServiceProvider(); | ||||
var finder = provider.GetRequiredService<QMessageFinder>(); | var finder = provider.GetRequiredService<QMessageFinder>(); | ||||
finder.GetQMessageMethods(Services); | |||||
finder.GetQMessageMethods(Services); | |||||
return null; | return null; | ||||
// Services.AddSingleton(serviceType, concreteType); | |||||
// return Add(typeof(IConsistencyMessageStore<>).MakeGenericType(MessageType), typeof(T)); | |||||
// Services.AddSingleton(serviceType, concreteType); | |||||
// return Add(typeof(IConsistencyMessageStore<>).MakeGenericType(MessageType), typeof(T)); | |||||
} | } | ||||
/// <summary> | /// <summary> | ||||
@@ -1,16 +0,0 @@ | |||||
{ | |||||
"version": "1.0.0-*", | |||||
"dependencies": { | |||||
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*", | |||||
"Microsoft.Extensions.Options": "1.1.0-*", | |||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0", | |||||
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*", | |||||
"NETStandard.Library": "1.6.1", | |||||
"Microsoft.Extensions.DependencyInjection": "1.1.0" | |||||
}, | |||||
"frameworks": { | |||||
"netstandard1.6": { | |||||
"imports": "dnxcore50" | |||||
} | |||||
} | |||||
} |
@@ -0,0 +1,43 @@ | |||||
<Project Sdk="Microsoft.NET.Sdk"> | |||||
<PropertyGroup> | |||||
<TargetFramework>netcoreapp1.1</TargetFramework> | |||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | |||||
<AssemblyName>Cap.Consistency.EntityFrameworkCore.Test</AssemblyName> | |||||
<PackageId>Cap.Consistency.EntityFrameworkCore.Test</PackageId> | |||||
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles> | |||||
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50;portable-net451+win8</PackageTargetFallback> | |||||
<RuntimeFrameworkVersion>1.1.1</RuntimeFrameworkVersion> | |||||
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> | |||||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> | |||||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> | |||||
</PropertyGroup> | |||||
<ItemGroup> | |||||
<Compile Include="..\Shared\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" /> | |||||
</ItemGroup> | |||||
<ItemGroup> | |||||
<ProjectReference Include="..\..\src\Cap.Consistency\Cap.Consistency.csproj" /> | |||||
<ProjectReference Include="..\..\src\Cap.Consistency.EntityFrameworkCore\Cap.Consistency.EntityFrameworkCore.csproj" /> | |||||
</ItemGroup> | |||||
<ItemGroup> | |||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20170106-08" /> | |||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0-beta5-build1225" /> | |||||
<PackageReference Include="xunit" Version="2.2.0-beta5-build3474" /> | |||||
<PackageReference Include="Microsoft.AspNetCore.Http" Version="1.1.1" /> | |||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="1.1.0-*" /> | |||||
<PackageReference Include="Moq" Version="4.6.36-*" /> | |||||
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.1" /> | |||||
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="1.1.1" /> | |||||
<PackageReference Include="Microsoft.Extensions.Configuration" Version="1.1.1" /> | |||||
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="1.1.1" /> | |||||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.1.1" /> | |||||
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="1.1.1" /> | |||||
<PackageReference Include="System.Data.SqlClient" Version="4.3.0" /> | |||||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="1.1.1" /> | |||||
<PackageReference Include="Microsoft.AspNetCore.Testing" Version="1.2.0-preview1-22815" /> | |||||
</ItemGroup> | |||||
</Project> |
@@ -1,22 +0,0 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||||
<PropertyGroup> | |||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> | |||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | |||||
</PropertyGroup> | |||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> | |||||
<PropertyGroup Label="Globals"> | |||||
<ProjectGuid>7442c942-1ddc-40e4-8f1b-654e721eaa45</ProjectGuid> | |||||
<RootNamespace>Cap.Consistency.EntityFrameworkCore.Test</RootNamespace> | |||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> | |||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> | |||||
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion> | |||||
</PropertyGroup> | |||||
<PropertyGroup> | |||||
<SchemaVersion>2.0</SchemaVersion> | |||||
</PropertyGroup> | |||||
<ItemGroup> | |||||
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> | |||||
</ItemGroup> | |||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> | |||||
</Project> |
@@ -1,41 +0,0 @@ | |||||
{ | |||||
"version": "1.0.0-*", | |||||
"buildOptions": { | |||||
"warningsAsErrors": true, | |||||
"compile": { | |||||
"include": "../Shared/*.cs" | |||||
} | |||||
}, | |||||
"dependencies": { | |||||
"xunit": "2.2.0-*", | |||||
"Microsoft.AspNetCore.Http": "1.1.0-*", | |||||
"Microsoft.Extensions.DependencyInjection": "1.1.0-*", | |||||
"dotnet-test-xunit": "2.2.0-*", | |||||
"Cap.Consistency": "1.0.0-*", | |||||
"Moq": "4.6.36-*", | |||||
"Microsoft.Extensions.Logging": "1.1.0-*", | |||||
"Cap.Consistency.EntityFrameworkCore": "1.0.0-*", | |||||
"Microsoft.Extensions.Configuration.Abstractions": "1.1.0-*", | |||||
"Microsoft.Extensions.Configuration": "1.1.0-*", | |||||
"Microsoft.Extensions.Configuration.FileExtensions": "1.1.0-*", | |||||
"Microsoft.Extensions.Configuration.Json": "1.1.0-*", | |||||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*", | |||||
"System.Data.SqlClient": "4.3.0", | |||||
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*", | |||||
"Microsoft.AspNetCore.Testing": "1.2.0-preview1-22815" | |||||
}, | |||||
"frameworks": { | |||||
"netcoreapp1.1": { | |||||
"imports": [ "dnxcore50", "portable-net451+win8" ], | |||||
"dependencies": { | |||||
"Microsoft.NETCore.App": { | |||||
"version": "1.1.0", | |||||
"type": "platform" | |||||
} | |||||
} | |||||
} | |||||
}, | |||||
"testRunner": "xunit" | |||||
} |
@@ -0,0 +1,31 @@ | |||||
<Project Sdk="Microsoft.NET.Sdk"> | |||||
<PropertyGroup> | |||||
<TargetFramework>netcoreapp1.1</TargetFramework> | |||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | |||||
<AssemblyName>Cap.Consistency.Test</AssemblyName> | |||||
<PackageId>Cap.Consistency.Test</PackageId> | |||||
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles> | |||||
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50;portable-net451+win8</PackageTargetFallback> | |||||
<RuntimeFrameworkVersion>1.1.1</RuntimeFrameworkVersion> | |||||
</PropertyGroup> | |||||
<ItemGroup> | |||||
<Compile Include="..\Shared\TestConsistencyMessage.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" /> | |||||
</ItemGroup> | |||||
<ItemGroup> | |||||
<ProjectReference Include="..\..\src\Cap.Consistency\Cap.Consistency.csproj" /> | |||||
</ItemGroup> | |||||
<ItemGroup> | |||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20170106-08" /> | |||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0-beta5-build1225" /> | |||||
<PackageReference Include="xunit" Version="2.2.0-beta5-build3474" /> | |||||
<PackageReference Include="Microsoft.AspNetCore.Http" Version="1.1.1" /> | |||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="1.1.0-*" /> | |||||
<PackageReference Include="Moq" Version="4.6.36-*" /> | |||||
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.1" /> | |||||
</ItemGroup> | |||||
</Project> |
@@ -1,22 +0,0 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||||
<PropertyGroup> | |||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> | |||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | |||||
</PropertyGroup> | |||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> | |||||
<PropertyGroup Label="Globals"> | |||||
<ProjectGuid>3a444cf8-1611-407f-8d32-5d0cdc3dd49d</ProjectGuid> | |||||
<RootNamespace>Cap.Consistency.Test</RootNamespace> | |||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> | |||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> | |||||
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion> | |||||
</PropertyGroup> | |||||
<PropertyGroup> | |||||
<SchemaVersion>2.0</SchemaVersion> | |||||
</PropertyGroup> | |||||
<ItemGroup> | |||||
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" /> | |||||
</ItemGroup> | |||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> | |||||
</Project> |
@@ -1,32 +0,0 @@ | |||||
{ | |||||
"version": "1.0.0-*", | |||||
"buildOptions": { | |||||
"warningsAsErrors": true, | |||||
"compile": { | |||||
"include": "../Shared/TestConsistencyMessage.cs" | |||||
} | |||||
}, | |||||
"dependencies": { | |||||
"xunit": "2.2.0-*", | |||||
"Microsoft.AspNetCore.Http": "1.1.0-*", | |||||
"Microsoft.Extensions.DependencyInjection": "1.1.0-*", | |||||
"dotnet-test-xunit": "2.2.0-*", | |||||
"Cap.Consistency": "1.0.0-*", | |||||
"Moq": "4.6.36-*", | |||||
"Microsoft.Extensions.Logging": "1.1.0-*" | |||||
}, | |||||
"frameworks": { | |||||
"netcoreapp1.1": { | |||||
"imports": [ "dnxcore50", "portable-net451+win8" ], | |||||
"dependencies": { | |||||
"Microsoft.NETCore.App": { | |||||
"version": "1.1.0", | |||||
"type": "platform" | |||||
} | |||||
} | |||||
} | |||||
}, | |||||
"testRunner": "xunit" | |||||
} |