OctopusDeploy / Octodiff

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

Bump netcoreapp2.0 to net5.0 #27

Closed matt-richardson closed 2 years ago

matt-richardson commented 2 years ago

dotnet 2.0 has long gone EOL - we want to drop it from our build agents. This bumps the test project to net5.0.

The main project still targets net40, netstandard1.5 and netstandard2.0.