-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Update dependencies from maintenance-packages #7412
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
Changes from 3 commits
aa63364
40e4e6c
586c37a
1353aed
63dc1c0
ffd7887
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,7 @@ | |
| .NET Framework 4.6.1 includes System.ValueTuple without a version, so we need to ignore the warning here. | ||
| Bug in the latest version of VS points to a Version of FSharp.Core that doesn't exist. Temporarily ignoring | ||
| NU1603 so it will use the latest version found.--> | ||
| <NoWarn>NU1603;NU1604;2003;$(NoWarn)</NoWarn> | ||
| <NoWarn>NU1604;2003;$(NoWarn)</NoWarn> | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is an error related to System.ValueTuple, which we updated in maintenance-packages too. I am merely curious about the failure and want to see it happening. I couldn't get it to repro locally.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think the Looks like I bet both have been fixed now, so lets try removing them both. |
||
| <PublicSign>false</PublicSign> | ||
| <SourceLink></SourceLink> | ||
| <PlatformTarget>$(TargetArchitecture)</PlatformTarget> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.