Configuration menu Browse the repository at this point in the history
fix(aspire): publish TUnit.Aspire.Core package (#6246) (#6247) PR #6243 split TUnit.Aspire.Core out and made the TUnit.Aspire metapackage depend on it, but TUnit.Aspire.Core was never added to GetPackageProjectsModule's pack/push allowlist. So TUnit.Aspire 1.55.0 shipped a dependency on a package that was never published, breaking restore. Add TUnit_Aspire_Core to the list, mirroring the TUnit.AspNetCore / TUnit.AspNetCore.Core split which lists both. Configuration menu Browse the repository at this point in the history