diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 075199f..605d4c2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ on: types: [ published ] env: - DOTNET_VERSION: '9.0.x' + DOTNET_VERSION: '10.0.x' PROJECT_PATH: './ViteDevProxy/ViteDevProxy.csproj' jobs: diff --git a/README.md b/README.md index abd3bac..c6a7dff 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ ViteDevProxy automatically configures YARP to: ## Requirements -- .NET 9.0 +- .NET 10.0 - Vite development server running (typically on port 5173) ## License diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index e0c8102..7964b23 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable false @@ -12,8 +12,8 @@ - - + + diff --git a/ViteDevProxy/ViteDevProxy.csproj b/ViteDevProxy/ViteDevProxy.csproj index a264675..b3c2994 100644 --- a/ViteDevProxy/ViteDevProxy.csproj +++ b/ViteDevProxy/ViteDevProxy.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable