13 changed files with 267 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||
<?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>a892b3de-1a02-48d6-993b-dd3dfcac84c7</ProjectGuid> |
|||
<RootNamespace>OpenIddict.Core.Tests</RootNamespace> |
|||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> |
|||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> |
|||
</PropertyGroup> |
|||
<PropertyGroup> |
|||
<SchemaVersion>2.0</SchemaVersion> |
|||
</PropertyGroup> |
|||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> |
|||
</Project> |
|||
@ -0,0 +1,3 @@ |
|||
namespace OpenIddict.Core.Tests { |
|||
public class Placeholder { } |
|||
} |
|||
@ -0,0 +1,36 @@ |
|||
{ |
|||
"buildOptions": { |
|||
"warningsAsErrors": true |
|||
}, |
|||
|
|||
"dependencies": { |
|||
"dotnet-test-xunit": "2.2.0-preview2-build1029", |
|||
"Microsoft.AspNetCore.TestHost": "1.0.0", |
|||
"Microsoft.Extensions.Caching.Memory": "1.0.0", |
|||
"Microsoft.Extensions.Logging.Debug": "1.0.0", |
|||
"Moq": "4.6.38-alpha", |
|||
"OpenIddict.Core": { "target": "project" }, |
|||
"xunit": "2.2.0-beta2-build3300" |
|||
}, |
|||
|
|||
"frameworks": { |
|||
"netcoreapp1.0": { |
|||
"dependencies": { |
|||
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0" } |
|||
}, |
|||
|
|||
"imports": [ |
|||
"dnxcore50", |
|||
"portable-net451+win8" |
|||
] |
|||
}, |
|||
|
|||
"net451": { |
|||
"dependencies": { |
|||
"Microsoft.NETCore.Platforms": "1.0.1" |
|||
} |
|||
} |
|||
}, |
|||
|
|||
"testRunner": "xunit" |
|||
} |
|||
@ -0,0 +1,21 @@ |
|||
<?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>7831f17a-df0b-42ec-841b-065a9b5bd786</ProjectGuid> |
|||
<RootNamespace>OpenIddict.EntityFramework.Tests</RootNamespace> |
|||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> |
|||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> |
|||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
|||
</PropertyGroup> |
|||
|
|||
<PropertyGroup> |
|||
<SchemaVersion>2.0</SchemaVersion> |
|||
</PropertyGroup> |
|||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> |
|||
</Project> |
|||
@ -0,0 +1,3 @@ |
|||
namespace OpenIddict.EntityFramework.Tests { |
|||
public class Placeholder { } |
|||
} |
|||
@ -0,0 +1,36 @@ |
|||
{ |
|||
"buildOptions": { |
|||
"warningsAsErrors": true |
|||
}, |
|||
|
|||
"dependencies": { |
|||
"dotnet-test-xunit": "2.2.0-preview2-build1029", |
|||
"Microsoft.AspNetCore.TestHost": "1.0.0", |
|||
"Microsoft.Extensions.Caching.Memory": "1.0.0", |
|||
"Microsoft.Extensions.Logging.Debug": "1.0.0", |
|||
"Moq": "4.6.38-alpha", |
|||
"OpenIddict.EntityFramework": { "target": "project" }, |
|||
"xunit": "2.2.0-beta2-build3300" |
|||
}, |
|||
|
|||
"frameworks": { |
|||
"netcoreapp1.0": { |
|||
"dependencies": { |
|||
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0" } |
|||
}, |
|||
|
|||
"imports": [ |
|||
"dnxcore50", |
|||
"portable-net451+win8" |
|||
] |
|||
}, |
|||
|
|||
"net451": { |
|||
"dependencies": { |
|||
"Microsoft.NETCore.Platforms": "1.0.1" |
|||
} |
|||
} |
|||
}, |
|||
|
|||
"testRunner": "xunit" |
|||
} |
|||
@ -0,0 +1,21 @@ |
|||
<?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>8b4b0ccc-711b-4f9d-9de6-dd32bdd3bcca</ProjectGuid> |
|||
<RootNamespace>OpenIddict.Mvc.Tests</RootNamespace> |
|||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> |
|||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> |
|||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
|||
</PropertyGroup> |
|||
|
|||
<PropertyGroup> |
|||
<SchemaVersion>2.0</SchemaVersion> |
|||
</PropertyGroup> |
|||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> |
|||
</Project> |
|||
@ -0,0 +1,3 @@ |
|||
namespace OpenIddict.Mvc.Tests { |
|||
public class Placeholder { } |
|||
} |
|||
@ -0,0 +1,36 @@ |
|||
{ |
|||
"buildOptions": { |
|||
"warningsAsErrors": true |
|||
}, |
|||
|
|||
"dependencies": { |
|||
"dotnet-test-xunit": "2.2.0-preview2-build1029", |
|||
"Microsoft.AspNetCore.TestHost": "1.0.0", |
|||
"Microsoft.Extensions.Caching.Memory": "1.0.0", |
|||
"Microsoft.Extensions.Logging.Debug": "1.0.0", |
|||
"Moq": "4.6.38-alpha", |
|||
"OpenIddict.Mvc": { "target": "project" }, |
|||
"xunit": "2.2.0-beta2-build3300" |
|||
}, |
|||
|
|||
"frameworks": { |
|||
"netcoreapp1.0": { |
|||
"dependencies": { |
|||
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0" } |
|||
}, |
|||
|
|||
"imports": [ |
|||
"dnxcore50", |
|||
"portable-net451+win8" |
|||
] |
|||
}, |
|||
|
|||
"net451": { |
|||
"dependencies": { |
|||
"Microsoft.NETCore.Platforms": "1.0.1" |
|||
} |
|||
} |
|||
}, |
|||
|
|||
"testRunner": "xunit" |
|||
} |
|||
@ -0,0 +1,21 @@ |
|||
<?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>3e2fbdb3-dc82-4e97-8ebc-cc8b279110ff</ProjectGuid> |
|||
<RootNamespace>OpenIddict.Tests</RootNamespace> |
|||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> |
|||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> |
|||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
|||
</PropertyGroup> |
|||
|
|||
<PropertyGroup> |
|||
<SchemaVersion>2.0</SchemaVersion> |
|||
</PropertyGroup> |
|||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> |
|||
</Project> |
|||
@ -0,0 +1,3 @@ |
|||
namespace OpenIddict.Tests { |
|||
public class Placeholder { } |
|||
} |
|||
@ -0,0 +1,36 @@ |
|||
{ |
|||
"buildOptions": { |
|||
"warningsAsErrors": true |
|||
}, |
|||
|
|||
"dependencies": { |
|||
"dotnet-test-xunit": "2.2.0-preview2-build1029", |
|||
"Microsoft.AspNetCore.TestHost": "1.0.0", |
|||
"Microsoft.Extensions.Caching.Memory": "1.0.0", |
|||
"Microsoft.Extensions.Logging.Debug": "1.0.0", |
|||
"Moq": "4.6.38-alpha", |
|||
"OpenIddict": { "target": "project" }, |
|||
"xunit": "2.2.0-beta2-build3300" |
|||
}, |
|||
|
|||
"frameworks": { |
|||
"netcoreapp1.0": { |
|||
"dependencies": { |
|||
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0" } |
|||
}, |
|||
|
|||
"imports": [ |
|||
"dnxcore50", |
|||
"portable-net451+win8" |
|||
] |
|||
}, |
|||
|
|||
"net451": { |
|||
"dependencies": { |
|||
"Microsoft.NETCore.Platforms": "1.0.1" |
|||
} |
|||
} |
|||
}, |
|||
|
|||
"testRunner": "xunit" |
|||
} |
|||
Loading…
Reference in new issue