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

Update IBasicMessageService.cs #240

Closed TonioHathos closed 1 year ago

TonioHathos commented 1 year ago

Short description of what this resolves:

Features/BasicMessage/IBasicMessageService.cs(4,50): error CS1514: { expected [/aries-framework-dotnet/src/Hyperledger.Aries/Hyperledger.Aries.csproj] Features/BasicMessage/IBasicMessageService.cs(19,2): error CS1513: } expected [/aries-framework-dotnet/src/Hyperledger.Aries/Hyperledger.Aries.csproj]

Changes proposed in this pull request:

replace ";" with two brackets "{" and "}" for the namespace

-

Fixes: #