Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CodeDom reference #888

Merged
merged 1 commit into from
Apr 29, 2021
Merged

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