Skip to content

Commit 358eeae

Browse files
Merge pull request #131 from Stillpoint-Software/dependabot/nuget/test/Hyperbee.Json.Cts/multi-4071af9222
Bump MSTest.TestAdapter to 3.10.1
1 parent 57bf9e0 commit 358eeae

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

test/Hyperbee.Json.Cts/Hyperbee.Json.Cts.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<Nullable>enable</Nullable>
@@ -11,9 +11,9 @@
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" />
15-
<PackageReference Include="MSTest.TestFramework" />
16-
<PackageReference Include="MSTest.TestAdapter" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
15+
<PackageReference Include="MSTest.TestAdapter" Version="3.10.1" />
16+
<PackageReference Include="MSTest.TestFramework" Version="3.9.3" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

test/Hyperbee.Json.Tests/Hyperbee.Json.Tests.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<IsPackable>false</IsPackable>
44
<RootNamespace>Hyperbee.Json.Tests</RootNamespace>
@@ -7,11 +7,11 @@
77
<EmbeddedResource Include="TestSupport\Json\BookStore.json" />
88
</ItemGroup>
99
<ItemGroup>
10-
<PackageReference Include="BenchmarkDotNet" />
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" />
12-
<PackageReference Include="MSTest.TestFramework" />
13-
<PackageReference Include="MSTest.TestAdapter" />
14-
<PackageReference Include="YamlDotNet"/>
10+
<PackageReference Include="BenchmarkDotNet" Version="0.15.2" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
12+
<PackageReference Include="MSTest.TestAdapter" Version="3.10.1" />
13+
<PackageReference Include="MSTest.TestFramework" Version="3.9.3" />
14+
<PackageReference Include="YamlDotNet" Version="16.3.0" />
1515
</ItemGroup>
1616
<ItemGroup>
1717
<ProjectReference Include="..\..\src\Hyperbee.Json\Hyperbee.Json.csproj" />

0 commit comments

Comments
 (0)