Skip to content

Commit

Permalink
Combined dependency updates (2023-07-02) (#57)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump MSTest.TestAdapter from 3.0.3 to 3.0.4](#54)
- [Bump MSTest.TestFramework from 3.0.3 to 3.0.4](#56)
- [Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.3](#55)
- [Bump VisualAssert from 2.2.2 to 2.4.1](#53)
  • Loading branch information
javiertuya authored Jul 2, 2023
1 parent f30e146 commit b6353b0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions TestAssetsMstest/TestAssetsMstest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />

<PackageReference Include="MSTest.TestAdapter" Version="3.0.3" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.4" />

<PackageReference Include="MSTest.TestFramework" Version="3.0.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.4" />

<PackageReference Include="coverlet.collector" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion TestAssetsNunit/TestAssetsNunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />

<PackageReference Include="NUnit" Version="3.13.3" />

Expand Down
2 changes: 1 addition & 1 deletion TestAssetsXunit/TestAssetsXunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />

<PackageReference Include="xunit" Version="2.4.2" />

Expand Down
4 changes: 2 additions & 2 deletions TestDotnetTestSplit/TestDotnetTestSplit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />

<PackageReference Include="NUnit" Version="3.13.3" />

<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />

<PackageReference Include="VisualAssert" Version="2.2.2" />
<PackageReference Include="VisualAssert" Version="2.4.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b6353b0

Please sign in to comment.