GitHub user conniey opened a pull request:
https://github.com/apache/lucenenet/pull/198
Updating minimum Visual Studio version to 2015
There are C# 6 features in use (ie.
[NumericConfig.cs](https://github.com/apache/lucenenet/blob/master/src/Lucene.Net.QueryParser/Flexible/Standard/Config/NumericConfig.cs#L3))
which will not build in Visual Studio 2013. This updates the minimum version
for Lucene.Net.sln to VS2015 RTM.
@NightOwl888 @synhershko : Alternatively, I can replace the C# 6 features.
What do you think?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/conniey/lucenenet updateMinimumVersion
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucenenet/pull/198.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #198
----
commit 6b3b5ea4e713c9cbb351233a5f00c15d4a39c168
Author: Connie Yau <[email protected]>
Date: 2016-12-06T17:24:08Z
Updating minimum Visual Studio version to VS 2015
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---