@ -1,13 +0,0 @@ | |||
{ | |||
"projects": [ | |||
"src", | |||
"test", | |||
"src/Services/Ordering", | |||
"src/Web", | |||
"src/Services/Catalog" | |||
], | |||
"sdk": { | |||
"version": "1.0.0-preview2-003131" | |||
} | |||
} |
@ -0,0 +1,38 @@ | |||
<Project Sdk="Microsoft.NET.Sdk.Web"> | |||
<PropertyGroup> | |||
<TargetFramework>netcoreapp1.1</TargetFramework> | |||
<DebugType>portable</DebugType> | |||
<PreserveCompilationContext>true</PreserveCompilationContext> | |||
<AssemblyName>Basket.API</AssemblyName> | |||
<OutputType>Exe</OutputType> | |||
<PackageId>Basket.API</PackageId> | |||
<RuntimeFrameworkVersion>1.1.0</RuntimeFrameworkVersion> | |||
<PackageTargetFallback>$(PackageTargetFallback);netstandard1.6.1;dnxcore50;portable-net451+win8</PackageTargetFallback> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<Content Update="wwwroot;Views;Areas\**\Views;appsettings.json;web.config;Dockerfile;docker-compose.yml;.dockerignore"> | |||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> | |||
</Content> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<PackageReference Include="System.Threading" Version="4.3.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="1.1.0" /> | |||
<PackageReference Include="StackExchange.Redis" Version="1.1.608" /> | |||
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" /> | |||
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="1.0.1-rc3" /> | |||
<PackageReference Include="Swashbuckle" Version="6.0.0-beta902" /> | |||
</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>2110cbb0-3b38-4ee4-a743-df6968d80d90</ProjectGuid> | |||
<RootNamespace>Microsoft.eShopOnContainers.Services.Basket.API</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.Web\Microsoft.DotNet.Web.targets" Condition="'$(VSToolsPath)' != ''" /> | |||
</Project> |
@ -1,62 +0,0 @@ | |||
{ | |||
"dependencies": { | |||
"Microsoft.NETCore.App": { | |||
"version": "1.1.0", | |||
"type": "platform" | |||
}, | |||
"System.Threading": "4.3.0", | |||
"Microsoft.AspNetCore.Mvc": "1.1.0", | |||
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0", | |||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0", | |||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0", | |||
"Microsoft.Extensions.Configuration.FileExtensions": "1.1.0", | |||
"Microsoft.Extensions.Configuration.Json": "1.1.0", | |||
"Microsoft.Extensions.Logging": "1.1.0", | |||
"Microsoft.Extensions.Logging.Console": "1.1.0", | |||
"Microsoft.Extensions.Logging.Debug": "1.1.0", | |||
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0", | |||
"StackExchange.Redis": "1.1.608", | |||
"Newtonsoft.Json": "9.0.1", | |||
"IdentityServer4.AccessTokenValidation": "1.0.1-rc3", | |||
"Swashbuckle": "6.0.0-beta902" | |||
}, | |||
"tools": { | |||
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final" | |||
}, | |||
"frameworks": { | |||
"netcoreapp1.1": { | |||
"imports": [ | |||
"netstandard1.6.1", | |||
"dnxcore50", | |||
"portable-net451+win8" | |||
] | |||
} | |||
}, | |||
"buildOptions": { | |||
"emitEntryPoint": true, | |||
"preserveCompilationContext": true, | |||
"debugType": "portable" | |||
}, | |||
"runtimeOptions": { | |||
"configProperties": { | |||
"System.GC.Server": true | |||
} | |||
}, | |||
"publishOptions": { | |||
"include": [ | |||
"wwwroot", | |||
"Views", | |||
"Areas/**/Views", | |||
"appsettings.json", | |||
"web.config", | |||
"Dockerfile", | |||
"docker-compose.yml", | |||
".dockerignore" | |||
] | |||
}, | |||
"scripts": { | |||
"postpublish": [ | |||
"dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" | |||
] | |||
} | |||
} |
@ -0,0 +1,46 @@ | |||
<Project Sdk="Microsoft.NET.Sdk.Web"> | |||
<PropertyGroup> | |||
<TargetFramework>netcoreapp1.1</TargetFramework> | |||
<DebugType>portable</DebugType> | |||
<PreserveCompilationContext>true</PreserveCompilationContext> | |||
<AssemblyName>Catalog.API</AssemblyName> | |||
<OutputType>Exe</OutputType> | |||
<PackageId>Catalog.API</PackageId> | |||
<UserSecretsId>aspnet-Catalog.API-20161122013618</UserSecretsId> | |||
<RuntimeFrameworkVersion>1.1.0</RuntimeFrameworkVersion> | |||
<PackageTargetFallback>$(PackageTargetFallback);dotnet5.6;portable-net45+win8</PackageTargetFallback> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<Content Update="wwwroot;Pics\**\*;Views;Areas\**\Views;settings.json;web.config;project.json;Dockerfile"> | |||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> | |||
</Content> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.Abstractions" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="1.1.0" /> | |||
<PackageReference Include="Swashbuckle" Version="6.0.0-beta902" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="1.0.0-msbuild3-final" /> | |||
</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>42681d9d-750a-4df7-bd9f-9292cfd5c253</ProjectGuid> | |||
<RootNamespace>Microsoft.eShopOnContainers.Services.Catalog.API</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.Web\Microsoft.DotNet.Web.targets" Condition="'$(VSToolsPath)' != ''" /> | |||
</Project> |
@ -1,61 +0,0 @@ | |||
{ | |||
"buildOptions": { | |||
"emitEntryPoint": true, | |||
"preserveCompilationContext": true, | |||
"debugType": "portable" | |||
}, | |||
"dependencies": { | |||
"Microsoft.NETCore.App": { | |||
"version": "1.1.0", | |||
"type": "platform" | |||
}, | |||
"Microsoft.AspNetCore.Mvc": "1.1.0", | |||
"Microsoft.AspNetCore.Diagnostics": "1.1.0", | |||
"Microsoft.AspNetCore.Diagnostics.Abstractions": "1.1.0", | |||
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0", | |||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0", | |||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0", | |||
"Microsoft.Extensions.Configuration.FileExtensions": "1.1.0", | |||
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0", | |||
"Microsoft.Extensions.Configuration.Json": "1.1.0", | |||
"Microsoft.Extensions.Logging": "1.1.0", | |||
"Microsoft.Extensions.Logging.Console": "1.1.0", | |||
"Microsoft.Extensions.Logging.Debug": "1.1.0", | |||
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0", | |||
"Microsoft.EntityFrameworkCore": "1.1.0", | |||
"Microsoft.EntityFrameworkCore.Relational": "1.1.0", | |||
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0", | |||
"Microsoft.EntityFrameworkCore.Design": "1.1.0", | |||
"Swashbuckle": "6.0.0-beta902" | |||
}, | |||
"frameworks": { | |||
"netcoreapp1.1": { | |||
"imports": [ | |||
"dotnet5.6", | |||
"portable-net45+win8" | |||
] | |||
} | |||
}, | |||
"publishOptions": { | |||
"include": [ | |||
"wwwroot", | |||
"Pics", | |||
"Views", | |||
"Areas/**/Views", | |||
"settings.json", | |||
"web.config", | |||
"project.json", | |||
"Dockerfile" | |||
] | |||
}, | |||
"runtimeOptions": { | |||
"configProperties": { | |||
"System.GC.Server": true | |||
} | |||
}, | |||
"scripts": {}, | |||
"tools": { | |||
"Microsoft.EntityFrameworkCore.Tools": "1.1.0-preview4-final" | |||
}, | |||
"userSecretsId": "aspnet-Catalog.API-20161122013618" | |||
} |
@ -0,0 +1,65 @@ | |||
<Project Sdk="Microsoft.NET.Sdk.Web"> | |||
<PropertyGroup> | |||
<TargetFramework>netcoreapp1.0</TargetFramework> | |||
<DebugType>portable</DebugType> | |||
<PreserveCompilationContext>true</PreserveCompilationContext> | |||
<AssemblyName>Identity.API</AssemblyName> | |||
<OutputType>Exe</OutputType> | |||
<PackageId>Identity.API</PackageId> | |||
<UserSecretsId>aspnet-eShopOnContainers.Identity-90487118-103c-4ff0-b9da-e5e26f7ab0c5</UserSecretsId> | |||
<RuntimeFrameworkVersion>1.1.0</RuntimeFrameworkVersion> | |||
<PackageTargetFallback>$(PackageTargetFallback);dotnet5.6;portable-net45+win8</PackageTargetFallback> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<Content Update="wwwroot\**\*;Views\**\*;Areas\**\Views;appsettings.json;web.config;Dockerfile;docker-compose.yml;.dockerignore"> | |||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> | |||
</Content> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Routing" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.Design" Version="1.1.0"> | |||
<PrivateAssets>All</PrivateAssets> | |||
</PackageReference> | |||
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="1.0.0-msbuild3-final"> | |||
<PrivateAssets>All</PrivateAssets> | |||
</PackageReference> | |||
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink.Loader" Version="14.1.0" /> | |||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="1.1.0-msbuild3-final"> | |||
<PrivateAssets>All</PrivateAssets> | |||
</PackageReference> | |||
<PackageReference Include="IdentityServer4.AspNetIdentity" Version="1.0.0-rc3" /> | |||
<PackageReference Include="IdentityServer4.EntityFramework" Version="1.0.0-rc3" /> | |||
</ItemGroup> | |||
<Target Name="PrepublishScript" BeforeTargets="PrepareForPublish"> | |||
<Exec Command="bower install" /> | |||
<Exec Command="dotnet bundle" /> | |||
</Target> | |||
<ItemGroup> | |||
<DotNetCliToolReference Include="BundlerMinifier.Core" Version="2.2.301" /> | |||
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="1.0.0-msbuild3-final" /> | |||
<DotNetCliToolReference Include="Microsoft.Extensions.SecretManager.Tools" Version="1.0.0-msbuild3-final" /> | |||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="1.0.0-msbuild3-final" /> | |||
</ItemGroup> | |||
</Project> |
@ -1,23 +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>a579e108-5445-403d-a407-339ac4d1611b</ProjectGuid> | |||
<RootNamespace>Identity.API</RootNamespace> | |||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> | |||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> | |||
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<SchemaVersion>2.0</SchemaVersion> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<DnxInvisibleContent Include="bower.json" /> | |||
<DnxInvisibleContent Include=".bowerrc" /> | |||
</ItemGroup> | |||
<Import Project="$(VSToolsPath)\DotNet.Web\Microsoft.DotNet.Web.targets" Condition="'$(VSToolsPath)' != ''" /> | |||
</Project> |
@ -1,101 +0,0 @@ | |||
{ | |||
"userSecretsId": "aspnet-eShopOnContainers.Identity-90487118-103c-4ff0-b9da-e5e26f7ab0c5", | |||
"dependencies": { | |||
"Microsoft.NETCore.App": { | |||
"version": "1.1.0", | |||
"type": "platform" | |||
}, | |||
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0", | |||
"Microsoft.AspNetCore.Diagnostics": "1.1.0", | |||
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0", | |||
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0", | |||
"Microsoft.AspNetCore.Mvc": "1.1.0", | |||
"Microsoft.AspNetCore.Routing": "1.1.0", | |||
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0", | |||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0", | |||
"Microsoft.AspNetCore.StaticFiles": "1.1.0", | |||
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0", | |||
"Microsoft.EntityFrameworkCore.SqlServer.Design": { | |||
"version": "1.1.0", | |||
"type": "build" | |||
}, | |||
"Microsoft.EntityFrameworkCore.Tools": { | |||
"version": "1.1.0-preview4-final", | |||
"type": "build" | |||
}, | |||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0", | |||
"Microsoft.Extensions.Configuration.Json": "1.1.0", | |||
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0", | |||
"Microsoft.Extensions.Logging": "1.1.0", | |||
"Microsoft.Extensions.Logging.Console": "1.1.0", | |||
"Microsoft.Extensions.Logging.Debug": "1.1.0", | |||
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0", | |||
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.1.0", | |||
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": { | |||
"version": "1.1.0-preview4-final", | |||
"type": "build" | |||
}, | |||
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": { | |||
"version": "1.1.0-preview4-final", | |||
"type": "build" | |||
}, | |||
"IdentityServer4.AspNetIdentity": "1.0.0-rc3", | |||
"IdentityServer4.EntityFramework": "1.0.0-rc3", | |||
}, | |||
"tools": { | |||
"BundlerMinifier.Core": "2.0.238", | |||
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-preview4-final", | |||
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final", | |||
"Microsoft.EntityFrameworkCore.Tools": "1.1.0-preview4-final", | |||
"Microsoft.Extensions.SecretManager.Tools": "1.1.0-preview4-final", | |||
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": { | |||
"version": "1.1.0-preview4-final", | |||
"imports": [ | |||
"portable-net45+win8" | |||
] | |||
} | |||
}, | |||
"frameworks": { | |||
"netcoreapp1.0": { | |||
"imports": [ | |||
"dotnet5.6", | |||
"portable-net45+win8" | |||
] | |||
} | |||
}, | |||
"buildOptions": { | |||
"emitEntryPoint": true, | |||
"preserveCompilationContext": true, | |||
"debugType": "portable" | |||
}, | |||
"runtimeOptions": { | |||
"configProperties": { | |||
"System.GC.Server": true | |||
} | |||
}, | |||
"publishOptions": { | |||
"include": [ | |||
"wwwroot", | |||
"Views", | |||
"Areas/**/Views", | |||
"appsettings.json", | |||
"web.config", | |||
"Dockerfile", | |||
"docker-compose.yml", | |||
".dockerignore" | |||
] | |||
}, | |||
"scripts": { | |||
"prepublish": [ | |||
"bower install", | |||
"dotnet bundle" | |||
] | |||
//"postpublish": [ | |||
// "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" | |||
//] | |||
} | |||
} |
@ -0,0 +1,56 @@ | |||
<Project Sdk="Microsoft.NET.Sdk.Web"> | |||
<PropertyGroup> | |||
<TargetFramework>netcoreapp1.1</TargetFramework> | |||
<DebugType>portable</DebugType> | |||
<PreserveCompilationContext>true</PreserveCompilationContext> | |||
<AssemblyName>Ordering.API</AssemblyName> | |||
<OutputType>Exe</OutputType> | |||
<PackageId>Ordering.API</PackageId> | |||
<UserSecretsId>aspnet-Ordering.API-20161122013547</UserSecretsId> | |||
<RuntimeFrameworkVersion>1.1.0</RuntimeFrameworkVersion> | |||
<PackageTargetFallback>$(PackageTargetFallback);netstandard1.6.1;dnxcore50;portable-net451+win8</PackageTargetFallback> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<Content Update="wwwroot;Views;Areas\**\Views;settings.json;web.config;docker-compose.yml;docker-compose.debug.yml;Dockerfile.debug;Dockerfile;.dockerignore"> | |||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> | |||
</Content> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="..\Ordering.Domain\Ordering.Domain.csproj" /> | |||
<ProjectReference Include="..\Ordering.Infrastructure\Ordering.Infrastructure.csproj" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="1.1.0" /> | |||
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="4.0.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.0.2" /> | |||
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.Design" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="1.1.0" /> | |||
<PackageReference Include="Swashbuckle" Version="6.0.0-beta902" /> | |||
<PackageReference Include="MediatR" Version="2.1.0" /> | |||
<PackageReference Include="System.Reflection" Version="4.3.0" /> | |||
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="1.0.1-rc3" /> | |||
<PackageReference Include="Dapper" Version="1.50.2" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="1.1.0-preview4-final" /> | |||
</ItemGroup> | |||
</Project> |
@ -1,18 +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> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>231226ce-690b-4979-8870-9a79d80928e2</ProjectGuid> | |||
<RootNamespace>Microsoft.eShopOnContainers.Services.Ordering.API</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.Web\Microsoft.DotNet.Web.targets" Condition="'$(VSToolsPath)' != ''" /> | |||
</Project> |
@ -1,76 +0,0 @@ | |||
{ | |||
"dependencies": { | |||
"Microsoft.NETCore.App": { | |||
"version": "1.1.0", | |||
"type": "platform" | |||
}, | |||
"MediatR.Extensions.Microsoft.DependencyInjection": "1.1.0", | |||
"Autofac.Extensions.DependencyInjection": "4.0.0", | |||
"Microsoft.AspNetCore.Mvc": "1.1.0", | |||
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0", | |||
"Microsoft.AspNetCore.Server.Kestrel":"1.0.1", | |||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0", | |||
"Microsoft.Extensions.Configuration.FileExtensions": "1.1.0", | |||
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0", | |||
"Microsoft.Extensions.Configuration.Json": "1.1.0", | |||
"Microsoft.Extensions.Logging.Abstractions": "1.1.0", | |||
"Microsoft.Extensions.Logging.Console": "1.1.0", | |||
"Microsoft.Extensions.Logging.Debug": "1.1.0", | |||
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0", | |||
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0", | |||
"Microsoft.EntityFrameworkCore": "1.1.0", | |||
"Microsoft.EntityFrameworkCore.Design":"1.1.0", | |||
"Microsoft.EntityFrameworkCore.SqlServer.Design": "1.1.0", | |||
"Microsoft.AspNetCore.Diagnostics": "1.1.0", | |||
"Swashbuckle": "6.0.0-beta902", | |||
"MediatR": "2.1.0", | |||
"System.Reflection": "4.3.0", | |||
"IdentityServer4.AccessTokenValidation": "1.0.1-rc3", | |||
"Dapper": "1.50.2", | |||
"Ordering.Domain": "1.0.0-*", | |||
"Ordering.Infrastructure": "1.0.0-*" | |||
}, | |||
"tools": { | |||
"Microsoft.EntityFrameworkCore.Tools.DotNet": "1.1.0-preview4-final", | |||
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final" | |||
}, | |||
"frameworks": { | |||
"netcoreapp1.1": { | |||
"imports": [ | |||
"netstandard1.6.1", | |||
"dnxcore50", | |||
"portable-net451+win8" | |||
] | |||
} | |||
}, | |||
"buildOptions": { | |||
"emitEntryPoint": true, | |||
"preserveCompilationContext": true, | |||
"debugType": "portable" | |||
}, | |||
"runtimeOptions": { | |||
"configProperties": { | |||
"System.GC.Server": true | |||
} | |||
}, | |||
"publishOptions": { | |||
"include": [ | |||
"wwwroot", | |||
"Views", | |||
"Areas/**/Views", | |||
"settings.json", | |||
"web.config", | |||
"docker-compose.yml", | |||
"docker-compose.debug.yml", | |||
"Dockerfile.debug", | |||
"Dockerfile", | |||
".dockerignore" | |||
] | |||
}, | |||
"scripts": { | |||
"postpublish": [ | |||
"dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" | |||
] | |||
}, | |||
"userSecretsId": "aspnet-Ordering.API-20161122013547" | |||
} |
@ -0,0 +1,14 @@ | |||
<Project Sdk="Microsoft.NET.Sdk"> | |||
<PropertyGroup> | |||
<TargetFramework>netstandard1.6.1</TargetFramework> | |||
<AssemblyName>Ordering.Domain</AssemblyName> | |||
<PackageId>Ordering.Domain</PackageId> | |||
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion> | |||
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback> | |||
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> | |||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> | |||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> | |||
</PropertyGroup> | |||
</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>f5598dcb-6dde-4661-ad9d-a55612da7e76</ProjectGuid> | |||
<RootNamespace>Microsoft.eShopOnContainers.Services.Ordering.Domain</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,13 +0,0 @@ | |||
{ | |||
"version": "1.0.0-*", | |||
"dependencies": { | |||
"NETStandard.Library": "1.6.1" | |||
}, | |||
"frameworks": { | |||
"netstandard1.6.1": { | |||
"imports": "dnxcore50" | |||
} | |||
} | |||
} |
@ -0,0 +1,23 @@ | |||
<Project Sdk="Microsoft.NET.Sdk"> | |||
<PropertyGroup> | |||
<TargetFramework>netstandard1.6.1</TargetFramework> | |||
<AssemblyName>Ordering.Infrastructure</AssemblyName> | |||
<PackageId>Ordering.Infrastructure</PackageId> | |||
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion> | |||
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback> | |||
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> | |||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> | |||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="..\Ordering.Domain\Ordering.Domain.csproj" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" 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>95f1f07c-4d92-4742-bd07-e5b805aab651</ProjectGuid> | |||
<RootNamespace>Microsoft.eShopOnContainers.Services.Ordering.Infrastructure</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,16 +0,0 @@ | |||
{ | |||
"version": "1.0.0-*", | |||
"dependencies": { | |||
"NETStandard.Library": "1.6.1", | |||
"Microsoft.EntityFrameworkCore": "1.1.0", | |||
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0", | |||
"Ordering.Domain": "1.0.0-*" | |||
}, | |||
"frameworks": { | |||
"netstandard1.6.1": { | |||
"imports": "dnxcore50" | |||
} | |||
} | |||
} |
@ -0,0 +1,58 @@ | |||
<Project Sdk="Microsoft.NET.Sdk.Web"> | |||
<PropertyGroup> | |||
<TargetFramework>netcoreapp1.0</TargetFramework> | |||
<DebugType>portable</DebugType> | |||
<PreserveCompilationContext>true</PreserveCompilationContext> | |||
<AssemblyName>WebMVC</AssemblyName> | |||
<OutputType>Exe</OutputType> | |||
<PackageId>WebMVC</PackageId> | |||
<UserSecretsId>aspnet-Microsoft.eShopOnContainers-946ae052-8305-4a99-965b-ec8636ddbae3</UserSecretsId> | |||
<RuntimeFrameworkVersion>1.1.0</RuntimeFrameworkVersion> | |||
<PackageTargetFallback>$(PackageTargetFallback);dotnet5.6;portable-net45+win8</PackageTargetFallback> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<Content Update="wwwroot\**\*;Views\**\*;Areas\**\Views;appsettings.json;appsettings.override.json;web.config;Dockerfile;docker-compose.yml;.dockerignore"> | |||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> | |||
</Content> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.1" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink.Loader" Version="14.1.0" /> | |||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="1.0.0-msbuild3-final"> | |||
<PrivateAssets>All</PrivateAssets> | |||
</PackageReference> | |||
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" /> | |||
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Options" Version="1.1.0" /> | |||
</ItemGroup> | |||
<Target Name="PrepublishScript" BeforeTargets="PrepareForPublish"> | |||
<Exec Command="bower install" /> | |||
<Exec Command="dotnet bundle" /> | |||
</Target> | |||
<ItemGroup> | |||
<DotNetCliToolReference Include="BundlerMinifier.Core" Version="2.2.301" /> | |||
<DotNetCliToolReference Include="Microsoft.Extensions.SecretManager.Tools" Version="1.0.0-msbuild3-final" /> | |||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="1.0.0-msbuild3-final" /> | |||
</ItemGroup> | |||
</Project> |
@ -1,23 +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>f0333d8e-0b27-42b7-b2c6-78f3657624e2</ProjectGuid> | |||
<RootNamespace>Microsoft.eShopOnContainers.WebMVC</RootNamespace> | |||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> | |||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> | |||
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<SchemaVersion>2.0</SchemaVersion> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<DnxInvisibleContent Include="bower.json" /> | |||
<DnxInvisibleContent Include=".bowerrc" /> | |||
</ItemGroup> | |||
<Import Project="$(VSToolsPath)\DotNet.Web\Microsoft.DotNet.Web.targets" Condition="'$(VSToolsPath)' != ''" /> | |||
</Project> |
@ -1,93 +0,0 @@ | |||
{ | |||
"userSecretsId": "aspnet-Microsoft.eShopOnContainers-946ae052-8305-4a99-965b-ec8636ddbae3", | |||
"dependencies": { | |||
"Microsoft.NETCore.App": { | |||
"version": "1.1.0", | |||
"type": "platform" | |||
}, | |||
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0", | |||
"Microsoft.AspNetCore.Diagnostics": "1.1.0", | |||
"Microsoft.AspNetCore.Mvc": "1.1.1", | |||
"Microsoft.AspNetCore.Razor.Tools": { | |||
"version": "1.0.0-preview2-final", | |||
"type": "build" | |||
}, | |||
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0", | |||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0", | |||
"Microsoft.AspNetCore.StaticFiles": "1.1.0", | |||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0", | |||
"Microsoft.Extensions.Configuration.Json": "1.1.0", | |||
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0", | |||
"Microsoft.Extensions.Logging": "1.1.0", | |||
"Microsoft.Extensions.Logging.Console": "1.1.0", | |||
"Microsoft.Extensions.Logging.Debug": "1.1.0", | |||
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0", | |||
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.1.0", | |||
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": { | |||
"version": "1.0.0-preview2-final", | |||
"type": "build" | |||
}, | |||
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": { | |||
"version": "1.0.0-preview2-final", | |||
"type": "build" | |||
}, | |||
"Newtonsoft.Json": "9.0.1", | |||
"System.IdentityModel.Tokens.Jwt": "5.1.0", | |||
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.1.0", | |||
"Microsoft.AspNetCore.Authentication.JwtBearer": "1.1.0", | |||
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0", | |||
"Microsoft.Extensions.Options": "1.1.0" | |||
}, | |||
"tools": { | |||
"BundlerMinifier.Core": "2.0.238", | |||
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final", | |||
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final", | |||
"Microsoft.Extensions.SecretManager.Tools": "1.0.0-preview2-final", | |||
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": { | |||
"version": "1.0.0-preview2-final", | |||
"imports": [ | |||
"portable-net45+win8" | |||
] | |||
} | |||
}, | |||
"frameworks": { | |||
"netcoreapp1.0": { | |||
"imports": [ | |||
"dotnet5.6", | |||
"portable-net45+win8" | |||
] | |||
} | |||
}, | |||
"buildOptions": { | |||
"emitEntryPoint": true, | |||
"preserveCompilationContext": true, | |||
"debugType": "portable" | |||
}, | |||
"runtimeOptions": { | |||
"configProperties": { | |||
"System.GC.Server": true | |||
} | |||
}, | |||
"publishOptions": { | |||
"include": [ | |||
"wwwroot", | |||
"Views", | |||
"Areas/**/Views", | |||
"appsettings.json", | |||
"appsettings.override.json", | |||
"web.config", | |||
"Dockerfile", | |||
"docker-compose.yml", | |||
".dockerignore" | |||
] | |||
}, | |||
"scripts": { | |||
"prepublish": [ | |||
"bower install", | |||
"dotnet bundle" | |||
], | |||
"postpublish": [ | |||
"dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" | |||
] | |||
} | |||
} |
@ -0,0 +1,59 @@ | |||
<Project Sdk="Microsoft.NET.Sdk.Web"> | |||
<PropertyGroup> | |||
<TargetFramework>netcoreapp1.0</TargetFramework> | |||
<DebugType>portable</DebugType> | |||
<PreserveCompilationContext>true</PreserveCompilationContext> | |||
<AssemblyName>eShopOnContainers.WebSPA</AssemblyName> | |||
<OutputType>Exe</OutputType> | |||
<PackageId>eShopOnContainers.WebSPA</PackageId> | |||
<UserSecretsId>aspnetcorespa-c23d27a4-eb88-4b18-9b77-2a93f3b15119</UserSecretsId> | |||
<RuntimeFrameworkVersion>1.1.0</RuntimeFrameworkVersion> | |||
<PackageTargetFallback>$(PackageTargetFallback);dotnet5.6;portable-net45+win8</PackageTargetFallback> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<Compile Remove="node_modules\**\*;Client\**\*" /> | |||
<Content Update="appsettings.json;Client\**\*;typings;Views\**\*;tsconfig.json;tsd.json;web.config;config\**\*;wwwroot\**\*;dockerfile"> | |||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> | |||
</Content> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.1" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Cors" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Antiforgery" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="1.1.0" /> | |||
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" /> | |||
<PackageReference Include="Webpack" Version="3.0.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.AngularServices" Version="1.0.0-beta-000014" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="1.0.0-msbuild3-final"> | |||
<PrivateAssets>All</PrivateAssets> | |||
</PackageReference> | |||
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.Extensions.Options" Version="1.1.0" /> | |||
</ItemGroup> | |||
<Target Name="PrepublishScript" BeforeTargets="PrepareForPublish"> | |||
<Exec Command="npm run build:prod" /> | |||
</Target> | |||
<ItemGroup> | |||
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0-msbuild3-final" /> | |||
<DotNetCliToolReference Include="Microsoft.Extensions.SecretManager.Tools" Version="1.0.0-msbuild3-final" /> | |||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="1.0.0-msbuild3-final" /> | |||
</ItemGroup> | |||
</Project> |
@ -1,17 +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> | |||
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked> | |||
</PropertyGroup> | |||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> | |||
<PropertyGroup Label="Globals"> | |||
<ProjectGuid>9842db3a-1391-48c7-a49c-2fabd0a18ac2</ProjectGuid> | |||
<RootNamespace>eShopOnContainers.WebSPA</RootNamespace> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<SchemaVersion>2.0</SchemaVersion> | |||
</PropertyGroup> | |||
<Import Project="$(VSToolsPath)\DotNet.Web\Microsoft.DotNet.Web.targets" Condition="'$(VSToolsPath)' != ''" /> | |||
</Project> |
@ -1,116 +0,0 @@ | |||
{ | |||
"userSecretsId": "aspnetcorespa-c23d27a4-eb88-4b18-9b77-2a93f3b15119", | |||
"dependencies": { | |||
"Microsoft.NETCore.App": { | |||
"version": "1.1.0", | |||
"type": "platform" | |||
}, | |||
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0", | |||
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0", | |||
"Microsoft.AspNetCore.Diagnostics": "1.1.0", | |||
"Microsoft.AspNetCore.Mvc": "1.1.1", | |||
"Microsoft.AspNetCore.Cors": "1.1.0", | |||
"Microsoft.AspNetCore.Antiforgery": "1.1.0", | |||
"Microsoft.AspNetCore.Authorization": "1.1.0", | |||
"Newtonsoft.Json": "9.0.1", | |||
"Webpack": "3.0.0", | |||
"Microsoft.AspNetCore.AngularServices": "1.0.0-beta-000014", | |||
"Microsoft.AspNetCore.Razor.Tools": { | |||
"version": "1.0.0-preview2-final", | |||
"type": "build" | |||
}, | |||
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0", | |||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0", | |||
"Microsoft.AspNetCore.StaticFiles": "1.1.0", | |||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0", | |||
"Microsoft.Extensions.Configuration.Json": "1.1.0", | |||
"Microsoft.Extensions.Logging": "1.1.0", | |||
"Microsoft.Extensions.Logging.Console": "1.1.0", | |||
"Microsoft.Extensions.Logging.Debug": "1.1.0", | |||
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0", | |||
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": { | |||
"version": "1.0.0-preview2-final", | |||
"type": "build" | |||
}, | |||
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": { | |||
"version": "1.0.0-preview2-final", | |||
"type": "build" | |||
}, | |||
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0", | |||
"Microsoft.Extensions.Options": "1.1.0" | |||
}, | |||
"tools": { | |||
"Microsoft.DotNet.Watcher.Tools": { | |||
"version": "1.0.0-preview2-final", | |||
"imports": "portable-net451+win8+dnxcore50" | |||
}, | |||
"Microsoft.AspNetCore.Razor.Tools": { | |||
"version": "1.0.0-preview2-final", | |||
"imports": "portable-net45+win8+dnxcore50" | |||
}, | |||
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { | |||
"version": "1.0.0-preview2-final", | |||
"imports": "portable-net45+win8+dnxcore50" | |||
}, | |||
"Microsoft.Extensions.SecretManager.Tools": { | |||
"version": "1.0.0-preview2-final", | |||
"imports": "portable-net45+win8+dnxcore50" | |||
}, | |||
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": { | |||
"version": "1.0.0-preview2-final", | |||
"imports": [ | |||
"portable-net45+win8+dnxcore50", | |||
"portable-net45+win8" | |||
] | |||
} | |||
}, | |||
"frameworks": { | |||
"netcoreapp1.0": { | |||
"imports": [ | |||
"dotnet5.6", | |||
"portable-net45+win8" | |||
] | |||
} | |||
}, | |||
"buildOptions": { | |||
"emitEntryPoint": true, | |||
"preserveCompilationContext": true, | |||
"compile": { | |||
"exclude": [ | |||
"node_modules", | |||
"Client" | |||
] | |||
}, | |||
"debugType": "portable" | |||
}, | |||
"runtimeOptions": { | |||
"configProperties": { | |||
"System.GC.Server": true | |||
} | |||
}, | |||
"publishOptions": { | |||
"include": [ | |||
"appsettings.json", | |||
"Client", | |||
"typings", | |||
"Views", | |||
"tsconfig.json", | |||
"tsd.json", | |||
"web.config", | |||
"config", | |||
"wwwroot", | |||
"dockerfile" | |||
] | |||
}, | |||
"scripts": { | |||
"prepublish": [ | |||
"npm run build:prod" | |||
], | |||
"postpublish": [ | |||
"dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" | |||
] | |||
}, | |||
"tooling": { | |||
"defaultNamespace": "eShopOnContainers.SPA" | |||
} | |||
} |
@ -0,0 +1,34 @@ | |||
<Project Sdk="Microsoft.NET.Sdk"> | |||
<PropertyGroup> | |||
<TargetFramework>netcoreapp1.1</TargetFramework> | |||
<AssemblyName>FunctionalTests</AssemblyName> | |||
<PackageId>FunctionalTests</PackageId> | |||
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles> | |||
<RuntimeFrameworkVersion>1.1.0</RuntimeFrameworkVersion> | |||
<PackageTargetFallback>$(PackageTargetFallback);netstandard1.6.1;dnxcore50;portable-net451+win8</PackageTargetFallback> | |||
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> | |||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> | |||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<Content Include="settings.json;web.config"> | |||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> | |||
</Content> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="..\..\..\src\Services\Catalog\Catalog.API\Catalog.API.csproj" /> | |||
<ProjectReference Include="..\..\..\src\Services\Ordering\Ordering.API\Ordering.API.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="Microsoft.AspNetCore.TestHost" Version="1.1.0" /> | |||
<PackageReference Include="Microsoft.DotNet.InternalAbstractions" Version="1.0.0" /> | |||
<PackageReference Include="xunit" Version="2.2.0-beta5-build3474" /> | |||
</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>621e7211-58d0-45fd-9600-1cb490bd930e</ProjectGuid> | |||
<RootNamespace>FunctionalTests</RootNamespace> | |||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> | |||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> | |||
<TargetFrameworkVersion>v4.5.1</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,35 +0,0 @@ | |||
{ | |||
"version": "1.0.0-*", | |||
"dependencies": { | |||
"Microsoft.NETCore.App": { | |||
"type": "platform", | |||
"version": "1.1.0" | |||
}, | |||
"Microsoft.AspNetCore.TestHost": "1.1.0", | |||
"dotnet-test-xunit": "2.2.0-preview2-build1029", | |||
"Microsoft.DotNet.InternalAbstractions": "1.0.0", | |||
"xunit": "2.2.0-beta4-build3444", | |||
"Catalog.API": "1.0.0-*", | |||
"Ordering.API": "1.0.0-*" | |||
}, | |||
"testRunner": "xunit", | |||
//"runtimes": { | |||
// "win10-x64": {} | |||
//}, | |||
"frameworks": { | |||
"netcoreapp1.1": { | |||
"imports": [ | |||
"netstandard1.6.1", | |||
"dnxcore50", | |||
"portable-net451+win8" | |||
] | |||
} | |||
}, | |||
"publishOptions": { | |||
"include": [ | |||
"settings.json", | |||
"web.config" | |||
] | |||
} | |||
} |
@ -0,0 +1,30 @@ | |||
<Project Sdk="Microsoft.NET.Sdk"> | |||
<PropertyGroup> | |||
<TargetFramework>netcoreapp1.1</TargetFramework> | |||
<AssemblyName>UnitTest</AssemblyName> | |||
<PackageId>UnitTest</PackageId> | |||
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles> | |||
<RuntimeFrameworkVersion>1.1.0</RuntimeFrameworkVersion> | |||
<PackageTargetFallback>$(PackageTargetFallback);netstandard1.6.1;dnxcore50;portable-net451+win8</PackageTargetFallback> | |||
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> | |||
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> | |||
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="..\..\..\src\Services\Ordering\Ordering.API\Ordering.API.csproj" /> | |||
<ProjectReference Include="..\..\..\src\Services\Ordering\Ordering.Infrastructure\Ordering.Infrastructure.csproj" /> | |||
<ProjectReference Include="..\..\..\src\Services\Ordering\Ordering.Domain\Ordering.Domain.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="MediatR" Version="2.1.0" /> | |||
<PackageReference Include="Moq" Version="4.6.38-alpha" /> | |||
<PackageReference Include="xunit" Version="2.2.0-beta5-build3474" /> | |||
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="1.1.0" /> | |||
</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>7796f5d8-31fc-45a4-b673-19de5ba194cf</ProjectGuid> | |||
<RootNamespace>UnitTest</RootNamespace> | |||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> | |||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> | |||
<TargetFrameworkVersion>v4.5.2</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,28 +0,0 @@ | |||
{ | |||
"version": "1.0.0-*", | |||
"dependencies": { | |||
"Microsoft.NETCore.App": { | |||
"type": "platform", | |||
"version": "1.1.0" | |||
}, | |||
"MediatR": "2.1.0", | |||
"Moq": "4.6.38-alpha", | |||
"xunit": "2.2.0-beta4-build3444", | |||
"Microsoft.AspNetCore.TestHost": "1.1.0", | |||
"dotnet-test-xunit": "2.2.0-preview2-build1029", | |||
"Ordering.API": "1.0.0-*", | |||
"Ordering.Infrastructure": "1.0.0-*", | |||
"Ordering.Domain": "1.0.0-*" | |||
}, | |||
"testRunner": "xunit", | |||
"frameworks": { | |||
"netcoreapp1.1": { | |||
"imports": [ | |||
"netstandard1.6.1", | |||
"dnxcore50", | |||
"portable-net451+win8" | |||
] | |||
} | |||
} | |||
} |