Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set
PackRelease
to true
in the Sqids.csproj
file
So that `dotnet pack` uses the `Release` configuration as opposed to `Debug`, which strangely enough is its default. See: - https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-pack - https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/8.0/dotnet-pack-config Apparently the default is changing in .NET 8, but until then, we need to explicitly specify this.
- Loading branch information