Skip to content

Commit 79dd413

Browse files
authored
Merge pull request #58 from auth0/chore/dependencies
Chore/dependencies
2 parents bddaa36 + f52b77a commit 79dd413

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: docfx docs-source/docfx.json
6161

6262
- name: Uploading Artifacts
63-
uses: actions/upload-pages-artifact@v4
63+
uses: actions/upload-pages-artifact@v5
6464
with:
6565
path: docs
6666

src/Auth0.AspNetCore.Authentication.Api/Auth0.AspNetCore.Authentication.Api.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
</PropertyGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.25" Condition="'$(TargetFramework)' == 'net8.0'" />
31+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.26" Condition="'$(TargetFramework)' == 'net8.0'" />
3232
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.3" Condition="'$(TargetFramework)' == 'net10.0'" />
33-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.5" />
34-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="All" />
33+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.7" />
34+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.203" PrivateAssets="All" />
3535
</ItemGroup>
3636

3737
<ItemGroup>

tests/Auth0.AspNetCore.Authentication.Api.UnitTests/Auth0.AspNetCore.Authentication.Api.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<!-- Using v7.2.1 as it's the last version with Apache license. Newer versions use different licensing -->
1414
<PackageReference Include="FluentAssertions" Version="7.2.2"/>
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0"/>
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1"/>
1616
<PackageReference Include="Moq" Version="4.20.72"/>
1717
<PackageReference Include="xunit" Version="2.9.3"/>
1818
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">

0 commit comments

Comments
 (0)