Skip to content

Commit

Permalink
Bump MSTest.TestFramework from 3.0.3 to 3.0.4 in /src (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 1, 2023
1 parent 0c3a3b7 commit ae1312a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/NugetUsage/MSTestNugetUsage/MSTestNugetUsage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- begin-snippet: mstest-nugets -->
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" />
<PackageReference Include="Verify.MSTest" Version="20.3.0" />
<!-- end-snippet -->
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" />
<PackageReference Include="ProjectDefaults" Version="1.0.90" PrivateAssets="all" />
<ProjectReference Include="..\Verify.MSTest\Verify.MSTest.csproj" />
<ProjectReference Include="..\Verify\Verify.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 @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" />
<PackageReference Include="ProjectDefaults" Version="1.0.90" PrivateAssets="all" />
<ProjectReference Include="..\TargetLibrary\TargetLibrary.csproj" />
<ProjectReference Include="..\Verify.MSTest\Verify.MSTest.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.MSTest/Verify.MSTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Fody" Version="6.7.0" PrivateAssets="All" />
<PackageReference Include="ProjectDefaults" Version="1.0.90" PrivateAssets="all" />
<PackageReference Include="EmptyFiles" Version="4.4.0" PrivateAssets="None" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<ProjectReference Include="..\Verify\Verify.csproj" PrivateAssets="None" />
<None Include="buildTransitive\Verify.MSTest.props" Pack="true" PackagePath="buildTransitive\Verify.MSTest.props" />
Expand Down

0 comments on commit ae1312a

Please sign in to comment.