/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/Files.InteractionTests/Files.InteractionTests.csproj
21 строка
822 B
Youssef Victor
Code Quality: Migrate from VSTest to Microsoft.Testing.Platform (#17982)
20 янв 2026, 07:23
Не верифицирован
20 янв 2026, 07:23
11e2cc9
Код
Авторство
О чём код?
<!-- Copyright (c) Files Community. Licensed under the MIT License. --> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(TargetFrameworkVersion)</TargetFramework> <IsPackable>false</IsPackable> <Configurations>Debug;Release</Configurations> <Platforms>x86;x64;arm64</Platforms> <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> <OutputType>Exe</OutputType> </PropertyGroup> <ItemGroup> <PackageReference Include="Appium.WebDriver" /> <PackageReference Include="Axe.Windows" /> <PackageReference Include="MSTest.TestAdapter" /> <PackageReference Include="MSTest.TestFramework" /> <PackageReference Include="Microsoft.Testing.Extensions.TrxReport" /> </ItemGroup> </Project>