Files
WatchIt/WatchIt.Common/WatchIt.Common.Services/WatchIt.Common.Services.HttpClient/WatchIt.Common.Services.HttpClient.csproj
2024-07-03 22:18:32 +02:00

14 lines
351 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\WatchIt.Common.Query\WatchIt.Common.Query.csproj" />
</ItemGroup>
</Project>