scientistproject / Scientist.net

A .NET library for carefully refactoring critical paths. It's a port of GitHub's Ruby Scientist library
MIT License
1.46k stars 95 forks source link

Initial conversion to csproj for #71. #95

Closed joncloud closed 6 years ago

joncloud commented 7 years ago

Convert src and test projects using VS2017. Update VS solution using VS2017. Update build script to reference csproj/nuspec instead of directory/project.json.

haacked commented 6 years ago

I took some other work you and others did and got it working. Please check my work. I think this PR is no longer needed.

joncloud commented 6 years ago

@Haacked I found a couple of minor issues that stuck out after running some tests with VS2017. I opened up a couple of PRs for resolving them.