Skip to content

Commit

Permalink
Sasmples updated with new Nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirdilip committed Dec 18, 2019
1 parent 93d4ff6 commit 07f38b7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System;
using System.Threading.Tasks;
using AspNetCore.Authentication.Basic;
using Microsoft.Extensions.Logging;
using Mihir.AspNetCore.Authentication.Basic;
using SampleWebApi.Repositories;
using System;
using System.Threading.Tasks;

namespace SampleWebApi.Services
{
Expand Down
2 changes: 1 addition & 1 deletion samples/SampleWebApi/SampleWebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AspNetCore.Authentication.Basic" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.9" />
<PackageReference Include="Mihir.AspNetCore.Authentication.Basic" Version="1.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion samples/SampleWebApi/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using Microsoft.AspNetCore.Rewrite;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Mihir.AspNetCore.Authentication.Basic;
using AspNetCore.Authentication.Basic;
using SampleWebApi.Repositories;
using SampleWebApi.Services;

Expand Down
2 changes: 1 addition & 1 deletion samples/SampleWebApi_2_2/SampleWebApi_2_2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AspNetCore.Authentication.Basic" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
<PackageReference Include="Mihir.AspNetCore.Authentication.Basic" Version="2.0.0" />
</ItemGroup>

<Import Project="..\SampleWebApi.Shared\SampleWebApi.Shared.projitems" Label="Shared" />
Expand Down
2 changes: 1 addition & 1 deletion samples/SampleWebApi_2_2/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using Microsoft.AspNetCore.Mvc.Authorization;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Mihir.AspNetCore.Authentication.Basic;
using AspNetCore.Authentication.Basic;
using SampleWebApi.Repositories;
using SampleWebApi.Services;

Expand Down

0 comments on commit 07f38b7

Please sign in to comment.