Skip to content

Commit

Permalink
also test in net48
Browse files Browse the repository at this point in the history
  • Loading branch information
fakefeik committed Feb 8, 2024
1 parent 9fc472e commit be5472f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
4 changes: 3 additions & 1 deletion NUnit.Middlewares.Tests/NUnit.Middlewares.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net48;net8.0</TargetFrameworks>
<AssemblyName>SkbKontur.NUnit.Middlewares.Tests</AssemblyName>
<RootNamespace>SkbKontur.NUnit.Middlewares.Tests</RootNamespace>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

using NUnit.Framework;

using SkbKontur.NUnit.Middlewares;

namespace NUnit.Middlewares.Tests
namespace SkbKontur.NUnit.Middlewares.Tests
{
[TestFixture(-1)]
[TestFixture(-2)]
Expand Down
4 changes: 1 addition & 3 deletions NUnit.Middlewares.Tests/ParallelTestContextUsageTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
using NUnit.Framework;
using NUnit.Framework.Interfaces;

using SkbKontur.NUnit.Middlewares;

namespace NUnit.Middlewares.Tests
namespace SkbKontur.NUnit.Middlewares.Tests
{
public class Counter
{
Expand Down
4 changes: 1 addition & 3 deletions NUnit.Middlewares.Tests/ParallelTestFixtureSetUpTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

using NUnit.Framework;

using SkbKontur.NUnit.Middlewares;

namespace NUnit.Middlewares.Tests
namespace SkbKontur.NUnit.Middlewares.Tests
{
[Parallelizable(ParallelScope.Self)]
public class FirstTestFixtureSetUpTest : SimpleTestBase
Expand Down

0 comments on commit be5472f

Please sign in to comment.