OctopusDeploy / Octodiff

| Public | 100% C# implementation of remote delta compression based on the rsync algorithm
Other
24 stars 87 forks source link

Update Octodiff to VS2017 and .NET Standard 2.0 #12

Closed hnrkndrssn closed 6 years ago

hnrkndrssn commented 6 years ago

Fixes #11 Fixes #13

tothegills commented 6 years ago

Trying to build in VS2017 from fresh clone:

Error       Cannot find project info for 'F:\OctopusGit\Octodiff\source\Octodiff\Octodiff.csproj'. This can indicate a missing project reference.   Octodiff.Tests  C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Sdk.targets 92  

Building with build.cmd works great. I am on VS 15.2, maybe I need to update?

hnrkndrssn commented 6 years ago

OK, I think this should be ready now.

Side note: I've setup a build in TeamCity for this project.