10 Commits

Author SHA1 Message Date
Renovate Bot
457dff2802 Update dependency Microsoft.NET.Test.Sdk to v18
All checks were successful
check main state / build (9.0.x) (push) Successful in 3m45s
2026-02-07 15:26:15 +00:00
Renovate Bot
acd4e3bbf2 Update dependency NUnit3TestAdapter to v6
All checks were successful
check main state / build (9.0.x) (push) Successful in 2m6s
2026-02-07 14:33:42 +00:00
Renovate Bot
a4c85cd482 Update actions/checkout action to v6
All checks were successful
check main state / build (9.0.x) (push) Successful in 2m6s
2026-02-06 22:38:09 +00:00
Renovate Bot
483b92b830 Update dependency Microsoft.Extensions.DependencyInjection to v10
All checks were successful
check main state / build (9.0.x) (push) Successful in 2m8s
2026-02-06 22:20:11 +00:00
Renovate Bot
2394c325a3 Update actions/setup-dotnet action to v5
All checks were successful
check main state / build (9.0.x) (push) Successful in 2m6s
2026-02-05 21:01:28 +00:00
Renovate Bot
5cebb9a800 Update dependency NUnit3TestAdapter to 5.2.0
All checks were successful
check main state / build (9.0.x) (push) Successful in 2m31s
2026-02-05 18:28:38 +00:00
Renovate Bot
3d11413e6b Update dependency xunit.runner.visualstudio to 3.1.5
All checks were successful
check main state / build (9.0.x) (push) Successful in 2m21s
2026-02-05 16:52:11 +00:00
Renovate Bot
503d8e60c3 Update dependency nunit to 4.4.0
All checks were successful
check main state / build (9.0.x) (push) Successful in 2m56s
2026-02-05 15:43:29 +00:00
Renovate Bot
425e97c912 Update dependency Microsoft.NET.Test.Sdk to 17.14.1
All checks were successful
check main state / build (9.0.x) (push) Successful in 2m24s
2026-02-05 15:34:34 +00:00
Renovate Bot
1348b78420 Update dependency coverlet.collector to 6.0.4
All checks were successful
check main state / build (9.0.x) (push) Successful in 2m26s
2026-02-05 14:34:19 +00:00
4 changed files with 12 additions and 12 deletions

View File

@@ -11,9 +11,9 @@ jobs:
dotnet-version: [ '9.0.x' ]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Setup dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v5
with:
dotnet-version: '9.0.x'
- name: Install dependencies

View File

@@ -15,9 +15,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="nunit" Version="4.3.2" />
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="nunit" Version="4.4.0" />
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
</ItemGroup>
<ItemGroup>

View File

@@ -8,11 +8,11 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.12" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="coverlet.collector" Version="6.0.4" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
</ItemGroup>
<ItemGroup>

View File

@@ -8,10 +8,10 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="coverlet.collector" Version="6.0.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
</ItemGroup>
<ItemGroup>