Skip to content

Commit 8757a34

Browse files
authored
Bump NUnit package to v4.0.1 (#367)
Test code has already been updated as described below. Note 1: * ReSharper prior to v2023.3.2 may not recognize NUnit 4 tests. The VS2022 Test Explorer, however, shows the tests. Note 2: * NUnit v4 has breaking changes compared to v3. * NUnit.Analyzer has rules and associated code fixes. This must be done while working on v3. The analyzers only run when the code compiles.
1 parent f09c0bd commit 8757a34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SmartFormat.Tests/SmartFormat.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<ItemGroup>
2020
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
2121
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
22-
<PackageReference Include="NUnit" Version="3.14.0" />
22+
<PackageReference Include="NUnit" Version="4.0.1" />
2323
<PackageReference Include="NUnit.Analyzers" Version="3.10.0">
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)