Skip to content

Commit d8aa6a7

Browse files
dependabot[bot]loekensgard
authored andcommitted
build: Bump the all group with 4 updates
Bumps JunitXml.TestLogger from 6.1.0 to 7.0.2 Bumps Microsoft.AspNetCore.Authorization from 9.0.6 to 9.0.10 Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0 Bumps xunit.runner.visualstudio from 3.1.1 to 3.1.5 --- updated-dependencies: - dependency-name: JunitXml.TestLogger dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: Microsoft.AspNetCore.Authorization dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 361f6ed commit d8aa6a7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/Intility.Authorization.Azure.GuestPolicies/Intility.Authorization.Azure.GuestPolicies.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
26-
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="8.0.11" />
26+
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="9.0.10" />
2727
</ItemGroup>
2828

2929
<ItemGroup Condition=" '$(TargetFramework)' == 'net9.0' ">
30-
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="9.0.6" />
30+
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="9.0.10" />
3131
</ItemGroup>
3232

3333
<ItemGroup>

tests/Intility.Authorization.Azure.GuestPolicies.Tests/Intility.Authorization.Azure.GuestPolicies.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
1111
<PackageReference Include="NSubstitute" Version="5.3.0" />
1212
<PackageReference Include="xunit" Version="2.9.3" />
13-
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.1">
13+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
<PrivateAssets>all</PrivateAssets>
1616
</PackageReference>
17-
<PackageReference Include="JunitXml.TestLogger" Version="6.1.0" />
17+
<PackageReference Include="JunitXml.TestLogger" Version="7.0.2" />
1818
<PackageReference Include="coverlet.collector" Version="6.0.4">
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)