Skip to content

Commit 93a9d8d

Browse files
authored
Move to MTP (#2163)
1 parent 24c418c commit 93a9d8d

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

Directory.Build.props

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Project>
2+
3+
<PropertyGroup>
4+
<TestingPlatformShowTestsFailure>true</TestingPlatformShowTestsFailure>
5+
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
6+
<EnableMSTestRunner>true</EnableMSTestRunner>
7+
</PropertyGroup>
8+
9+
</Project>

Source/MQTTnet.Tests/MQTTnet.Tests.csproj

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
5+
<OutputType>Exe</OutputType>
46
<TargetFramework>net8.0</TargetFramework>
57
<IsPackable>false</IsPackable>
68
<EnableNETAnalyzers>false</EnableNETAnalyzers>
@@ -16,9 +18,9 @@
1618

1719
<ItemGroup>
1820
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.1" />
19-
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
20-
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
21-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
21+
<PackageReference Include="MSTest.TestAdapter" Version="3.8.2" />
22+
<PackageReference Include="MSTest.TestFramework" Version="3.8.2" />
23+
2224

2325
<FrameworkReference Include="Microsoft.AspNetCore.App" />
2426
</ItemGroup>

0 commit comments

Comments
 (0)