matmiranda / wirecard-dotnet

🚾 - API do Wirecard para .NET - SDK
https://dev.wirecard.com.br/
MIT License
2 stars 1 forks source link

Não consigo instalar via nuget #9

Closed DECWebSites closed 6 years ago

DECWebSites commented 6 years ago

Ao tentar instalar via nuget está dando esse erro:

Could not install package 'WirecardCSharp 1.0.2'. 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. For more information, contact the package author.

Meu projeto é asp.net webforms.

matmiranda commented 6 years ago

@DECWebSites,

Veja .NET com suporte aqui.

Seu projeto está instalado na versão 4.5.2. A versão mínima suportada é 4.6.1.

No seu projeto clica em Propriedade > Aplicativo > Estrutura de destino:

Altera .NET Framework 4.5.2 para .NET Framework 4.6.1.

Exemplo:

alt text

DECWebSites commented 6 years ago

Nesse projeto é o 4.5.2

Obrigado.

Em ter, 23 de out de 2018 às 17:39, Matheus Miranda < notifications@github.com> escreveu:

@DECWebSites https://github.com/DECWebSites qual .NET Framework está instalado ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/matmiranda/WirecardCSharp/issues/9#issuecomment-432410856, or mute the thread https://github.com/notifications/unsubscribe-auth/AYTPCbfGGOB3Dodz49L44xWynKGZu0MPks5un36KgaJpZM4X2iPC .

--

matmiranda commented 6 years ago

@DECWebSites visita esse link: https://github.com/matmiranda/WirecardCSharp/issues/9

E veja a minha resposta.

DECWebSites commented 6 years ago

Alterei para o 4.6.1 mas na hora de tentar instalar apresenta o mesmo erro, veja:

Could not install package 'WirecardCSharp 1.0.2'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6.1', 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.

matmiranda commented 6 years ago

@DECWebSites eu acabei de criar projeto aqui e funcionou normal aqui. Tenta criar um novo projeto com 4.6.1.

matmiranda commented 6 years ago

@DECWebSites veja a foto abaixo:

alt text

DECWebSites commented 6 years ago

É o Visual Studio. Pois esse projeto que estou tentando utilizar sua biblioteca foi criado no Visual Studio 2015. Criei um projeto do zero no VS 2015 com o framework 4.6.1 e não consegui instalar do mesmo jeito. Ai criei no VS 2017 e instalou.

Não teria uma forma de conseguir utilizar nesse projeto no VS 2015?

matmiranda commented 6 years ago

@DECWebSites, Que interessante, vou investigar esse problema.

matmiranda commented 6 years ago

@DECWebSites Já tentou essa ?

DECWebSites commented 6 years ago

Vou tentar rodar meu projeto no VS 2017 pra ver se não vai dar pau, se rodar bom que já fica mais atualizado. Depois te aviso se deu certo.

matmiranda commented 6 years ago

@DECWebSites, Ok, fico no aguardo