-
Notifications
You must be signed in to change notification settings - Fork 733
Get the System.Net.Http reference from the framework #2123
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
Conversation
1a16d85 to
ffa085d
Compare
Pull Request Test Coverage Report for Build 4090839905
💛 - Coveralls |
| <ItemGroup> | ||
| <Reference Include="System.Data.DataSetExtensions" Condition="'$(TargetFramework)' == 'net472'" /> | ||
| <Reference Include="System.Net.Http" Condition="'$(TargetFramework)' == 'net472'"> | ||
| <HintPath>..\..\..\..\Program Files\dotnet\sdk\7.0.102\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll</HintPath> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This hintpath doesn't look ready for any machine where the repo was cloned at an arbitrary location.
| <Reference Include="System.Data" /> | ||
| <Reference Include="System.Xml" /> | ||
| <Reference Include="System.Xml.Linq" /> | ||
| <Reference Include="System.Net.Http" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FWIW, I found in testing that this change wasn't enough for the nuspec to express this as a framework dependency in the nuspec. That's why in my PR I add an additional item.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's continue with your PR
Pull Request Test Coverage Report for Build 4090839905Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Fixes #2121 and #2120