hyperledger-archives / aries-framework-dotnet

Aries Framework .NET for building multiplatform SSI services
https://wiki.hyperledger.org/display/aries
Apache License 2.0
84 stars 74 forks source link

Cannot configure "app" to UseAriesFramework #232

Open laurentiubadea opened 2 years ago

laurentiubadea commented 2 years ago

I have followed your tutorial in order to create a demo project.

When trying to configure the startup as specified in the Readme, I get ann error for app.UseAriesFramework() stating the fact that IApplicationBuilder does not contain a definition for that.

It is worth mentioning the fact that I have installed the nuget package for this project. Tried same thing with 2 different kind of projects. None of them works.

Please help.

image

x0axz commented 1 year ago

Make sure these 2 packages are installed:

<PackageReference Include="Hyperledger.Aries" Version="1.6.2" />
<PackageReference Include="Hyperledger.Aries.AspNetCore" Version="1.6.2" />