diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 602e757..7c15e40 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,14 +3,18 @@ "isRoot": true, "tools": { "strawberryshake.tools": { - "version": "13.9.11", - "commands": ["dotnet-graphql"], + "version": "13.9.16", + "commands": [ + "dotnet-graphql" + ], "rollForward": false }, "csharpier": { - "version": "0.30.5", - "commands": ["dotnet-csharpier"], + "version": "0.30.6", + "commands": [ + "dotnet-csharpier" + ], "rollForward": false } } -} +} \ No newline at end of file diff --git a/Aptos.Examples/Aptos.Examples.csproj b/Aptos.Examples/Aptos.Examples.csproj index d67418e..510b181 100644 --- a/Aptos.Examples/Aptos.Examples.csproj +++ b/Aptos.Examples/Aptos.Examples.csproj @@ -16,7 +16,7 @@ - + diff --git a/Aptos.Indexer/Aptos.Indexer.csproj b/Aptos.Indexer/Aptos.Indexer.csproj index 72df8a4..c964cba 100644 --- a/Aptos.Indexer/Aptos.Indexer.csproj +++ b/Aptos.Indexer/Aptos.Indexer.csproj @@ -8,14 +8,14 @@ - - - + + + - + diff --git a/Aptos.Tests/Aptos.Tests.csproj b/Aptos.Tests/Aptos.Tests.csproj index 3ab3ecf..2202d21 100644 --- a/Aptos.Tests/Aptos.Tests.csproj +++ b/Aptos.Tests/Aptos.Tests.csproj @@ -8,13 +8,13 @@ - - + + - + - - + + - +