Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to a VS2017 project #31

Merged
merged 12 commits into from
Mar 10, 2017
Merged

Convert to a VS2017 project #31

merged 12 commits into from
Mar 10, 2017

Conversation

droyad
Copy link
Contributor

@droyad droyad commented Mar 9, 2017

No description provided.

global.json Outdated
@@ -0,0 +1,6 @@
{
"projects": [ "source" ],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How did u find out about "projects" ? It is not documented https://docs.microsoft.com/en-us/dotnet/articles/core/tools/global-json

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently u don't need it, see dotnet/docs#996 (comment)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad, copy pasta :)

@droyad droyad merged commit 950c5a8 into master Mar 10, 2017
@droyad droyad deleted the vs2017 branch March 10, 2017 08:55
@@ -2,243 +2,118 @@
// TOOLS
//////////////////////////////////////////////////////////////////////
#tool "nuget:?package=GitVersion.CommandLine&version=4.0.0-beta0007"
#addin "MagicChunks"
#tool "nuget:?package=NUnit.ConsoleRunner"&version=3.6.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@droyad given that we have upgraded to xunit, I don't think we need this anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants