aries-framework-dotnet
aries-framework-dotnet copied to clipboard
Cannot configure "app" to UseAriesFramework
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.
Make sure these 2 packages are installed:
<PackageReference Include="Hyperledger.Aries" Version="1.6.2" />
<PackageReference Include="Hyperledger.Aries.AspNetCore" Version="1.6.2" />