diff --git a/src/Farfetch.LoadShedding.AspNetCore/Farfetch.LoadShedding.AspNetCore.csproj b/src/Farfetch.LoadShedding.AspNetCore/Farfetch.LoadShedding.AspNetCore.csproj index fdf316e..2c0f351 100644 --- a/src/Farfetch.LoadShedding.AspNetCore/Farfetch.LoadShedding.AspNetCore.csproj +++ b/src/Farfetch.LoadShedding.AspNetCore/Farfetch.LoadShedding.AspNetCore.csproj @@ -2,6 +2,8 @@ net6.0 + Provides seamless integration of LoadShedding capabilities into ASP.NET Core applications + README.md @@ -14,4 +16,8 @@ + + + + diff --git a/src/Farfetch.LoadShedding.Prometheus/Farfetch.LoadShedding.Prometheus.csproj b/src/Farfetch.LoadShedding.Prometheus/Farfetch.LoadShedding.Prometheus.csproj index ebe8961..8901e0e 100644 --- a/src/Farfetch.LoadShedding.Prometheus/Farfetch.LoadShedding.Prometheus.csproj +++ b/src/Farfetch.LoadShedding.Prometheus/Farfetch.LoadShedding.Prometheus.csproj @@ -2,6 +2,8 @@ net6.0 + Provides Prometheus integration for monitoring and metrics collection within LoadShedding applications + README.md @@ -12,4 +14,8 @@ + + + + diff --git a/src/Farfetch.LoadShedding/Farfetch.LoadShedding.csproj b/src/Farfetch.LoadShedding/Farfetch.LoadShedding.csproj index fc44330..4b7e3c9 100644 --- a/src/Farfetch.LoadShedding/Farfetch.LoadShedding.csproj +++ b/src/Farfetch.LoadShedding/Farfetch.LoadShedding.csproj @@ -2,8 +2,8 @@ net6.0 - LoadShedding LoadShedding main package + README.md @@ -12,4 +12,8 @@ + + + + diff --git a/tests/benchmark/Farfetch.LoadShedding.BenchmarkTests/Farfetch.LoadShedding.BenchmarkTests.csproj b/tests/benchmark/Farfetch.LoadShedding.BenchmarkTests/Farfetch.LoadShedding.BenchmarkTests.csproj index 5e83edb..acd0f7f 100644 --- a/tests/benchmark/Farfetch.LoadShedding.BenchmarkTests/Farfetch.LoadShedding.BenchmarkTests.csproj +++ b/tests/benchmark/Farfetch.LoadShedding.BenchmarkTests/Farfetch.LoadShedding.BenchmarkTests.csproj @@ -5,6 +5,7 @@ net8.0 enable enable + false