piwigodotnet/PiwigoDotnet/Piwigo.Client/Piwigo.Client.csproj

21 lines
641 B
XML
Raw Normal View History

2022-09-23 23:51:54 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2022-10-07 23:08:05 +02:00
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
<_Parameter1>$(AssemblyName).Tests</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
2022-09-23 23:51:54 +02:00
<ItemGroup>
2022-10-07 23:08:05 +02:00
<PackageReference Include="Flurl.Http" Version="3.2.4" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.2" />
2022-09-23 23:51:54 +02:00
</ItemGroup>
</Project>