diff --git a/Directory.Build.props b/Directory.Build.props index bda3589..988e553 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - net8.0 + net10.0 latest enable enable diff --git a/README.md b/README.md index 83fd983..8b0ad92 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ Arguments passed after the double dash are passed through to each executing scri In this example both the `--configuration` and `--framework` options will be passed to each of the four scripts when running them. ```console -dotnet r build test:unit test:integration package -- --configuration Release --framework net8.0 +dotnet r build test:unit test:integration package -- --configuration Release --framework net10.0 ``` ### Globbing or wildcard support diff --git a/global.json b/global.json index ed416a8..a0ef2b4 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.413" + "version": "10.0.300" }, "scripts": { // project scripts