You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by mo...@apache.org on 2017/11/17 00:45:19 UTC

reef git commit: [REEF-1954] Require Visual Studio 2017

Repository: reef
Updated Branches:
  refs/heads/master 821ef2a22 -> cc1073f6c


[REEF-1954] Require Visual Studio 2017

This change

   * Updates `lang/cs/build.md` to require Visual Studio 2017
   * Updates `appveyor.yml` to only build on Visual Studio 2017
   * Updated the solutions file to require Visual Studio 2017

JIRA: [REEF-1954](https://issues.apache.org/jira/browse/REEF-1954)

Pull Request:
  This closes #1415


Project: http://git-wip-us.apache.org/repos/asf/reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/cc1073f6
Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/cc1073f6
Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/cc1073f6

Branch: refs/heads/master
Commit: cc1073f6c008da08d0580d2b0c15febe95515b47
Parents: 821ef2a
Author: Markus Weimer <we...@apache.org>
Authored: Wed Nov 8 16:08:19 2017 -0800
Committer: Sergiy Matusevych <mo...@apache.com>
Committed: Thu Nov 16 16:43:09 2017 -0800

----------------------------------------------------------------------
 appveyor.yml                |   2 --
 lang/cs/BUILD.md            |   4 ++--
 lang/cs/Org.Apache.REEF.sln | Bin 37118 -> 37102 bytes
 3 files changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/reef/blob/cc1073f6/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index c882e23..e28c0b0 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -18,8 +18,6 @@ version: "{build}-{branch}"
 shallow_clone: true
 
 os:
- - Visual Studio 2013
- - Visual Studio 2015
  - Visual Studio 2017
 
 platform: x64

http://git-wip-us.apache.org/repos/asf/reef/blob/cc1073f6/lang/cs/BUILD.md
----------------------------------------------------------------------
diff --git a/lang/cs/BUILD.md b/lang/cs/BUILD.md
index dad75d5..00d4b17 100644
--- a/lang/cs/BUILD.md
+++ b/lang/cs/BUILD.md
@@ -34,9 +34,9 @@ Prerequisites
   * Add the following items to the environment variable `PATH`:
      * Add the location of the `protoc.exe` executable in the windows path
      * Add `%JAVA_HOME%/bin` and `%M2_HOME%/bin` to the windows path as well
-  * [Visual Studio](http://www.visualstudio.com) 2015 (preferred) or 2013. Most REEF developers use the free Community
+  * [Visual Studio](http://www.visualstudio.com) 2017 V. 15.4.3 or newer. Most REEF developers use the free Community
     Edition.
-  * NuGet 2.8.6 or later. (Included in VS 2015)
+  * NuGet 4.0.0 or later. (Included in VS 2017)
   * xunit.runner.console.2.1.0 package (installing it might require manual restore of NuGet packages).
 
 

http://git-wip-us.apache.org/repos/asf/reef/blob/cc1073f6/lang/cs/Org.Apache.REEF.sln
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.sln b/lang/cs/Org.Apache.REEF.sln
index 3889f24..b4cbccd 100644
Binary files a/lang/cs/Org.Apache.REEF.sln and b/lang/cs/Org.Apache.REEF.sln differ