diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 8de01dd..1db2749 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,14 +3,18 @@ "isRoot": true, "tools": { "csharpier": { - "version": "1.2.6", - "commands": ["csharpier"], + "version": "1.3.0", + "commands": [ + "csharpier" + ], "rollForward": false }, "husky": { "version": "0.9.1", - "commands": ["husky"], + "commands": [ + "husky" + ], "rollForward": false } } -} +} \ No newline at end of file diff --git a/Directory.Packages.props b/Directory.Packages.props index 1f52f46..80b0b18 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,37 +3,37 @@ true - - - + + + - + - + - - - - - - - - - - - + + + + + + + + + + + - + - - - - - + + + + + diff --git a/src/LeaderElection.FusionCache/LeaderElection.FusionCache.csproj b/src/LeaderElection.FusionCache/LeaderElection.FusionCache.csproj index c4f85c5..c15bf3a 100644 --- a/src/LeaderElection.FusionCache/LeaderElection.FusionCache.csproj +++ b/src/LeaderElection.FusionCache/LeaderElection.FusionCache.csproj @@ -5,6 +5,7 @@ + diff --git a/src/LeaderElection.S3/LeaderElection.S3.csproj b/src/LeaderElection.S3/LeaderElection.S3.csproj index eb3e83f..e48f354 100644 --- a/src/LeaderElection.S3/LeaderElection.S3.csproj +++ b/src/LeaderElection.S3/LeaderElection.S3.csproj @@ -6,6 +6,7 @@ +