Skip to content
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

Add mini samples for .NET Core #21

Closed
wants to merge 1 commit into from

Conversation

blackdwarf
Copy link

@BethMassi
Copy link
Contributor

I am not able to restore packages nor build these without modifying the project.json to specify the dependencies like so:

    "System.Console": "4.0.0-*",
    "System.IO": "4.0.11-*",
    "System.IO.FileSystem": "4.0.1-*",
    "Microsoft.NETCore.TestHost": "1.0.0-*",
    "Microsoft.NETCore.Runtime": "1.0.1-*"

@blackdwarf
Copy link
Author

My bad, pushed it wrong, will close and do it differently.

@blackdwarf blackdwarf closed this Nov 17, 2015
@blackdwarf blackdwarf deleted the bdpatch1 branch November 17, 2015 18:47
@BethMassi
Copy link
Contributor

I'd also add a command to the project.json so you can run them directly in VSCode & Visual Studio

"commands" : { "run" : "<folder name>" }

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

Successfully merging this pull request may close these issues.

2 participants