Skip to content

Commit 99d4f60

Browse files
chore(deps): update dependency microsoft.net.test.sdk to 18.5.0 (#225)
Co-authored-by: thecluster-bot[bot] <98929874+thecluster-bot[bot]@users.noreply.github.com>
1 parent 83adb70 commit 99d4f60

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

src/CliWrap.FSharp.Tests/CliWrap.FSharp.Tests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<ItemGroup>
1919
<PackageReference Include="FsCheck" Version="3.3.2" />
2020
<PackageReference Include="FsCheck.Xunit" Version="3.3.2" />
21-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
21+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.0" />
2222
<PackageReference Include="xunit" Version="2.9.3" />
2323
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" PrivateAssets="all" />
2424
<PackageReference Include="coverlet.collector" Version="10.0.0" PrivateAssets="all" />

src/CliWrap.FSharp.Tests/packages.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
},
4343
"Microsoft.NET.Test.Sdk": {
4444
"type": "Direct",
45-
"requested": "[18.4.0, )",
46-
"resolved": "18.4.0",
47-
"contentHash": "w49iZdL4HL6V25l41NVQLXWQ+e71GvSkKVteMrOL02gP/PUkcnO/1yEb2s9FntU4wGmJWfKnyrRAhcMHd9ZZNA==",
45+
"requested": "[18.5.0, )",
46+
"resolved": "18.5.0",
47+
"contentHash": "25WwwrAqPk8ZjUZchC0xlg0B89eHP4mGDOQwfwnM45/idYnIOQMT8NKWa8tY0HwRPTdFpdoPRBaoB7xU9lR+BA==",
4848
"dependencies": {
49-
"Microsoft.CodeCoverage": "18.4.0",
50-
"Microsoft.TestPlatform.TestHost": "18.4.0"
49+
"Microsoft.CodeCoverage": "18.5.0",
50+
"Microsoft.TestPlatform.TestHost": "18.5.0"
5151
}
5252
},
5353
"xunit": {
@@ -79,20 +79,20 @@
7979
},
8080
"Microsoft.CodeCoverage": {
8181
"type": "Transitive",
82-
"resolved": "18.4.0",
83-
"contentHash": "9O0BtCfzCWrkAmK187ugKdq72HHOXoOUjuWFDVc2LsZZ0pOnA9bTt+Sg9q4cF+MoAaUU+MuWtvBuFsnduviJow=="
82+
"resolved": "18.5.0",
83+
"contentHash": "6SR2NJFwMvobXs5FhuKdpxhzotlhy/OJzSZv4fhxnN5snHIHfrCUzpZ1k0fffFx9fkLb+GB4+sRptpTfWeu2TQ=="
8484
},
8585
"Microsoft.TestPlatform.ObjectModel": {
8686
"type": "Transitive",
87-
"resolved": "18.4.0",
88-
"contentHash": "4L6m2kS2pY5uJ9cpeRxzW22opr6ttScIRqsOpMDQpgENp/ZwxkkQCcmc6LRSURo2dFaaSW5KVflQZvroiJ7Wzg=="
87+
"resolved": "18.5.0",
88+
"contentHash": "8f6BFQZEk8EvQ4xTo5QpNwgOfoMs28/iZ81+2pWKtB+S/PiI49W0Cvj+apHxJH3ttnKPlGlhKSn070Ise8ETlg=="
8989
},
9090
"Microsoft.TestPlatform.TestHost": {
9191
"type": "Transitive",
92-
"resolved": "18.4.0",
93-
"contentHash": "gZsCHI+zOmZCcKZieIL4Jg14qKD2OGZOmX5DehuIk1EA9BN6Crm0+taXQNEuajOH1G9CCyBxw8VWR4t5tumcng==",
92+
"resolved": "18.5.0",
93+
"contentHash": "vDo0CJKJqa1fgJkXWtwLbx7SMPSp6KkLk6jkJKe8rH1EG8SCD26vaPaEsxhd17+CazffDohWIGkO6yir85C45A==",
9494
"dependencies": {
95-
"Microsoft.TestPlatform.ObjectModel": "18.4.0",
95+
"Microsoft.TestPlatform.ObjectModel": "18.5.0",
9696
"Newtonsoft.Json": "13.0.3"
9797
}
9898
},

0 commit comments

Comments
 (0)