Skip to content

Commit 75c54e8

Browse files
chore(deps): bump MSTest.TestAdapter from 3.6.4 to 3.7.0 (#53)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f387eb commit 75c54e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/Test.Analyzers/Test.Analyzers.csproj

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

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0"/>
12-
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4"/>
12+
<PackageReference Include="MSTest.TestAdapter" Version="3.7.0"/>
1313
<PackageReference Include="MSTest.TestFramework" Version="3.7.0"/>
1414
<PackageReference Include="coverlet.collector" Version="6.0.2"/>
1515
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.12.0"/>

test/Test.Core/Test.Core.csproj

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

1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0"/>
13-
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4"/>
13+
<PackageReference Include="MSTest.TestAdapter" Version="3.7.0"/>
1414
<PackageReference Include="MSTest.TestFramework" Version="3.7.0"/>
1515
<PackageReference Include="coverlet.collector" Version="6.0.2"/>
1616
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0"/>

test/Test.Testing/Test.Testing.csproj

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

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0"/>
15-
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4"/>
15+
<PackageReference Include="MSTest.TestAdapter" Version="3.7.0"/>
1616
<PackageReference Include="MSTest.TestFramework" Version="3.7.0"/>
1717
<PackageReference Include="coverlet.collector" Version="6.0.2"/>
1818
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0"/>

0 commit comments

Comments
 (0)