Skip to content

Commit

Permalink
fix nunit update
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Dec 11, 2023
1 parent 8d5c62b commit 86eecd6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rdmp.Dicom.Tests/Rdmp.Dicom.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<PackageReference Include="HIC.BadMedicine.Dicom" Version="0.0.16" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit" Version="4.0.1" />
<PackageReference Include="NUnit.Analyzers" Version="3.10.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
1 change: 1 addition & 0 deletions Rdmp.Dicom.Tests/Unit/AmbiguousFilePathTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using System.IO.Compression;
using System.Linq;
using Rdmp.Core.Startup;
using NUnit.Framework.Legacy;

namespace Rdmp.Dicom.Tests.Unit;

Expand Down
1 change: 1 addition & 0 deletions Rdmp.Dicom.Tests/Unit/CFindDirSourceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using Rdmp.Dicom.PipelineComponents.CFind;
using Rdmp.Core.ReusableLibraryCode.Checks;
using Rdmp.Core.ReusableLibraryCode.Progress;
using NUnit.Framework.Legacy;

namespace Rdmp.Dicom.Tests.Unit;
public class CFindDirSourceTests
Expand Down
1 change: 1 addition & 0 deletions Rdmp.Dicom.Tests/Unit/CFindSourceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using Rdmp.Core.ReusableLibraryCode.Checks;
using System.IO;
using Tests.Common;
using NUnit.Framework.Legacy;

namespace Rdmp.Dicom.Tests.Unit;

Expand Down

0 comments on commit 86eecd6

Please sign in to comment.