From ee318764fcdd37b85e5925968e29c50d249e43d8 Mon Sep 17 00:00:00 2001 From: Hennadii Lutsyshyn Date: Fri, 7 Oct 2022 18:27:31 +0300 Subject: [PATCH] Configured the package as non-development dependency. --- .../Heleonix.Testing.NUnit.Tests.csproj | 35 +++++++------- .../Heleonix.Testing.NUnit.csproj | 48 +++++++++---------- Heleonix.Testing.sln | 6 +-- ...ojectInfo.props => SharedPackageInfo.props | 28 ++++++----- 4 files changed, 60 insertions(+), 57 deletions(-) rename SharedProjectInfo.props => SharedPackageInfo.props (52%) diff --git a/Heleonix.Testing.NUnit.Tests/Heleonix.Testing.NUnit.Tests.csproj b/Heleonix.Testing.NUnit.Tests/Heleonix.Testing.NUnit.Tests.csproj index 7c79d9b..7910c90 100644 --- a/Heleonix.Testing.NUnit.Tests/Heleonix.Testing.NUnit.Tests.csproj +++ b/Heleonix.Testing.NUnit.Tests/Heleonix.Testing.NUnit.Tests.csproj @@ -1,24 +1,17 @@  net6.0 - - false - True true - - latest full true true - - latest pdbonly true @@ -28,28 +21,38 @@ - - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + - diff --git a/Heleonix.Testing.NUnit/Heleonix.Testing.NUnit.csproj b/Heleonix.Testing.NUnit/Heleonix.Testing.NUnit.csproj index 4d6a4cb..5b9bb1e 100644 --- a/Heleonix.Testing.NUnit/Heleonix.Testing.NUnit.csproj +++ b/Heleonix.Testing.NUnit/Heleonix.Testing.NUnit.csproj @@ -1,33 +1,29 @@  - + + + + The library for writing tests in BDD and AAA styles + Heleonix test nunit bdd behavior driven development tdd test driven development aaa arrange act assert + + Configured the package as non-development dependency. + + netstandard2.0 - true - README.md True + true full true - true - + true pdbonly true - true - - - - - default - - - - default @@ -35,14 +31,10 @@ - - True - \ - - - - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -51,8 +43,14 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/Heleonix.Testing.sln b/Heleonix.Testing.sln index a01b53b..4f86b52 100644 --- a/Heleonix.Testing.sln +++ b/Heleonix.Testing.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27130.2003 +# Visual Studio Version 17 +VisualStudioVersion = 17.3.32901.215 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Heleonix.Testing.NUnit", "Heleonix.Testing.NUnit\Heleonix.Testing.NUnit.csproj", "{36AD64B1-92AD-4BCE-931E-FBEC6C655E3F}" EndProject @@ -10,8 +10,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution .gitignore = .gitignore LICENSE = LICENSE README.md = README.md - SharedProjectInfo.props = SharedProjectInfo.props stylecop.json = stylecop.json + SharedPackageInfo.props = SharedPackageInfo.props EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sources", "Sources", "{4AEAF240-3ED0-49D3-B054-27402285220A}" diff --git a/SharedProjectInfo.props b/SharedPackageInfo.props similarity index 52% rename from SharedProjectInfo.props rename to SharedPackageInfo.props index 16b7d6a..608bbdc 100644 --- a/SharedProjectInfo.props +++ b/SharedPackageInfo.props @@ -1,31 +1,33 @@ - 2.0.0 - - Target frameworks reduced to netstandard2.0; - Removed SetupEach and CleanupEash as duplications of BeforeEach and AfterEach; - Succeeded and failed assertions in AAA and BDD are now marked in output; - Failed tests now don't prevent execution of other tests. - - - The library for writing tests in BDD and AAA styles - Heleonix test nunit bdd behavior driven development tdd test driven development aaa arrange act assert - + 2.0.1 Heleonix - Hennadii Lutsyshyn Copyright (c) Heleonix - Hennadii Lutsyshyn true git https://github.com/Heleonix/Heleonix.Testing/tree/master - https://github.com/Heleonix/Heleonix.Testing/tree/master/LICENSE https://github.com/Heleonix/Heleonix.Testing/tree/master https://s.gravatar.com/avatar/22d1d9391b9f682a589d324d403ec0d8?s=256 + true + README.md + LICENSE true - true true snupkg false true + + + + True + \ + + + True + \ + +