Skip to content

Commit

Permalink
[Tests]: migration to MSTest.Sdk/3.3.1 projects
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfabian committed May 1, 2024
1 parent 1e374b2 commit 385c03e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 30 deletions.
3 changes: 0 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<Project>
<ItemGroup Label="Unit testing Nugets">
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.3.1" />
<PackageVersion Include="MSTest.TestFramework" Version="3.3.1" />
<PackageVersion Include="Microsoft.Reactive.Testing" Version="6.0.0" />
<PackageVersion Include="coverlet.collector" Version="6.0.0" />
<PackageVersion Include="Moq" Version="4.20.70" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="Ninject.MockingKernel.Moq" Version="3.3.0" />
</ItemGroup>
</Project>
6 changes: 0 additions & 6 deletions Tests/Joker.Redis.Tests/Joker.Redis.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MSTest.TestAdapter" />
<PackageReference Include="MSTest.TestFramework" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Joker\Joker.csproj" />
<ProjectReference Include="..\..\Joker.Redis\Joker.Redis.csproj" />
Expand Down
6 changes: 0 additions & 6 deletions Tests/Joker.Tests/Joker.MVVM.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MSTest.TestAdapter" />
<PackageReference Include="MSTest.TestFramework" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Joker\Joker.csproj" />
<ProjectReference Include="..\..\Joker.MVVM\Joker.MVVM.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MSTest.TestAdapter" />
<PackageReference Include="MSTest.TestFramework" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Samples\Sample.Data\Sample.Data.csproj" />
<ProjectReference Include="..\..\Joker.MVVM\Joker.MVVM.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,4 @@
<ProjectReference Include="..\UnitTests\UnitTests.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="MSTest.TestAdapter" />
<PackageReference Include="MSTest.TestFramework" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
</ItemGroup>

</Project>
3 changes: 0 additions & 3 deletions Tests/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@
<PackageReference Include="Moq" />
<PackageReference Include="FluentAssertions" />
<PackageReference Include="coverlet.collector" />
<PackageReference Include="MSTest.TestAdapter" />
<PackageReference Include="MSTest.TestFramework" />
<PackageReference Include="Microsoft.Reactive.Testing" />
<PackageReference Include="Ninject.MockingKernel.Moq" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 385c03e

Please sign in to comment.