diff --git a/.github/workflows/uet.yml b/.github/workflows/uet.yml index 77391a84..ab7825f3 100644 --- a/.github/workflows/uet.yml +++ b/.github/workflows/uet.yml @@ -7,7 +7,7 @@ on: branches: [ "main" ] env: - UET_FRAMEWORK_TARGET: net9.0 + UET_FRAMEWORK_TARGET: net10.0 UET_BUILDING_ON_BUILD_SERVER: "true" jobs: diff --git a/UET/Lib/Common.Build.props b/UET/Lib/Common.Build.props index 8ab4e2aa..d8a7e438 100644 --- a/UET/Lib/Common.Build.props +++ b/UET/Lib/Common.Build.props @@ -11,10 +11,10 @@ - true - true + true + true true - true + true latest All true diff --git a/UET/Lib/Framework.AspNetCore.Build.props b/UET/Lib/Framework.AspNetCore.Build.props index c8a2999f..86988683 100644 --- a/UET/Lib/Framework.AspNetCore.Build.props +++ b/UET/Lib/Framework.AspNetCore.Build.props @@ -2,7 +2,7 @@ - + diff --git a/UET/Lib/Framework.Build.props b/UET/Lib/Framework.Build.props index 125f846b..8135e9c6 100644 --- a/UET/Lib/Framework.Build.props +++ b/UET/Lib/Framework.Build.props @@ -1,9 +1,9 @@ - net9.0 + net10.0 - 9.* + 10.* true diff --git a/UET/Redpoint.CloudFramework.CLI/Redpoint.CloudFramework.CLI.nuspec b/UET/Redpoint.CloudFramework.CLI/Redpoint.CloudFramework.CLI.nuspec index a551e8df..eeca933e 100644 --- a/UET/Redpoint.CloudFramework.CLI/Redpoint.CloudFramework.CLI.nuspec +++ b/UET/Redpoint.CloudFramework.CLI/Redpoint.CloudFramework.CLI.nuspec @@ -20,6 +20,6 @@ - + \ No newline at end of file