Skip to content

Commit

Permalink
Updated NUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Jan 12, 2024
1 parent 36001e5 commit 1849156
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/Elmah.Io.Log4Net.Test/Elmah.Io.Log4Net.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
<PackageReference Include="NUnit" Version="3.14.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0' Or '$(TargetFramework)' == 'net7.0' Or '$(TargetFramework)' == 'net8.0'">
<PackageReference Include="NUnit" Version="4.0.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Elmah.Io.Log4Net\Elmah.Io.Log4Net.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 1849156

Please sign in to comment.