Files
WatchIt/WatchIt.Common/WatchIt.Common.Model/WatchIt.Common.Model.csproj

19 lines
594 B
XML
Raw Normal View History

2024-04-27 22:36:16 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\WatchIt.Database\WatchIt.Database.Model\WatchIt.Database.Model\WatchIt.Database.Model.csproj" />
2024-07-03 22:18:32 +02:00
<ProjectReference Include="..\WatchIt.Common.Query\WatchIt.Common.Query.csproj" />
2024-04-27 22:36:16 +02:00
</ItemGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>
</Project>