diff options
Diffstat (limited to 'Djup.Testing')
| -rw-r--r-- | Djup.Testing/src/Djup.Testing.fsproj | 1 | ||||
| -rw-r--r-- | Djup.Testing/src/packages.lock.json | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/Djup.Testing/src/Djup.Testing.fsproj b/Djup.Testing/src/Djup.Testing.fsproj index 91a3a4c..706d8fe 100644 --- a/Djup.Testing/src/Djup.Testing.fsproj +++ b/Djup.Testing/src/Djup.Testing.fsproj @@ -3,6 +3,7 @@ <PropertyGroup> <TargetFramework>net10.0</TargetFramework> <GenerateDocumentationFile>true</GenerateDocumentationFile> + <RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> </PropertyGroup> <ItemGroup> diff --git a/Djup.Testing/src/packages.lock.json b/Djup.Testing/src/packages.lock.json new file mode 100644 index 0000000..ad79414 --- /dev/null +++ b/Djup.Testing/src/packages.lock.json @@ -0,0 +1,31 @@ +{ + "version": 1, + "dependencies": { + "net10.0": { + "FsCheck": { + "type": "Direct", + "requested": "[3.3.2, )", + "resolved": "3.3.2", + "contentHash": "JlK719ZlP/ofbsN0qXYrfqbe2SCgp4D1BEyJynkzyurMI2JqUkWgZHXgEu0pXVdj35zU/GWsXrGYA68sSdAmHQ==", + "dependencies": { + "FSharp.Core": "5.0.2" + } + }, + "FSharp.Core": { + "type": "Direct", + "requested": "[10.1.201, )", + "resolved": "10.1.201", + "contentHash": "s5w9LWYurZ9yZdIppoIaYLkRadyT5s3u0wbQCb0J4bQd3ubIlIWQ3Nd5+ll1y3pv5OnTS373dP8T1S/BP46QXg==" + }, + "Fuchu": { + "type": "Direct", + "requested": "[1.1.0, )", + "resolved": "1.1.0", + "contentHash": "PNiweqWAt+ONHX6QUtFlbm4+xDbvwYTi5Vv67C0IFd6M+K2Qm9bTXLqNBqZTpIX5dPLpwW1SmARPawaXxdc9jw==", + "dependencies": { + "FSharp.Core": "4.3.4" + } + } + } + } +}
\ No newline at end of file |
