Skip to content

Commit

Permalink
Set NUnit dependency as runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
hennadiilu committed Jul 1, 2018
1 parent 612fa76 commit 0328cb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Heleonix.Testing.NUnit/Heleonix.Testing.NUnit.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../SharedProjectInfo.proj" />

<PropertyGroup>
Expand Down Expand Up @@ -42,7 +42,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="nunit" Version="3.9.0">
<IncludeAssets>compile</IncludeAssets>
<IncludeAssets>compile;runtime</IncludeAssets>
</PackageReference>
<PackageReference Include="RoslynSecurityGuard" Version="2.3.0">
<PrivateAssets>all</PrivateAssets>
Expand Down
4 changes: 2 additions & 2 deletions SharedProjectInfo.proj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>1.3.0</Version>
<PackageReleaseNotes>Added support of sequential When in AAA spec</PackageReleaseNotes>
<Version>1.4.0</Version>
<PackageReleaseNotes>Set NUnit dependency as runtime</PackageReleaseNotes>

<Description>The library for writing tests in BDD and AAA styles</Description>
<PackageTags>Heleonix test nunit bdd behavior driven development tdd test driven development aaa arrange act assert</PackageTags>
Expand Down

0 comments on commit 0328cb4

Please sign in to comment.