Skip to content

Commit

Permalink
#1 add support to dotnet test via YoloDev.Expecto.TestSdk (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
MNie authored Oct 22, 2017
1 parent 4fbf5c9 commit 3168e70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Expecto.Template.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Expecto.Template</id>
<version>6.0.0</version>
<version>7.0.0-RC</version>
<authors>Michał Niegrzybowski</authors>
<owners>Michał Niegrzybowski</owners>
<licenseUrl>https://github.com/MNie/Expecto.Template/blob/master/LICENSE</licenseUrl>
Expand All @@ -16,6 +16,8 @@
</packageTypes>
<dependencies>
<dependency id="Expecto" version="[5.0.0, 6.0.0)"/>
<dependency id="YoloDev.Expecto.TestSdk" version="[0.1.0, 1.0.0)"/>
<dependency id="Microsoft.NET.Test.Sdk" version="[15.0.0, 16.0.0)"/>
</dependencies>
</metadata>
</package>
2 changes: 2 additions & 0 deletions ExpectoTemplate.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

<ItemGroup>
<PackageReference Include="Expecto" Version="5.*" />
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.*" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.*" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3168e70

Please sign in to comment.