diff --git a/.github/workflows/ci-benchmark.yml b/.github/workflows/ci-benchmark.yml
index 312b08f..17e5421 100644
--- a/.github/workflows/ci-benchmark.yml
+++ b/.github/workflows/ci-benchmark.yml
@@ -37,7 +37,7 @@ jobs:
- name: Setup .NET Core SDK 8.0 🔧
uses: actions/setup-dotnet@v1
with:
- dotnet-version: 8.0.204
+ dotnet-version: 8.0.400
- name: Clean Dependencies 📦
run: dotnet clean ${{env.PROJECT_BENCH }}
@@ -57,7 +57,7 @@ jobs:
- name: Upload Results 📂
if: github.event_name == 'pull_request'
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
with:
name: Benchmark_Results
path: ./BenchmarkDotNet.Artifacts/results/*
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 407bca5..268a8ec 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- dotnet-version: ["8.0.204"]
+ dotnet-version: ["8.0.400"]
steps:
- uses: actions/checkout@v2
diff --git a/bench/Spinner.Benchmark/Spinner.Benchmark.csproj b/bench/Spinner.Benchmark/Spinner.Benchmark.csproj
index 7a85a71..5276b3d 100644
--- a/bench/Spinner.Benchmark/Spinner.Benchmark.csproj
+++ b/bench/Spinner.Benchmark/Spinner.Benchmark.csproj
@@ -6,16 +6,16 @@
-
-
+
+
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
+
+
diff --git a/docs/package.json b/docs/package.json
index 5692517..85ce01f 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -14,16 +14,17 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
- "@docusaurus/core": "^3.1.0",
- "@docusaurus/plugin-google-gtag": "^3.1.0",
- "@docusaurus/preset-classic": "^3.1.0",
- "@mdx-js/react": "^1.6.21",
+ "@docusaurus/core": "^3.5.2",
+ "@docusaurus/plugin-google-gtag": "^3.5.2",
+ "@docusaurus/preset-classic": "^3.5.2",
+ "@mdx-js/react": "^3.0.1",
"@svgr/webpack": "^8.1.0",
"clsx": "^1.1.1",
"file-loader": "^6.2.0",
"prism-react-renderer": "^1.2.1",
"react": "^18.0.1",
"react-dom": "^18.0.1",
+ "serve-handler": "^6.1.5",
"url-loader": "^4.1.1"
},
"browserslist": {
diff --git a/src/Spinner.Test/Spinner.Test.csproj b/src/Spinner.Test/Spinner.Test.csproj
index 99e8843..aa599a1 100644
--- a/src/Spinner.Test/Spinner.Test.csproj
+++ b/src/Spinner.Test/Spinner.Test.csproj
@@ -7,28 +7,28 @@
-
-
+
+
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
diff --git a/src/Spinner/Spinner.csproj b/src/Spinner/Spinner.csproj
index 53901d4..79400d5 100644
--- a/src/Spinner/Spinner.csproj
+++ b/src/Spinner/Spinner.csproj
@@ -30,14 +30,14 @@
-
-
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
+
+
+
all
diff --git a/src/global.json b/src/global.json
index 2198d31..3c80a66 100644
--- a/src/global.json
+++ b/src/global.json
@@ -1,5 +1,5 @@
{
"sdk": {
- "version": "8.0.204"
+ "version": "8.0.400"
}
}
\ No newline at end of file