-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dnu problem when running dev HelloMvc and HelloWeb on Mono 3.12.1 #420
Comments
Read this blog post, see if it helps http://davidfowl.com/diagnosing-dependency-issues-with-asp-net-5/ |
@davidfowl Thanks. But when I run dnu build,give some error message, maybe need update some code?
|
Obviously you haven't read "Tip #1" from the blog post. I suggest doing that. |
I use dnvm upgrade get the newest dnx and git clone the newest code from https://github.com/aspnet/Home, then use dnu restore to get the project.json nuget package. |
Use the dev branch for samples that work with beta4/5 |
Remove FeatureReference indirection
Ubuntu 12.04 LTS
apt-get install mono-complete (3.12.1)
runtime: dnx-mono.1.0.0-beta5-11400
dnx . run , Console sample is ok.
when dnx . kestrel has a message like:
After run "dnu restore",only give more information that
/root/.dnx/packages/{name}/{version}/{name}.nuspec
/root/.dnx/packages have all of
Kestrel 1.0.0-beta3
Microsoft.AspNet.Diagnostics 1.0.0-beta3
Microsoft.AspNet.Hosting 1.0.0-beta3
Microsoft.AspNet.Server.WebListener 1.0.0-beta3
Microsoft.AspNet.StaticFiles 1.0.0-beta3
anything wrong?
The text was updated successfully, but these errors were encountered: