gamenight/FrontendPlaformUno/FrontendPlaformUno.UITests/FrontendPlaformUno.UITests.csproj

18 lines
558 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentAssertions" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="NUnit" />
<PackageReference Include="NUnit3TestAdapter" />
<PackageReference Include="Uno.UITest.Helpers" />
<PackageReference Include="Xamarin.UITest" />
</ItemGroup>
</Project>