Newer
Older
percord / extra / admin-api / Spacebar.Cdn.Worker / Spacebar.Cdn.Worker.Q16.x86_64.csproj
@Rory& Rory& on 19 May 898 bytes cs: bump Magick.NET
<Project Sdk="Microsoft.NET.Sdk.Web">

    <PropertyGroup>
        <TargetFramework>net10.0</TargetFramework>
        <Nullable>enable</Nullable>
        <ImplicitUsings>enable</ImplicitUsings>
        <RootNamespace>Spacebar.Cdn.Worker</RootNamespace>
        <RunAOTCompilation>true</RunAOTCompilation>
    </PropertyGroup>

    <ItemGroup>
        <PackageReference Include="ArcaneLibs" Version="1.0.1-preview.20260420-212318"/>
        <PackageReference Include="Magick.NET-Q16-OpenMP-x64" Version="14.13.1" />
    </ItemGroup>

    <ItemGroup>
        <ProjectReference Include="..\Interop\Spacebar.Interop.Cdn.Abstractions\Spacebar.Interop.Cdn.Abstractions.csproj" Condition="'$(ContinuousIntegrationBuild)'!='true'"/>
        <PackageReference Include="Spacebar.Interop.Cdn.Abstractions" Version="*-preview*" Condition="'$(ContinuousIntegrationBuild)'=='true'"/>
    </ItemGroup>
</Project>