Skip to content

Commit

Permalink
migrate to NUnit 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed Dec 14, 2023
1 parent d77cb1a commit d4acd05
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ SPDX-License-Identifier: MIT
-->
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net45;netstandard2.0</TargetFrameworks>
<TargetFrameworks>net6.0;net462</TargetFrameworks>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0030 -->
</PropertyGroup>
Expand All @@ -23,7 +22,7 @@ SPDX-License-Identifier: MIT

<ItemGroup>
<ProjectOrPackageReference ReferencePackageVersion="[3.0.0,4.0.0)" Include="..\Smdn.Fundamental.ControlPicture\Smdn.Fundamental.ControlPicture.csproj" />
<PackageReference Include="NUnit" Version="[3.13.0,4.0.0)" />
<PackageReference Include="NUnit" Version="[4.0.0,5.0.0)" />
<PackageReference Include="System.Memory" />
</ItemGroup>
</Project>

0 comments on commit d4acd05

Please sign in to comment.