Skip to content

What is Microsoft.AspNetCore.App runtime and why is necessary? #59902

Answered by davidfowl
montyclt asked this question in Q&A
Discussion options

You must be logged in to vote

It the a set of assemblies that version together that make up asp.net. That's all a shared framework is. It also ships in the box with .net so you always have it. Can you build a console app that uses asp.net? Yes, and you do it by adding a framework reference to Microsoft.AspNetCore.App

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@montyclt
Comment options

@davidfowl
Comment options

@montyclt
Comment options

@davidfowl
Comment options

@montyclt
Comment options

Answer selected by montyclt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants