Skip to content

Make implicit package refs privateassets=all#8064

Merged
rmarinho merged 8 commits intonet6.0from
dev/fix-8032
Jun 21, 2022
Merged

Make implicit package refs privateassets=all#8064
rmarinho merged 8 commits intonet6.0from
dev/fix-8032

Conversation

@Redth
Copy link
Copy Markdown
Member

@Redth Redth commented Jun 15, 2022

Related to #8032

When doing dotnet new mauilib and then dotnet pack the implicit package references here are being added as dependencies to the generated nupkg's, which isn't quite correct since they will take a versioned dependency on them which can cause issues for apps consuming these packages between versions of MAUI.

This should stop MAUI libraries from including these packages as dependencies.

Related to #8032 

When doing `dotnet new mauilib` and then `dotnet pack` the implicit package references here are being added as dependencies to the generated nupkg's, which isn't quite correct since they will take a versioned dependency on them which can cause issues for apps consuming these packages between versions of MAUI.

This should stop MAUI libraries from including these packages as dependencies.
@Redth Redth added this to the 6.0-sr2 milestone Jun 15, 2022
@Redth Redth requested a review from jonathanpeppers June 15, 2022 13:51
@Redth Redth added the area-single-project Splash Screen, Multi-Targeting, MauiFont, MauiImage, MauiAsset, Resizetizer label Jun 15, 2022
@mattleibow
Copy link
Copy Markdown
Member

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 2 pipeline(s).

@mattleibow
Copy link
Copy Markdown
Member

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 2 pipeline(s).

1 similar comment
@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 2 pipeline(s).

@rmarinho rmarinho merged commit bc2c7d0 into net6.0 Jun 21, 2022
@rmarinho rmarinho deleted the dev/fix-8032 branch June 21, 2022 10:15
@github-actions github-actions bot locked and limited conversation to collaborators Dec 20, 2023
@samhouts samhouts added the fixed-in-6.0.408 Look for this fix in 6.0.408! label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-single-project Splash Screen, Multi-Targeting, MauiFont, MauiImage, MauiAsset, Resizetizer fixed-in-6.0.408 Look for this fix in 6.0.408!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants