From 9399def373dca078442f28619c83287298cdc31e Mon Sep 17 00:00:00 2001 From: Bryan Thornbury Date: Wed, 18 Nov 2015 02:06:04 -0800 Subject: [PATCH] add dotnet init --- debian_config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian_config.json b/debian_config.json index 02fea198b..935a8d65a 100644 --- a/debian_config.json +++ b/debian_config.json @@ -40,6 +40,7 @@ "bin/dotnet-repl-csi" : "usr/bin/dotnet-repl-csi", "bin/dotnet-restore" : "usr/bin/dotnet-restore", "bin/dotnet-compile-native" : "/usr/bin/dotnet-compile-native", - "bin/resgen" : "usr/bin/resgen" + "bin/resgen" : "usr/bin/resgen", + "bin/dotnet-init":"usr/bin/dotnet-init" } }