Skip to content

Commit 69eb252

Browse files
Bump the test-dependencies group with 1 update (#1059)
* Bump the test-dependencies group with 1 update Bumps NUnit from 4.4.0 to 4.5.0 --- updated-dependencies: - dependency-name: NUnit dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * Bump --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Louis Zanella <louis.zanella@ubisoft.com>
1 parent 5559f22 commit 69eb252

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net8.0;net472</TargetFrameworks>
44
<IsPackable>false</IsPackable>
@@ -8,12 +8,12 @@
88
</ItemGroup>
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
11-
<PackageReference Include="NUnit" Version="4.4.0" />
11+
<PackageReference Include="NUnit" Version="4.5.0" />
1212
<PackageReference Include="NUnit.Analyzers" Version="4.11.2">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
16-
<PackageReference Include="NUnit3TestAdapter" Version="5.2.0" />
16+
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0" />
1717
<PackageReference Include="Verify.NUnit" Version="31.7.3" />
1818
</ItemGroup>
1919
</Project>

NGitLab.Tests/NGitLab.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1212
<PackageReference Include="Microsoft.Playwright" Version="1.58.0" />
1313
<PackageReference Include="NuGet.Versioning" Version="7.3.0" />
14-
<PackageReference Include="NUnit" Version="4.4.0" />
14+
<PackageReference Include="NUnit" Version="4.5.0" />
1515
<PackageReference Include="NUnit.Analyzers" Version="4.11.2">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)