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

The Great Tuple to Symbol Rename (tm) #19

Merged
merged 3 commits into from
Jun 27, 2020
Merged

The Great Tuple to Symbol Rename (tm) #19

merged 3 commits into from
Jun 27, 2020

Conversation

robmen
Copy link
Member

@robmen robmen commented Jun 27, 2020

No description provided.

@robmen robmen merged commit d3988f9 into master Jun 27, 2020
@robmen robmen deleted the rob/tuple-symbol branch June 27, 2020 08:43
Comment on lines +17 to +19
<ProjectReference Include="..\dnchost\dnchost.vcxproj" />
<ProjectReference Include="..\mbahost\mbahost.vcxproj" />
<ProjectReference Include="..\wixstdba\wixstdba.vcxproj" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of modifying the vcxprojs, did you try adding SkipGetTargetFrameworkProperties=true for these project references instead? I don't like that we had to add ReferenceOutputAssembly=false to the project references in the vcxprojs.

Copy link
Member Author

@robmen robmen Jun 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not so I just tried it. Unfortunately, same error:

NU1201: Project WixToolset.Dnc.Host is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Project WixToolset.Dnc.Host supports: netcoreapp3.0 (.NETCoreApp,Version=v3.0)

It basically boils down to: dotnet/msbuild#2661

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants