From 72731a9e6eca86d6aa11feaeb14e8364fc56e4da Mon Sep 17 00:00:00 2001 From: David Driscoll Date: Sat, 31 Aug 2024 02:45:20 -0400 Subject: [PATCH] Updated to hc rc.0 (#2178) --- .config/dotnet-tools.json | 2 +- Directory.Packages.props | 41 ++++++++++----------- sample/Sample.Graphql/Sample.Graphql.csproj | 1 - 3 files changed, 21 insertions(+), 23 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 5712a1f75..0ebc8ec02 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -31,7 +31,7 @@ "commands": ["docfx"] }, "strawberryshake.tools": { - "version": "14.0.0-p.137", + "version": "14.0.0-rc.0", "commands": ["dotnet-graphql"] }, "dotnet-outdated-tool": { diff --git a/Directory.Packages.props b/Directory.Packages.props index 0c57a8023..ad54b95bb 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -35,27 +35,26 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/sample/Sample.Graphql/Sample.Graphql.csproj b/sample/Sample.Graphql/Sample.Graphql.csproj index f8230312c..09c6db819 100644 --- a/sample/Sample.Graphql/Sample.Graphql.csproj +++ b/sample/Sample.Graphql/Sample.Graphql.csproj @@ -15,7 +15,6 @@ -