Don't copy Appdeps on mac. Bump appdep package version number

This commit is contained in:
Bryan 2015-11-18 01:53:05 -08:00
parent 8768b873bd
commit 1455d9151d
2 changed files with 6 additions and 1 deletions

View file

@ -7,6 +7,11 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source $SCRIPT_DIR/../_common.sh
# Dotnet-compile-native doesn't work for mac yet
if [[ "$(uname)" != "Linux" ]]; then
exit 0
fi
REPO_ROOT="$SCRIPT_DIR/../.."
APPDEPS_PROJECT_DIR=$REPO_ROOT/src/Microsoft.DotNet.Tools.Compiler.Native/appdep

View file

@ -5,7 +5,7 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.DotNet.AppDep":"1.0.0-*"
"Microsoft.DotNet.AppDep":"1.0.1-*"
},
"frameworks": {
"dnxcore50": { }