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 DefaultBasicMessageService.cs #239

Closed TonioHathos closed 1 year ago

TonioHathos commented 1 year ago

Short description of what this resolves:

Features/BasicMessage/DefaultBasicMessageService.cs(9,50): error CS1514: { expected [/aries-framework-dotnet/src/Hyperledger.Aries/Hyperledger.Aries.csproj]

0 2.640 Features/BasicMessage/DefaultBasicMessageService.cs(52,2): error CS1513: } expected [/aries-framework-dotnet/src/Hyperledger.Aries/Hyperledger.Aries.csproj]

Changes proposed in this pull request:

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

-

Fixes: #