Skip to content

Commit 827a8df

Browse files
Update: (#1449)
- AspNet.Security.OAuth.GitHub to 9.4.0 - MartinCostello.Logging.XUnit.v3 to 0.6.0 --- updated-dependencies: - dependency-name: AspNet.Security.OAuth.GitHub dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: MartinCostello.Logging.XUnit.v3 dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: System.Text.Encodings.Web dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 462b26a commit 827a8df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/TodoApp/TodoApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<UserSecretsId>TodoApp</UserSecretsId>
1111
</PropertyGroup>
1212
<ItemGroup>
13-
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="9.3.0" />
13+
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="9.4.0" />
1414
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.5" />
1515
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.5" />
1616
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.8.3" PrivateAssets="all" />

tests/TodoApp.Tests/TodoApp.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
1313
<PackageReference Include="JunitXml.TestLogger" Version="6.1.0" />
1414
<PackageReference Include="JustEat.HttpClientInterception" Version="5.1.1" />
15-
<PackageReference Include="MartinCostello.Logging.XUnit.v3" Version="0.5.1" />
15+
<PackageReference Include="MartinCostello.Logging.XUnit.v3" Version="0.6.0" />
1616
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.5" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
1818
<PackageReference Include="Microsoft.Playwright" Version="1.52.0" />

0 commit comments

Comments
 (0)