-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
RuntimeIdentifiers
is not recognized by sdk in new-style csproj
#414
Comments
@piotrpMSFT for the migrate issue, @blackdwarf for the docs. @nguerrera @eerhardt Should we support multiple runtime identifiers via a |
Adding @emgarten for nuget perspective. |
@nguerrera so, for the docs, if there is one of X, we should use singular and if there are multiples of X we should use plural? |
Restore supports both
For restore the RIDs are applied to all TFMs. Per TFM RIDs are not supported in restore, but it has been considered. |
Closing as duplicate of #396, the plan for which will fix this. |
Add property to disable Web SDK implicit version logic
Tested with
dotnet-dev-1.0.0-preview3-004056
, and got the error msg.Replace the
RuntimeIdentifiers
toRuntimeIdentifier
works, but according to the doc,RuntimeIdentifiers
should also be an valid property.The working old-style project.json
upgrade to new-style with
dotnet migrate
.The not working new-style .csproj
The text was updated successfully, but these errors were encountered: