Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'samples/1.0.0-beta5/ConsoleApp/project.json')
-rw-r--r--samples/1.0.0-beta5/ConsoleApp/project.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/samples/1.0.0-beta5/ConsoleApp/project.json b/samples/1.0.0-beta5/ConsoleApp/project.json
new file mode 100644
index 0000000000..f49852e62a
--- /dev/null
+++ b/samples/1.0.0-beta5/ConsoleApp/project.json
@@ -0,0 +1,16 @@
+{
+ "dependencies": {
+
+ },
+ "commands": {
+ "ConsoleApp": "ConsoleApp"
+ },
+ "frameworks": {
+ "dnx451": { },
+ "dnxcore50": {
+ "dependencies": {
+ "System.Console": "4.0.0-beta-23019"
+ }
+ }
+ }
+}