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

Add json.net dependency, fix incremental build #351

Merged
merged 1 commit into from
Aug 9, 2016

Conversation

BillHiebert
Copy link
Contributor

Small check in which adds a dependency on Json.Net 8.0.3. Also fixes the incremental compilation problem.

@abpiskunov @davkean

@@ -7,8 +7,9 @@
<TargetPath></TargetPath> <!-- Prevent projects referencing this from trying to pass us to the compiler -->
</PropertyGroup>

<Target Name="CoreCompile" /> <!-- Prevent Csc from being called -->
<Target Name="GenerateTargetFrameworkMonikerAttribute" /> <!-- Don't generate TFM attribute -->
<!-- Return this back when up-to-date bug is fixed (projects are being build everytime) -->
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a bug number tracking this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Incremental build is covered by: #62

@srivatsn
Copy link
Contributor

srivatsn commented Aug 9, 2016

👍

1 similar comment
@davkean
Copy link
Member

davkean commented Aug 9, 2016

👍

@BillHiebert BillHiebert merged commit 14d931f into dotnet:master Aug 9, 2016
@srivatsn srivatsn mentioned this pull request Aug 9, 2016
13 tasks
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