aries-framework-dotnet icon indicating copy to clipboard operation
aries-framework-dotnet copied to clipboard

Cannot configure "app" to UseAriesFramework

Open laurentiubadea opened this issue 2 years ago • 1 comments

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

laurentiubadea avatar Oct 03 '22 17:10 laurentiubadea

Make sure these 2 packages are installed:

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

x0axz avatar Oct 11 '22 05:10 x0axz