Skip to content

Commit 624e5f0

Browse files
committed
upgrade NUnit3TestAdapter 6.0.1
1 parent b0a0f79 commit 624e5f0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
tags:
5-
- '[0-9]\.[0-9]\.[0-9]+'
5+
- '[0-9]+\.[0-9]+\.[0-9]+'
66

77
jobs:
88
build:

test/Box2D.NET.Test/Box2D.NET.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PrivateAssets>all</PrivateAssets>
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
</PackageReference>
28-
<PackageReference Include="NUnit3TestAdapter" Version="6.0.0" />
28+
<PackageReference Include="NUnit3TestAdapter" Version="6.0.1" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

0 commit comments

Comments
 (0)