Skip to content

Commit 196cfc4

Browse files
Bump Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0 (#507)
1 parent 431cead commit 196cfc4

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

WoofWare.Myriad.Plugins.Attributes/Test/WoofWare.Myriad.Plugins.Attributes.Test.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<ItemGroup>
2020
<PackageReference Include="ApiSurface" Version="5.0.5" />
21-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0"/>
21+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.4.0"/>
2222
<PackageReference Include="NUnit" Version="4.5.0"/>
2323
<PackageReference Include="NUnit3TestAdapter" Version="6.2.0"/>
2424
</ItemGroup>

WoofWare.Myriad.Plugins.Test/WoofWare.Myriad.Plugins.Test.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<PackageReference Include="ApiSurface" Version="5.0.5" />
6060
<PackageReference Include="FsCheck" Version="3.3.2" />
6161
<PackageReference Include="FsUnit" Version="7.1.1" />
62-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
62+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
6363
<PackageReference Include="NUnit" Version="4.5.0" />
6464
<PackageReference Include="NUnit3TestAdapter" Version="6.2.0" />
6565
<PackageReference Include="WoofWare.Expect" Version="0.8.5" />

nix/deps.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
},
9292
{
9393
"pname": "Microsoft.CodeCoverage",
94-
"version": "18.3.0",
95-
"hash": "sha256-fqKglbYvEb/77+rmUvLyLZSwROM1P9OW03Ub307WYZ8="
94+
"version": "18.4.0",
95+
"hash": "sha256-px8qchiuY5rkujAZ1wGEjuuhZdZmsRSp+FCiTmRUA1A="
9696
},
9797
{
9898
"pname": "Microsoft.Extensions.DependencyModel",
@@ -101,8 +101,8 @@
101101
},
102102
{
103103
"pname": "Microsoft.NET.Test.Sdk",
104-
"version": "18.3.0",
105-
"hash": "sha256-o2bILLF5i+XUoi8xZYgolU3CxLTdql5R/tEVWVnKFPU="
104+
"version": "18.4.0",
105+
"hash": "sha256-ak/emX4C4KQVzc0bSNK4bChS+dvb3FvxZbJNrmf/2+w="
106106
},
107107
{
108108
"pname": "Microsoft.NETCore.App.Host.linux-arm64",
@@ -201,13 +201,13 @@
201201
},
202202
{
203203
"pname": "Microsoft.TestPlatform.ObjectModel",
204-
"version": "18.3.0",
205-
"hash": "sha256-3Y3OxAQsXl6sunQlSjfq31aLWykHQTj2o/TOVI/uy88="
204+
"version": "18.4.0",
205+
"hash": "sha256-ERL2goDaM0vUElW25DM/5lI2WplE5E6g9mhTegY0bC8="
206206
},
207207
{
208208
"pname": "Microsoft.TestPlatform.TestHost",
209-
"version": "18.3.0",
210-
"hash": "sha256-OkR+XvipAHPQbHywTwN8lVcMpyRs2MUJKCxJ5OfKAFk="
209+
"version": "18.4.0",
210+
"hash": "sha256-S4T/6xHvov8jDcbcuZAOoutMAEudUb3dMP7MyxVa8Fo="
211211
},
212212
{
213213
"pname": "Myriad.Core",

0 commit comments

Comments
 (0)