smsapi / smsapi-csharp-client

SMSAPI C# client that allows you to send messages and administrate your SMSAPI account.
https://www.smsapi.com/
29 stars 20 forks source link

Nie mogę pobrać klienta przez nuget do projektu pod .NET 4.5 #6

Closed moody19871987 closed 8 years ago

moody19871987 commented 8 years ago

Przy próbie dodania klienta SMS API przez nuget dostaję błąd:

Could not install package 'SMSAPI.pl 1.0.1'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

Czy ktoś nie skompilował biblioteki pod .net 4.6 przez przypadek? Jeśli build został zrobiony pod niższą wersję .NET (np. 3.5), to raczej nie powinienem mieć problemu z kompilacją pod .NET 4.5.

crashuxx commented 8 years ago

sam source code poszedł bez binarek :) FIXED

moody19871987 commented 8 years ago

Faktycznie, teraz działa. Dzięki!