diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index de76d7b..d9ce806 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -29,7 +29,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Display dotnet version run: dotnet --version diff --git a/src/.run/Demo-net10.0.run.xml b/src/.run/Demo-net10.0.run.xml new file mode 100644 index 0000000..4cd21c8 --- /dev/null +++ b/src/.run/Demo-net10.0.run.xml @@ -0,0 +1,23 @@ + + + + \ No newline at end of file diff --git a/src/Demo/Demo.csproj b/src/Demo/Demo.csproj index dbe42d7..e830460 100644 --- a/src/Demo/Demo.csproj +++ b/src/Demo/Demo.csproj @@ -9,7 +9,7 @@ false WinExe - net48;net9.0-windows + net48;net9.0-windows;net10.0-windows true 1.0.0 diff --git a/src/WpfMessageBox/WpfMessageBox.csproj b/src/WpfMessageBox/WpfMessageBox.csproj index 9201c70..1a69231 100644 --- a/src/WpfMessageBox/WpfMessageBox.csproj +++ b/src/WpfMessageBox/WpfMessageBox.csproj @@ -8,7 +8,7 @@ ⓒ Otiel $([System.DateTime]::Now.Year) false - net48;net9.0-windows + net48;net9.0-windows;net10.0-windows true 1.3.0 diff --git a/src/global.json b/src/global.json index a27a2b8..3dab80e 100644 --- a/src/global.json +++ b/src/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "9.0.0", - "rollForward": "latestMajor", + "version": "10.0.100", + "rollForward": "latestPatch", "allowPrerelease": false } } \ No newline at end of file