Closed brantburnett closed 4 years ago
For SDK 3.x, DI has been moved to the main SDK repo and DNS SRV resolution is now built-in to the SDK.
Remove the DI and DnsDiscovery projects, where other projects still require them use NuGet package references instead.
Update the documentation and the Appveyor build script.
First step towards SDK 3.x compatibility is complete.
Closes #82
Motivation
For SDK 3.x, DI has been moved to the main SDK repo and DNS SRV resolution is now built-in to the SDK.
Modifications
Remove the DI and DnsDiscovery projects, where other projects still require them use NuGet package references instead.
Update the documentation and the Appveyor build script.
Results
First step towards SDK 3.x compatibility is complete.
Closes #82