Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Blocking issues with beta5 #200

Closed
sayedihashimi opened this issue Jun 19, 2015 · 2 comments
Closed

Blocking issues with beta5 #200

sayedihashimi opened this issue Jun 19, 2015 · 2 comments

Comments

@sayedihashimi
Copy link
Member

We have the following blocking external errors for creating the beta5 templates.

Note: class library looks OK, but I have a pending question for @rustd at #184 (comment)

Console looks OK.

@peterblazejewicz @rustd @danroth27

@rustd
Copy link

rustd commented Jun 19, 2015

Here are the changes needed to fix these errors

  • project.json

Package name is Kestrel instead of Microsoft.AspNet.Server.Kestrel
"Kestrel": "1.0.0-beta5",

The commands section should have
"commands": {
"kestrel": "Microsoft.AspNet.Hosting --server Kestrel --config hosting.ini",
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --config hosting.ini"
},

  • hosting.ini

This file should only have the following content
server.urls=http://localhost:5000

  • Remove build numbers from packages. Packages should as follows 1.0.0-Beta5
    Set NuGet package source and DNX_FEED to https://www.myget.org/f/aspnetbeta5/api/v2
    Do not use the release/ dev feed
  • BrowserLink
    Remove BrowserLink package and the app.UseBrowerLink(). from Startup.cs

@BrennanConroy
Copy link

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants