Skip to content

Commit

Permalink
[Tests]: test projects were upgraded from Microsoft.NET.Sdk to MSTest…
Browse files Browse the repository at this point in the history
….Sdk/3.3.1
  • Loading branch information
tomasfabian committed Apr 17, 2024
1 parent b9599ee commit 1e374b2
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project>
<ItemGroup Label="Unit testing Nugets">
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageVersion Include="MSTest.TestFramework" Version="3.1.1" />
<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.8.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="Ninject.MockingKernel.Moq" Version="3.3.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Tests/Data/Sample.Domain/Domain.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="MSTest.Sdk/3.3.1">

<Import Project="..\..\..\ProjectDefinitions\Constants.csprojimport" />
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Joker.Redis.Tests/Joker.Redis.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="MSTest.Sdk/3.3.1">

<Import Project="..\..\ProjectDefinitions\Constants.csprojimport" />
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Joker.Tests/Joker.MVVM.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="MSTest.Sdk/3.3.1">

<Import Project="..\..\ProjectDefinitions\Constants.csprojimport" />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="MSTest.Sdk/3.3.1">

<Import Project="..\..\ProjectDefinitions\Constants.csprojimport" />
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="MSTest.Sdk/3.3.1">

<Import Project="..\..\ProjectDefinitions\Constants.csprojimport" />
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="MSTest.Sdk/3.3.1">

<Import Project="..\..\ProjectDefinitions\Constants.csprojimport" />

Expand Down

0 comments on commit 1e374b2

Please sign in to comment.