shreesha
shreesha

Reputation: 1881

What is .NET Runtime Identifier for Windows 11

As you all know .NET let's us publish self-contained applications targeting a specific platform by mentioning the Runtime Identifier at the time of publish. For those of you who are not aware what a self-contained application is, more about it is here -

In the past I have successfully published such applications targeting windows 7, 8.1, 10 using the Runtime Identifiers mentioned in the .NET RID catalog

Question is, what is the RID for publishing an application targeting windows 11 ?

Things I tried -

Please help me with any information you have regarding this.

Upvotes: 1

Views: 924

Answers (1)

Charles Mager
Charles Mager

Reputation: 26213

This has been discussed elsewhere on GitHub.

The answer at present appears to be that these have not been added and will not be added given there is little or no difference between Windows 10 and Windows 11 at an API level.

Upvotes: 1

Related Questions