This repository was archived by the owner on Nov 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
src/Services/Identity/Identity.API Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 55 using Extensions . Logging ;
66 using global ::eShopOnContainers . Identity ;
77 using global ::Identity . API . Data ;
8+ using global ::Identity . API . Extensions ;
89 using global ::Identity . API . Models ;
9- using Identity . API . Extensions ;
1010 using Microsoft . AspNetCore . Builder ;
1111 using Microsoft . AspNetCore . Hosting ;
1212 using Microsoft . Extensions . DependencyInjection ;
1616 using System . IO ;
1717 using System . IO . Compression ;
1818 using System . Linq ;
19- using System . Security . Cryptography ;
2019 using System . Text . RegularExpressions ;
2120 using System . Threading . Tasks ;
2221
Original file line number Diff line number Diff line change 1- FROM microsoft/aspnetcore:1.1.2
1+ FROM microsoft/aspnetcore:2.0.0
22ARG source
33WORKDIR /app
44EXPOSE 80
Original file line number Diff line number Diff line change 11using Microsoft . AspNetCore ;
22using Microsoft . AspNetCore . Hosting ;
3+ using Microsoft . eShopOnContainers . Services . Identity ;
34using Microsoft . Extensions . Logging ;
45using System . IO ;
56
@@ -28,3 +29,4 @@ public static IWebHost BuildWebHost(string[] args) =>
2829 . Build ( ) ;
2930 }
3031}
32+
Original file line number Diff line number Diff line change 11using Autofac ;
22using Autofac . Extensions . DependencyInjection ;
3+ using eShopOnContainers . Identity ;
34using Identity . API . Certificate ;
45using Identity . API . Configuration ;
56using Identity . API . Data ;
2425using System . Reflection ;
2526using System . Threading . Tasks ;
2627
27- namespace eShopOnContainers . Identity
28+ namespace Microsoft . eShopOnContainers . Services . Identity
2829{
2930 public class Startup
3031 {
You can’t perform that action at this time.
0 commit comments