-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Added package reference for 'Microsoft.NETCore.Windows.ApiSets' #4438
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
Added package reference for 'Microsoft.NETCore.Windows.ApiSets' #4438
Conversation
| <PackageReference Include="System.Security.Permissions" Version="4.4.0-preview3-25423-02" /> | ||
| <PackageReference Include="System.Text.Encoding.CodePages" Version="4.4.0-preview3-25423-02" /> | ||
| <PackageReference Include="Microsoft.Management.Infrastructure" Version="1.0.0-alpha*" /> | ||
| <PackageReference Include="Microsoft.NETCore.Windows.ApiSets" Version="1.0.1" /> |
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.
Please move this reference to the "SDK.csporj". The packages that are not explicitly depended on by projects are put there.
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.
Fixed. Makes sense.
|
Have you tried if this works on Win7? This package seems to contain nothing and has no dependencies too. |
|
@mirichmo Can this be merged? This would be a good addition for beta.5. |
|
@adityapatwardhan please resubmit the PR target the release branch. Jason merged a PR that might be risky for the release, so we cannot rebase on master now. |
|
Closing this PR and opening a new one for release branch. |

Since .Net Core 2.0, the api sets were moved to a nuget package. Adding a package reference for "Microsoft.NETCore.Windows.ApiSets" gets the required binaries for the Win7 package.
Fixes: #3747