Skip to content

Conversation

@eerhardt
Copy link
Member

I noticed that in my Maui application System.CodeDom was being referenced. This is because we don't have a PrivateAssets="all" on the PackageReference in Microsoft.Maui.Controls.Build.Tasks.csproj.

Adding the PrivateAssets="all", and removing unnecessary Conditions since this project only builds for netstandard2.0.

cc @Redth

I noticed that in my Maui application System.CodeDom was being referenced. This is because we don't have a `PrivateAssets="all"` on the PackageReference in Microsoft.Maui.Controls.Build.Tasks.csproj.

Adding the PrivateAssets="all", and removing unnecessary Conditions since this project only builds for netstandard2.0.
@Redth
Copy link
Member

Redth commented Apr 29, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants