Skip to content

Commit 7ff1490

Browse files
authored
Update Microsoft.NET.Test.Sdk to 18.5.0 and MSTest to 4.2.1 (#138)
1 parent 5428232 commit 7ff1490

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

Core/Cleipnir.ResilientFunctions.Tests/Cleipnir.ResilientFunctions.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
10-
<PackageReference Include="MSTest.TestAdapter" Version="4.1.0" />
11-
<PackageReference Include="MSTest.TestFramework" Version="4.1.0" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.0" />
10+
<PackageReference Include="MSTest.TestAdapter" Version="4.2.1" />
11+
<PackageReference Include="MSTest.TestFramework" Version="4.2.1" />
1212
<PackageReference Include="coverlet.collector" Version="8.0.0">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Stores/MariaDB/Cleipnir.ResilientFunctions.MariaDB.Tests/Cleipnir.ResilientFunctions.MariaDB.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
11-
<PackageReference Include="MSTest.TestAdapter" Version="4.1.0" />
12-
<PackageReference Include="MSTest.TestFramework" Version="4.1.0" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.0" />
11+
<PackageReference Include="MSTest.TestAdapter" Version="4.2.1" />
12+
<PackageReference Include="MSTest.TestFramework" Version="4.2.1" />
1313
<PackageReference Include="coverlet.collector" Version="8.0.0">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Stores/PostgreSQL/Cleipnir.ResilientFunctions.PostgreSQL.Tests/Cleipnir.ResilientFunctions.PostgreSQL.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
10-
<PackageReference Include="MSTest.TestAdapter" Version="4.1.0" />
11-
<PackageReference Include="MSTest.TestFramework" Version="4.1.0" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.0" />
10+
<PackageReference Include="MSTest.TestAdapter" Version="4.2.1" />
11+
<PackageReference Include="MSTest.TestFramework" Version="4.2.1" />
1212
<PackageReference Include="coverlet.collector" Version="8.0.0">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Stores/SqlServer/Cleipnir.ResilientFunctions.SqlServer.Tests/Cleipnir.ResilientFunctions.SqlServer.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
10-
<PackageReference Include="MSTest.TestAdapter" Version="4.1.0" />
11-
<PackageReference Include="MSTest.TestFramework" Version="4.1.0" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.0" />
10+
<PackageReference Include="MSTest.TestAdapter" Version="4.2.1" />
11+
<PackageReference Include="MSTest.TestFramework" Version="4.2.1" />
1212
<PackageReference Include="coverlet.collector" Version="8.0.0">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)