File tree 5 files changed +7
-7
lines changed
SampleWebApi.Shared/Services
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . Threading . Tasks ;
1
+ using AspNetCore . Authentication . Basic ;
3
2
using Microsoft . Extensions . Logging ;
4
- using Mihir . AspNetCore . Authentication . Basic ;
5
3
using SampleWebApi . Repositories ;
4
+ using System ;
5
+ using System . Threading . Tasks ;
6
6
7
7
namespace SampleWebApi . Services
8
8
{
Original file line number Diff line number Diff line change 9
9
</ItemGroup >
10
10
11
11
<ItemGroup >
12
+ <PackageReference Include =" AspNetCore.Authentication.Basic" Version =" 2.2.0" />
12
13
<PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.0.9" />
13
- <PackageReference Include =" Mihir.AspNetCore.Authentication.Basic" Version =" 1.0.2" />
14
14
</ItemGroup >
15
15
16
16
<ItemGroup >
Original file line number Diff line number Diff line change 5
5
using Microsoft . AspNetCore . Rewrite ;
6
6
using Microsoft . Extensions . Configuration ;
7
7
using Microsoft . Extensions . DependencyInjection ;
8
- using Mihir . AspNetCore . Authentication . Basic ;
8
+ using AspNetCore . Authentication . Basic ;
9
9
using SampleWebApi . Repositories ;
10
10
using SampleWebApi . Services ;
11
11
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
+ <PackageReference Include =" AspNetCore.Authentication.Basic" Version =" 2.2.0" />
9
10
<PackageReference Include =" Microsoft.AspNetCore.App" />
10
11
<PackageReference Include =" Microsoft.AspNetCore.Razor.Design" Version =" 2.2.0" PrivateAssets =" All" />
11
- <PackageReference Include =" Mihir.AspNetCore.Authentication.Basic" Version =" 2.0.0" />
12
12
</ItemGroup >
13
13
14
14
<Import Project =" ..\SampleWebApi.Shared\SampleWebApi.Shared.projitems" Label =" Shared" />
Original file line number Diff line number Diff line change 5
5
using Microsoft . AspNetCore . Mvc . Authorization ;
6
6
using Microsoft . Extensions . Configuration ;
7
7
using Microsoft . Extensions . DependencyInjection ;
8
- using Mihir . AspNetCore . Authentication . Basic ;
8
+ using AspNetCore . Authentication . Basic ;
9
9
using SampleWebApi . Repositories ;
10
10
using SampleWebApi . Services ;
11
11
You can’t perform that action at this time.
0 commit comments