Created
June 7, 2013 02:04
-
-
Save atsushieno/5726612 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/build.sh b/build.sh | |
index 525a1da..3998f53 100755 | |
--- a/build.sh | |
+++ b/build.sh | |
@@ -1,3 +1,3 @@ | |
#!/usr/bin/env bash | |
export EnableNuGetPackageRestore="true" | |
-xbuild Build/Build.proj /p:Configuration="Mono Release" /t:GoMono | |
+xbuild Build/Build.proj /p:Configuration="Mono Release" /t:GoMonoNoTests /v:diag | |
diff --git a/test/CommandLine.Test/packages.config b/test/CommandLine.Test/packages.config | |
index e4a794b..559aaf9 100644 | |
--- a/test/CommandLine.Test/packages.config | |
+++ b/test/CommandLine.Test/packages.config | |
@@ -1,7 +1,7 @@ | |
<?xml version="1.0" encoding="utf-8"?> | |
<packages> | |
<package id="Moq" version="4.0.10827" /> | |
- <package id="Ninject" version="2.2.1.4" /> | |
+ <package id="Ninject" version="3.0.0.15" /> | |
<package id="xunit" version="1.9.0.1566" /> | |
<package id="xunit.extensions" version="1.9.0.1566" /> | |
-</packages> | |
\ No newline at end of file | |
+</packages> | |
diff --git a/test/Core.Test/packages.config b/test/Core.Test/packages.config | |
index e4a794b..559aaf9 100644 | |
--- a/test/Core.Test/packages.config | |
+++ b/test/Core.Test/packages.config | |
@@ -1,7 +1,7 @@ | |
<?xml version="1.0" encoding="utf-8"?> | |
<packages> | |
<package id="Moq" version="4.0.10827" /> | |
- <package id="Ninject" version="2.2.1.4" /> | |
+ <package id="Ninject" version="3.0.0.15" /> | |
<package id="xunit" version="1.9.0.1566" /> | |
<package id="xunit.extensions" version="1.9.0.1566" /> | |
-</packages> | |
\ No newline at end of file | |
+</packages> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment