diff --git a/dnvminstall.sh b/dnvminstall.sh index 2b22f99541..c4190f5d50 100644 --- a/dnvminstall.sh +++ b/dnvminstall.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash _dnvmsetup_has() { type "$1" > /dev/null 2>&1 diff --git a/dotnetsdk.sh b/dotnetsdk.sh index e62175bbed..4e20746ae0 100644 --- a/dotnetsdk.sh +++ b/dotnetsdk.sh @@ -1,4 +1,4 @@ -# dotnetsdk.sh +# dotnetsdk.sh # Source this file from your .bash-profile or script to use _dotnetsdk_has() { diff --git a/samples/ConsoleApp/project.json b/samples/ConsoleApp/project.json index 8cd996d1b8..d9a68ea21d 100644 --- a/samples/ConsoleApp/project.json +++ b/samples/ConsoleApp/project.json @@ -1,4 +1,4 @@ -{ +{ "dependencies": { }, diff --git a/samples/HelloMvc/project.json b/samples/HelloMvc/project.json index 8a5a341c37..976fd7683e 100644 --- a/samples/HelloMvc/project.json +++ b/samples/HelloMvc/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "webroot": "wwwroot", "exclude": [ diff --git a/samples/HelloWeb/project.json b/samples/HelloWeb/project.json index 1b82b1883a..696a1a4755 100644 --- a/samples/HelloWeb/project.json +++ b/samples/HelloWeb/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "webroot": "wwwroot", "exclude": [