Skip to content

Commit

Permalink
Merge pull request #461 from haf/fscheck3-packaging
Browse files Browse the repository at this point in the history
Update FsCheck3 support to release as a pre-release version of Expecto.FsCheck
  • Loading branch information
farlee2121 committed Jun 22, 2023
2 parents 31343ce + 3721e7e commit 499c9c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Expecto.FsCheck3/Expecto.FsCheck3.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>Expecto.FsCheck3</PackageId>
<PackageId>Expecto.FsCheck</PackageId>
<Description>Property testing for Expecto, powered by FsCheck3</Description>
<VersionSuffix>fscheck3</VersionSuffix>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nuget BenchmarkDotNet ~> 0.13.5
group FsCheck3
source https://api.nuget.org/v3/index.json

nuget FsCheck ~> 3.0.0-beta2
nuget FsCheck ~> 3

group Build
source https://api.nuget.org/v3/index.json
Expand Down

0 comments on commit 499c9c1

Please sign in to comment.