mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-11 09:41:37 +00:00
Bump FsCheck from 2.16.4 to 2.16.5 in /src/ApiService (#3254)
* Bump FsCheck from 2.16.4 to 2.16.5 in /src/ApiService Bumps [FsCheck](https://github.com/fsharp/FsCheck) from 2.16.4 to 2.16.5. - [Release notes](https://github.com/fsharp/FsCheck/releases) - [Changelog](https://github.com/fscheck/FsCheck/blob/master/FsCheck%20Release%20Notes.md) - [Commits](https://github.com/fsharp/FsCheck/compare/2.16.4...2.16.5) --- updated-dependencies: - dependency-name: FsCheck dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * dotnet restore --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: George Pollard <gpollard@microsoft.com>
This commit is contained in:
parent
6a7c7ba38a
commit
0daa84d70a
@ -232,18 +232,18 @@
|
||||
},
|
||||
"FsCheck": {
|
||||
"type": "Transitive",
|
||||
"resolved": "2.16.4",
|
||||
"contentHash": "XZiPcmNfRGgtLRSTQRTNwjMNPk8tCgPVsjNltHLfI1JRKYyJZkCrG3F0xtuQ9/d0h6KWiz6dsz/JDqoM/X5CMA==",
|
||||
"resolved": "2.16.5",
|
||||
"contentHash": "Tw6Lb/UBqtmUj5porM1rRcAU5xT9NttSlFTaIQ8gn4Fsw2LiZavN/eMAZqSA63laV51t4HRJJAAGeYSWFFxRfA==",
|
||||
"dependencies": {
|
||||
"FSharp.Core": "4.2.3"
|
||||
}
|
||||
},
|
||||
"FsCheck.Xunit": {
|
||||
"type": "Transitive",
|
||||
"resolved": "2.16.4",
|
||||
"contentHash": "MNzeXiwPNyGu3JoCAwtO1Sw9xqkncjn+QhA3IhloChJKAtPcr6U9cs6v9gZXJufn5IojBxNgF4dCKhBePzdFEw==",
|
||||
"resolved": "2.16.5",
|
||||
"contentHash": "bsOog9vectJe5ReMw9sgliwMhf792vG7OzOpI/fMyZMeG9qZgTk68aUklEIjqa+XdwHZCHmFsArpfvUZO0RKWg==",
|
||||
"dependencies": {
|
||||
"FsCheck": "[2.16.4]",
|
||||
"FsCheck": "[2.16.5]",
|
||||
"xunit.extensibility.execution": "[2.2.0, 3.0.0)"
|
||||
}
|
||||
},
|
||||
@ -2552,8 +2552,8 @@
|
||||
"dependencies": {
|
||||
"ApiService": "[1.0.0, )",
|
||||
"FluentAssertions": "[6.11.0, )",
|
||||
"FsCheck": "[2.16.4, )",
|
||||
"FsCheck.Xunit": "[2.16.4, )",
|
||||
"FsCheck": "[2.16.5, )",
|
||||
"FsCheck.Xunit": "[2.16.5, )",
|
||||
"Microsoft.NET.Test.Sdk": "[17.6.2, )",
|
||||
"Moq": "[4.18.4, )",
|
||||
"System.Security.Cryptography.Pkcs": "[7.0.2, )",
|
||||
|
@ -5,8 +5,8 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="FsCheck" Version="2.16.4" />
|
||||
<PackageReference Include="FsCheck.Xunit" Version="2.16.4" />
|
||||
<PackageReference Include="FsCheck" Version="2.16.5" />
|
||||
<PackageReference Include="FsCheck.Xunit" Version="2.16.5" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
|
||||
<PackageReference Include="Moq" Version="4.18.4" />
|
||||
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="7.0.2" />
|
||||
|
@ -19,20 +19,20 @@
|
||||
},
|
||||
"FsCheck": {
|
||||
"type": "Direct",
|
||||
"requested": "[2.16.4, )",
|
||||
"resolved": "2.16.4",
|
||||
"contentHash": "XZiPcmNfRGgtLRSTQRTNwjMNPk8tCgPVsjNltHLfI1JRKYyJZkCrG3F0xtuQ9/d0h6KWiz6dsz/JDqoM/X5CMA==",
|
||||
"requested": "[2.16.5, )",
|
||||
"resolved": "2.16.5",
|
||||
"contentHash": "Tw6Lb/UBqtmUj5porM1rRcAU5xT9NttSlFTaIQ8gn4Fsw2LiZavN/eMAZqSA63laV51t4HRJJAAGeYSWFFxRfA==",
|
||||
"dependencies": {
|
||||
"FSharp.Core": "4.2.3"
|
||||
}
|
||||
},
|
||||
"FsCheck.Xunit": {
|
||||
"type": "Direct",
|
||||
"requested": "[2.16.4, )",
|
||||
"resolved": "2.16.4",
|
||||
"contentHash": "MNzeXiwPNyGu3JoCAwtO1Sw9xqkncjn+QhA3IhloChJKAtPcr6U9cs6v9gZXJufn5IojBxNgF4dCKhBePzdFEw==",
|
||||
"requested": "[2.16.5, )",
|
||||
"resolved": "2.16.5",
|
||||
"contentHash": "bsOog9vectJe5ReMw9sgliwMhf792vG7OzOpI/fMyZMeG9qZgTk68aUklEIjqa+XdwHZCHmFsArpfvUZO0RKWg==",
|
||||
"dependencies": {
|
||||
"FsCheck": "[2.16.4]",
|
||||
"FsCheck": "[2.16.5]",
|
||||
"xunit.extensibility.execution": "[2.2.0, 3.0.0)"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user