Skip to content

Commit

Permalink
Bump MSTest.TestAdapter from 3.0.2 to 3.0.3 in /src (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 26, 2023
1 parent 5542ed1 commit 24bc0b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/NugetUsage/MSTestNugetUsage/MSTestNugetUsage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ItemGroup>
<!-- begin-snippet: mstest-nugets -->
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.3" />
<PackageReference Include="Verify.MSTest" Version="20.1.1" />
<!-- end-snippet -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.3" />
<PackageReference Include="ProjectDefaults" Version="1.0.90" PrivateAssets="all" />
<ProjectReference Include="..\Verify.MSTest\Verify.MSTest.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.MSTest.Tests/Verify.MSTest.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.3" />
<PackageReference Include="ProjectDefaults" Version="1.0.90" PrivateAssets="all" />
<ProjectReference Include="..\TargetLibrary\TargetLibrary.csproj" />
Expand Down

0 comments on commit 24bc0b4

Please sign in to comment.