--- updated-dependencies: - dependency-name: SixLabors.ImageSharp dependency-version: 2.1.11 dependency-type: direct:production - dependency-name: SixLabors.ImageSharp dependency-version: 3.1.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
31 lines
932 B
XML
31 lines
932 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AaxDecrypter\AaxDecrypter.csproj" />
|
|
<ProjectReference Include="..\ApplicationServices\ApplicationServices.csproj" />
|
|
<ProjectReference Include="..\DataLayer\DataLayer.csproj" />
|
|
<ProjectReference Include="..\AudibleUtilities\AudibleUtilities.csproj" />
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<DebugType>embedded</DebugType>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
<DebugType>embedded</DebugType>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.11" />
|
|
<Compile Update="DownloadOptions.*.cs">
|
|
<DependentUpon>DownloadOptions.cs</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
|
|
</Project>
|