JetBrains / TeamCity.ServiceMessages

.NET library to deal with TeamCity Service messages
http://confluence.jetbrains.net/display/TCDL/Build+Script+Interaction+with+TeamCity#BuildScriptInteractionwithTeamCity-ServiceMessages
Apache License 2.0
45 stars 13 forks source link

Support .net 4.6 #20

Closed ghost closed 7 years ago

ghost commented 7 years ago

19 This fixes the exception for me when I reference the .dll in the net46 folder.

Hope you can push it to NuGet so I can use the library.

NikolayPianikov commented 7 years ago

Thank you for your PR. From my point fo view it is better to use minimum amount of dependencies if it possible, so I've made assembly backward compatible, see this PR. Try using the suggested workaround