Skip to content

Commit 780a97a

Browse files
dependabot[bot]jcoliz
authored andcommitted
Bump NUnit3TestAdapter from 4.4.2 to 4.5.0
Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.4.2 to 4.5.0. - [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases) - [Commits](nunit/nunit3-vs-adapter@V4.4.2...V4.5.0) --- updated-dependencies: - dependency-name: NUnit3TestAdapter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 62e3a76 commit 780a97a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ExcelFinancialFunctions.Tests/ExcelFinancialFunctions.Tests.fsproj

Lines changed: 2 additions & 2 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

33
<PropertyGroup>
44
<TargetFramework>netcoreapp6.0</TargetFramework>
@@ -18,7 +18,7 @@
1818
<PackageReference Include="FsCheck" Version="2.16.5" />
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
2020
<PackageReference Include="NUnit" Version="3.13.3" />
21-
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
21+
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
2222
<PackageReference Include="coverlet.collector" Version="3.2.0">
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)