diff --git a/src/test/Makefile b/src/test/Makefile index bf1695de..71470160 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -4,7 +4,7 @@ BINTARGET=bin/$(CONFIGURATION)/dnx451/test.dll all: test project.lock.json: project.json - dnu restore + dnu restore --ignore-failed-sources ../Yavsc/bin/$(CONFIGURATION)/dnx451/Yavsc.dll: make -C ../Yavsc diff --git a/version.txt b/version.txt index f31b417e..cae7f72e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.6-rc13 +1.0.6-rc14