Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NovinCRM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="RestSharp" Version="114.0.0" />
<PackageReference Include="Sentry.AspNetCore" Version="6.6.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.7" />
<PackageReference Include="SixLabors.ImageSharp" Version="4.0.0" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Wire up the Six Labors license for v4 builds

ImageSharp 4.0.0 enforces a build-time license for direct PackageReferences; without sixlabors.lic, SixLaborsLicenseFile, or SixLaborsLicenseKey, builds fail. I checked the repo for those settings (rg "SixLaborsLicense|sixlabors\.lic|SIXLABORS") and the GitHub Actions build still runs plain dotnet restore/dotnet build --no-restore, so clean CI checkouts will start failing as soon as this package version is restored unless the license is wired through the project/workflows or the upgrade is deferred.

Useful? React with 👍 / 👎.

<!-- Telegram.Bot removed: no handler was registered (closes #70 / MP-7) -->
</ItemGroup>

Expand Down
Loading