prjseal / SlackBotMessages

A .NET library to enable you to send bot messages in slack
MIT License
55 stars 19 forks source link

Could not install the release version 2.1.0 #20

Open gstars271 opened 3 years ago

gstars271 commented 3 years ago

I tried to install the package 2.1.0 into my project .Net Framework 4.5.2, but it occurred error: 'Install-Package : Could not install package 'SlackBotMessages 2.1.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5.2', but the package does not contain any assembly references or content files that are compatible with that framework'

Then I installed the previous version (2.0.1) and it's ok. Is there a way to fix this issue?