File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Cloud Foundry buildpack: .NET Core
22
3- A Cloud Foundry buildpack for .NET Core applications. Tested with [ ASP.NET Core RC2 ] [ ] applications that target .NET Core.
3+ A Cloud Foundry buildpack for .NET Core applications. Tested with [ ASP.NET Core 1.0 RTM ] [ ] applications that target .NET Core.
44
55For more information about ASP.NET Core see:
66
@@ -43,7 +43,7 @@ And then add this line after:
4343` .UseConfiguration(config) `
4444
4545You'll also need to add a dependency to project.json:
46- ` "Microsoft.Extensions.Configuration.CommandLine": "1.0.0-rc2-final ", `
46+ ` "Microsoft.Extensions.Configuration.CommandLine": "1.0.0", `
4747
4848And a using statement to the file which contains your ` Main ` method:
4949` using Microsoft.Extensions.Configuration; `
@@ -158,7 +158,7 @@ Open an issue on this project.
158158
159159
160160[Hello World sample]: https://github.com/IBM-Bluemix/aspnet-core-helloworld
161- [ASP.NET Core RC2 ]: https://github.com/aspnet/Home/releases/tag/1.0.0-rc2-final
161+ [ASP.NET Core 1.0 RTM ]: https://github.com/aspnet/Home/releases/tag/1.0.0
162162[Kestrel]: https://github.com/aspnet/KestrelHttpServer
163163[Types of portability in .Net Core]: http://dotnet.github.io/docs/core-concepts/app-types.html
164164[specify the path]: http://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html#path
Original file line number Diff line number Diff line change 1- 0.8 .0
1+ 0.9 .0
You can’t perform that action at this time.
0 commit comments