diff --git a/src/.config/dotnet-tools.json b/src/.config/dotnet-tools.json index bb8e4d5..59a4dcf 100644 --- a/src/.config/dotnet-tools.json +++ b/src/.config/dotnet-tools.json @@ -9,7 +9,7 @@ ] }, "dotnet-reportgenerator-globaltool": { - "version": "5.2.1", + "version": "5.2.2", "commands": [ "reportgenerator" ] diff --git a/src/Queryology.Abstractions/Queryology.Abstractions.csproj b/src/Queryology.Abstractions/Queryology.Abstractions.csproj index bee3f1b..9492d36 100644 --- a/src/Queryology.Abstractions/Queryology.Abstractions.csproj +++ b/src/Queryology.Abstractions/Queryology.Abstractions.csproj @@ -31,10 +31,10 @@ - + - + diff --git a/src/Queryology.Example/Queryology.Example.csproj b/src/Queryology.Example/Queryology.Example.csproj index d6a4eae..a4c195c 100644 --- a/src/Queryology.Example/Queryology.Example.csproj +++ b/src/Queryology.Example/Queryology.Example.csproj @@ -12,14 +12,14 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/src/Queryology.Providers.ObjectDumper/Queryology.Providers.ObjectDumper.csproj b/src/Queryology.Providers.ObjectDumper/Queryology.Providers.ObjectDumper.csproj index 6f267a0..ad98c5d 100644 --- a/src/Queryology.Providers.ObjectDumper/Queryology.Providers.ObjectDumper.csproj +++ b/src/Queryology.Providers.ObjectDumper/Queryology.Providers.ObjectDumper.csproj @@ -38,7 +38,7 @@ - + diff --git a/src/Queryology.Tests/Queryology.Tests.csproj b/src/Queryology.Tests/Queryology.Tests.csproj index e064fe0..f0b2930 100644 --- a/src/Queryology.Tests/Queryology.Tests.csproj +++ b/src/Queryology.Tests/Queryology.Tests.csproj @@ -9,22 +9,22 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all - - + + - + diff --git a/src/Queryology/Queryology.csproj b/src/Queryology/Queryology.csproj index eb72226..a2aa63a 100644 --- a/src/Queryology/Queryology.csproj +++ b/src/Queryology/Queryology.csproj @@ -35,7 +35,7 @@ - + diff --git a/src/global.json b/src/global.json index f3365c4..e2138e0 100644 --- a/src/global.json +++ b/src/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.100" + "version": "8.0.200" } } \ No newline at end of file