Skip to content

Commit

Permalink
Use MSTest SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Aug 26, 2024
1 parent ff468b9 commit 4fe6183
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
9 changes: 1 addition & 8 deletions Tests/Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="MSTest.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<IsPackable>false</IsPackable>
<AssemblyName>AsaTests</AssemblyName>
<ReleaseVersion>2.1-alpha</ReleaseVersion>
</PropertyGroup>
Expand All @@ -12,12 +11,6 @@
<Content Include="..\NOTICE.txt" Link="NOTICE.txt" />
</ItemGroup>

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

<ItemGroup>
<None Update="ComRegistration.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down
5 changes: 5 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"msbuild-sdks": {
"MSTest.Sdk": "3.5.2"
}
}

0 comments on commit 4fe6183

Please sign in to comment.