mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +01:00
Uncomment MSTest.TestAdapter package reference.
Re-enabling the MSTest.TestAdapter package reference allows the project to use MSTest framework adapters, ensuring it can run and discover MSTest tests correctly. This change is essential for maintaining compatibility with expected test structures and execution. Signed-off-by: Ivandro Jao <Ivandrofly@gmail.com>
This commit is contained in:
parent
40f69b2f06
commit
f873487388
@ -81,7 +81,7 @@
|
||||
<ProjectReference Include="..\ui\SubtitleEdit.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<!-- <PackageReference Include="MSTest.TestAdapter" />-->
|
||||
<PackageReference Include="MSTest.TestAdapter" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" />
|
||||
<PackageReference Include="MSTest" />
|
||||
<PackageReference Include="MSTest.Analyzers">
|
||||
|
Loading…
Reference in New Issue
Block a user