piwigodotnet/PiwigoDotnet/Piwigo.Client.Tests/Piwigo.Client.Tests.csproj
2022-10-22 23:20:26 +02:00

47 lines
1.7 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="NUnit.Analyzers" Version="3.3.0" />
<PackageReference Include="coverlet.collector" Version="3.1.2" />
<PackageReference Include="Verify.NUnit" Version="17.10.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Piwigo.Client\Piwigo.Client.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="ImageApi.getImages.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="ImageApiTests.GetImages_should_return_expected_images.verified.txt">
<DependentUpon>ImageApiTests.cs</DependentUpon>
</None>
<None Update="AlbumApi.getList.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="AlbumApiTests.GetList_should_return_all_existing_albums.verified.txt">
<DependentUpon>AlbumApiTests.cs</DependentUpon>
</None>
<None Update="ImageApi.getInfo.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="ImageApiTests.GetInfo_should_pass_request_and_return_data.verified.txt">
<DependentUpon>ImageApiTests.cs</DependentUpon>
</None>
</ItemGroup>
</Project>