You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Introduction to ASP.NET Core](http://docs.asp.net/en/latest/conceptual-overview/aspnet.html)
9
9
10
10
## Usage
11
11
@@ -87,7 +87,7 @@ Applications can be pushed with their other dependencies after "publishing" the
87
87
88
88
For this publish command to work, you will need to make some changes to your application code to ensure that the dotnet cli publishes it as a self-contained application rather than a portable application.
89
89
90
-
See [Types of portability in .Net Core][] for more information on how to make the required changes to publish your application as a self-contained application.
90
+
See [.NET Core App Types][] for more information on how to make the required changes to publish your application as a self-contained application.
91
91
92
92
Also note that if you are using a `manifest.yml` file in your application, you can [specify the path][] in your manifest.yml to point to the publish output folder so that you don't have to be in that folder to push the application to Cloud Foundry.
93
93
@@ -157,5 +157,5 @@ Open an issue on this project.
157
157
[Hello World sample]: https://github.com/IBM-Bluemix/aspnet-core-helloworld
0 commit comments