/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.0
tests/Files.InteractionTests/Files.InteractionTests.csproj
20 строк
769 B
Steve
Code Quality: Upgrade dependencies (#16741)
09 фев 2025, 05:02
Не верифицирован
09 фев 2025, 05:02
273c947
Код
Авторство
О чём код?
<!-- 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> </PropertyGroup> <ItemGroup> <PackageReference Include="Appium.WebDriver" /> <PackageReference Include="Axe.Windows" /> <PackageReference Include="Microsoft.NET.Test.Sdk" /> <PackageReference Include="MSTest.TestAdapter" /> <PackageReference Include="MSTest.TestFramework" /> </ItemGroup> </Project>