mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:26:31 +00:00
7807f5bc90
configure auto-scan folder and create hls files job WIP
18 lines
458 B
XML
18 lines
458 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Azaion.Repository\Azaion.Repository.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|