Skip to content

Commit 117a244

Browse files
dependabot[bot]louis-z
authored andcommitted
Bump Microsoft.NET.Test.Sdk and Verify.NUnit
Bumps Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1 Bumps Verify.NUnit from 31.5.1 to 31.7.1 --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-dependencies - dependency-name: Verify.NUnit dependency-version: 31.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5d1fdc commit 117a244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NGitLab.Mock.Tests/NGitLab.Mock.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<ProjectReference Include="..\NGitLab.Mock\NGitLab.Mock.csproj" />
88
</ItemGroup>
99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1111
<PackageReference Include="NUnit" Version="4.4.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>
1616
<PackageReference Include="NUnit3TestAdapter" Version="5.2.0" />
17-
<PackageReference Include="Verify.NUnit" Version="31.5.1" />
17+
<PackageReference Include="Verify.NUnit" Version="31.7.1" />
1818
</ItemGroup>
1919
</Project>

0 commit comments

Comments
 (0)