Skip to content

Commit

Permalink
Merge pull request #89 from auth0-samples/dependabot/nuget/Quickstart…
Browse files Browse the repository at this point in the history
…/Sample/Auth0.AspNetCore.Authentication-1.3.0

Bump Auth0.AspNetCore.Authentication from 1.2.0 to 1.3.0 in /Quickstart/Sample
  • Loading branch information
evansims authored Jul 17, 2023
2 parents b28ca49 + 1e69af6 commit 4b858e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Quickstart/Sample/SampleMvcApp.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Auth0.AspNetCore.Authentication" Version="1.2.0" />
<PackageReference Include="Auth0.AspNetCore.Authentication" Version="1.3.0" />
</ItemGroup>
</Project>

0 comments on commit 4b858e1

Please sign in to comment.