Inumedia / SlackAPI

.NET Implementation of the Slack team communication platform API.
MIT License
451 stars 243 forks source link

Not compatible with UAP #113

Closed jamalmach closed 7 years ago

jamalmach commented 7 years ago

On trying to add this package to a UWP project, the package restore fails. I attempted to add the package via console and the install failed with the following:

Install-Package : SlackAPI 1.0.5.93 is not compatible with UAP,Version=v10.0.

Is this something that's going to be done/fixed?

gpailler commented 7 years ago

Could you try the prerelease Nuget package 1.0.6 available on MyGet (https://www.myget.org/feed/slackapi/package/nuget/SlackAPI)? Version 1.0.6 should be compatible with netstandard1.3 (and UWP projects)

jamalmach commented 7 years ago

Thanks much. When is this getting brought to master? Any idea?

gpailler commented 7 years ago

It's already on master but it's not published on nuget yet. Don't hesitate to report any odd behavior with the myget release so it can help us to decide when to publish on nuget.

mediaexplorer74 commented 1 year ago

On trying to add this package to a UWP project, the package restore fails. I attempted to add the package via console and the install failed with the following:

Install-Package : SlackAPI 1.0.5.93 is not compatible with UAP,Version=v10.0.

Is this something that's going to be done/fixed?

Hi, from 2022. Where is your SlackUWP app (proto)? Your repos are empty.