/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.2.3
tests/Files.InteractionTests/Files.InteractionTests.csproj
28 строк
1 KB
hishitetsu
Code Quality: Updated Windows App SDK to 1.4.5 (#14728)
15 фев 2024, 18:38
Не верифицирован
15 фев 2024, 18:38
e8c2b1a
Код
Авторство
О чём код?
<!-- Copyright (c) 2023 Files Community. Licensed under the MIT License. See the LICENSE. --> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <IsPackable>false</IsPackable> <Configurations>Debug;Release;Stable;Preview;Store</Configurations> <Platforms>x86;x64;arm64</Platforms> <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)' == 'Debug'"> <DefineConstants>TRACE;DEBUG;NETFX_CORE</DefineConstants> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)' != 'Debug'"> <DefineConstants>TRACE;RELEASE;NETFX_CORE</DefineConstants> <Optimize>true</Optimize> </PropertyGroup> <ItemGroup> <PackageReference Include="Appium.WebDriver" Version="4.4.5" /> <PackageReference Include="Axe.Windows" Version="2.3.0" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" /> <PackageReference Include="MSTest.TestAdapter" Version="3.2.1" /> <PackageReference Include="MSTest.TestFramework" Version="3.2.1" /> </ItemGroup> </Project>