Skip to content

Bump CustomBuildTasks to .NET 4.0 #1133

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

Closed
wants to merge 1 commit into from
Closed

Conversation

carlosmn
Copy link
Member

@carlosmn carlosmn commented Jul 2, 2015

The bindings are already here, and this also allows us to build both on
mono 3 as well as mono 4, which dropped pre-4.0 assemblies from the
install.


This is just #1034 but this is in a branch which I can push to :)

The bindings are already here, and this also allows us to build both on
mono 3 as well as mono 4, which dropped pre-4.0 assemblies from the
install.
@nulltoken
Copy link
Member

@bording Thoughts?

<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
Copy link
Member

Choose a reason for hiding this comment

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

With these two lines, and and the missing TargetFrameworkVersion property, this feels like the csproj was created with an older version of VS.

I'd recommend dumping these two lines and adding the <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> line instead.

@bording
Copy link
Member

bording commented Jul 3, 2015

I did the exact same thing last night, but saw it was done in the xunit20 branch already, so I didn't push it up as a PR!

#1034 was done before I added GenerateNativeDllNameTask but this one is good since it's off of current vNext.

Other than the tweak to the csproj I mentioned above, LGTM.

@Therzok
Copy link
Member

Therzok commented Jul 3, 2015

I think this has been iterated like 4 times now. 🍡

@nulltoken
Copy link
Member

@carlosmn Thanks for reminding me of this!

I've rebased/updated #1034 and eventually merged it.

@nulltoken nulltoken closed this Jul 3, 2015
@nulltoken nulltoken deleted the cmn/custom-tasksk-40 branch July 3, 2015 06:09
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.

4 participants