Files
VDownload/VDownload.Services/VDownload.Services.Data/VDownload.Services.Data.Configuration/VDownload.Services.Data.Configuration.csproj

19 lines
633 B
XML
Raw Normal View History

2024-02-13 02:59:40 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
2024-02-13 02:59:40 +01:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\VDownload.Sources\VDownload.Sources.Twitch\VDownload.Sources.Twitch.Configuration\VDownload.Sources.Twitch.Configuration.csproj" />
2024-02-13 02:59:40 +01:00
</ItemGroup>
</Project>