You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@martafullen I had a look here, and I have some questions:
How do you build the nuget for the aaspe-common? I cannot find any existing build configuration.
Is the csproj configured correctly? I can see a PackageId but not the assembly name.
So far I think this might be the problem. It looks like your plugin wants to reference AasCore.Aas3_0, but it does not exist and the only naming is <PackageId>Aaspe.AasCore</PackageId>. Maybe we should add <AssemblyName>AasCore.Aas3_0</AssemblyName> and try again.
The text was updated successfully, but these errors were encountered: