Add macOS Sierra runtime identifier
See original GitHub issueThe readme stipulates to check runtime identifier - if my runtime is being supported. The macOS Sierra
runtime id is missing:
https://github.com/dotnet/templating/blob/master/src/dotnet-new3/dotnet-new3.csproj#L7
though dotnet
supports it as RID: osx.10.12-x64
Thanks!
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
NET Runtime Identifier (RID) catalog
RID values are used to identify target platforms where the application runs. They're used by .NET packages to represent platform-specific assets ...
Read more >How to specify the target runtimes for a self-contained ...
For only one runtime identifier (RID), you can use either the singular or the plural form of the XML runtime identifier tag.
Read more >Install .NET on macOS
In this article, you'll learn how to install .NET on macOS. .NET is made up of the runtime and the SDK. The runtime...
Read more >I can't reinstall the macOS Sierra on my MacBookPro
Go to Use Safari to download macOS to your mac. Click on macOS Sierra. This will download InstallOS.dmg to the Downloads folder. ......
Read more >Use more than one version of macOS on a Mac
Open Disk Utility, which is in the Utilities folder of your Applications folder. In the sidebar, select your existing APFS volume, such as ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@peterblazejewicz it looks like
setup.sh
,build.sh
andharderreset.sh
have gotten out of date with some of the build changes we’ve needed to make lately. I’m working through resolving the issues with it.FYI:
Thanks!