Add support for Self-contained deployments (SCD)
When publishing for .NET Core it is possible to create a Self-contained deployments (SCD) which contains the app and any required third-party dependencies along with the version of .NET Core that you used to build the app. It would be nice if Rider detected that RuntimeIdentifiers are present in the cs project and added an option to "publish for win10-x64" etc.
Please sign in to leave a comment.