diff --git a/.github/workflows/publish-beta.yml b/.github/workflows/publish-beta.yml index 7d74519d..c8c17e67 100644 --- a/.github/workflows/publish-beta.yml +++ b/.github/workflows/publish-beta.yml @@ -24,11 +24,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup dotNET uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.x - name: Get Version run: echo "VERSION=$(date '+%Y.%m%d-beta%H%M')" >> $GITHUB_ENV - name: Build diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6fdc940e..dbc686b1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,11 +10,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup dotNET uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.x - name: Get Version run: echo "VERSION=$(date '+%Y.%m%d')" >> $GITHUB_ENV - name: Build diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e87f28fb..a23320f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,11 +12,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup dotNET uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.x - name: Build run: | dotnet build -c Release diff --git a/CubeDemo/CubeDemo.csproj b/CubeDemo/CubeDemo.csproj index 93c66662..daea254f 100644 --- a/CubeDemo/CubeDemo.csproj +++ b/CubeDemo/CubeDemo.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 魔方WebApi 魔方前后端分离版本的后端WebApi 新生命开发团队 @@ -23,7 +23,7 @@ - + diff --git a/CubeDemoNC/CubeDemoNC.csproj b/CubeDemoNC/CubeDemoNC.csproj index f0aa5718..7ae6e133 100644 --- a/CubeDemoNC/CubeDemoNC.csproj +++ b/CubeDemoNC/CubeDemoNC.csproj @@ -1,7 +1,7 @@  - net7.0 + net7.0;net8.0 cube CubeDemo 魔方演示平台 diff --git a/CubeSSO/CubeSSO.csproj b/CubeSSO/CubeSSO.csproj index bd3eea76..d22dba81 100644 --- a/CubeSSO/CubeSSO.csproj +++ b/CubeSSO/CubeSSO.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 魔方用户中心 SSO服务端,OAuth2.0服务端。 新生命开发团队 @@ -23,7 +23,7 @@ - + diff --git a/NewLife.Cube.AdminLTE/NewLife.Cube.AdminLTE.csproj b/NewLife.Cube.AdminLTE/NewLife.Cube.AdminLTE.csproj index 302e0f2b..92607afa 100644 --- a/NewLife.Cube.AdminLTE/NewLife.Cube.AdminLTE.csproj +++ b/NewLife.Cube.AdminLTE/NewLife.Cube.AdminLTE.csproj @@ -2,7 +2,7 @@ Library - net6.0;net7.0 + net6.0;net7.0;net8.0 魔方快速开发平台AdminLTE版 魔方是一个快速Web开发平台,能够快速搭建系统原型,而又具有足够灵活的可扩展性!内部集成了用户权限管理、模板继承、SSO登录、OAuth服务端、数据导出与分享等多个功能模块,默认模板在真实项目中经历过单表100亿数据添删改查的考验。 新生命开发团队 diff --git a/NewLife.Cube.Blazor/NewLife.Cube.Blazor.csproj b/NewLife.Cube.Blazor/NewLife.Cube.Blazor.csproj index d23f1ec6..37e73e8f 100644 --- a/NewLife.Cube.Blazor/NewLife.Cube.Blazor.csproj +++ b/NewLife.Cube.Blazor/NewLife.Cube.Blazor.csproj @@ -2,7 +2,7 @@ Library - net6.0;net7.0 + net6.0;net7.0;net8.0 魔方快速开发平台Blazor版 魔方是一个快速Web开发平台,能够快速搭建系统原型,而又具有足够灵活的可扩展性!内部集成了用户权限管理、模板继承、SSO登录、OAuth服务端、数据导出与分享等多个功能模块,默认模板在真实项目中经历过单表100亿数据添删改查的考验。 新生命开发团队 @@ -49,7 +49,7 @@ - + diff --git a/NewLife.Cube.ElementUI/NewLife.Cube.ElementUI.csproj b/NewLife.Cube.ElementUI/NewLife.Cube.ElementUI.csproj index a3ad7a15..6c3bd1f6 100644 --- a/NewLife.Cube.ElementUI/NewLife.Cube.ElementUI.csproj +++ b/NewLife.Cube.ElementUI/NewLife.Cube.ElementUI.csproj @@ -2,7 +2,7 @@ Library - net6.0;net7.0 + net6.0;net7.0;net8.0 魔方快速开发平台ElementUI版 魔方是一个快速Web开发平台,能够快速搭建系统原型,而又具有足够灵活的可扩展性!内部集成了用户权限管理、模板继承、SSO登录、OAuth服务端、数据导出与分享等多个功能模块,默认模板在真实项目中经历过单表100亿数据添删改查的考验。 新生命开发团队 diff --git a/NewLife.Cube.LayuiAdmin/NewLife.Cube.LayuiAdmin.csproj b/NewLife.Cube.LayuiAdmin/NewLife.Cube.LayuiAdmin.csproj index 336a0948..60c57544 100644 --- a/NewLife.Cube.LayuiAdmin/NewLife.Cube.LayuiAdmin.csproj +++ b/NewLife.Cube.LayuiAdmin/NewLife.Cube.LayuiAdmin.csproj @@ -2,7 +2,7 @@ Library - net6.0;net7.0 + net6.0;net7.0;net8.0 魔方快速开发平台LayuiAdmin版 魔方是一个快速Web开发平台,能够快速搭建系统原型,而又具有足够灵活的可扩展性!内部集成了用户权限管理、模板继承、SSO登录、OAuth服务端、数据导出与分享等多个功能模块,默认模板在真实项目中经历过单表100亿数据添删改查的考验。 新生命开发团队 diff --git a/NewLife.Cube.Metronic/NewLife.Cube.Metronic.csproj b/NewLife.Cube.Metronic/NewLife.Cube.Metronic.csproj index 12273433..b5d53d5a 100644 --- a/NewLife.Cube.Metronic/NewLife.Cube.Metronic.csproj +++ b/NewLife.Cube.Metronic/NewLife.Cube.Metronic.csproj @@ -2,7 +2,7 @@ Library - net6.0;net7.0 + net6.0;net7.0;net8.0 魔方快速开发平台Metronic版 魔方是一个快速Web开发平台,能够快速搭建系统原型,而又具有足够灵活的可扩展性!内部集成了用户权限管理、模板继承、SSO登录、OAuth服务端、数据导出与分享等多个功能模块,默认模板在真实项目中经历过单表100亿数据添删改查的考验。 新生命开发团队 diff --git a/NewLife.Cube.Metronic8/NewLife.Cube.Metronic8.csproj b/NewLife.Cube.Metronic8/NewLife.Cube.Metronic8.csproj index e95a2c2c..e899a8d7 100644 --- a/NewLife.Cube.Metronic8/NewLife.Cube.Metronic8.csproj +++ b/NewLife.Cube.Metronic8/NewLife.Cube.Metronic8.csproj @@ -2,7 +2,7 @@ Library - net6.0;net7.0 + net6.0;net7.0;net8.0 魔方快速开发平台Metronic8版 魔方是一个快速Web开发平台,能够快速搭建系统原型,而又具有足够灵活的可扩展性!内部集成了用户权限管理、模板继承、SSO登录、OAuth服务端、数据导出与分享等多个功能模块,默认模板在真实项目中经历过单表100亿数据添删改查的考验。 新生命开发团队 diff --git a/NewLife.Cube.Tabler/NewLife.Cube.Tabler.csproj b/NewLife.Cube.Tabler/NewLife.Cube.Tabler.csproj index 98dfe22a..14a5723f 100644 --- a/NewLife.Cube.Tabler/NewLife.Cube.Tabler.csproj +++ b/NewLife.Cube.Tabler/NewLife.Cube.Tabler.csproj @@ -2,7 +2,7 @@ Library - net6.0;net7.0 + net6.0;net7.0;net8.0 魔方快速开发平台Tabler版 魔方是一个快速Web开发平台,能够快速搭建系统原型,而又具有足够灵活的可扩展性!内部集成了用户权限管理、模板继承、SSO登录、OAuth服务端、数据导出与分享等多个功能模块,默认模板在真实项目中经历过单表100亿数据添删改查的考验。 新生命开发团队 diff --git a/NewLife.Cube/NewLife.Cube.csproj b/NewLife.Cube/NewLife.Cube.csproj index 2010e098..d7cbbc7d 100644 --- a/NewLife.Cube/NewLife.Cube.csproj +++ b/NewLife.Cube/NewLife.Cube.csproj @@ -2,7 +2,7 @@ Library - net6.0;net7.0 + net6.0;net7.0;net8.0 魔方快速开发平台 Web快速开发平台,搭建管理后台,灵活可扩展!内部集成了用户权限管理、模板继承、SSO登录、OAuth服务端、数据导出与分享等多个功能模块,在真实项目中经历过单表100亿数据添删改查的考验。 新生命开发团队 @@ -85,7 +85,7 @@ - + diff --git a/NewLife.CubeNC/NewLife.CubeNC.csproj b/NewLife.CubeNC/NewLife.CubeNC.csproj index 3e71f61d..7be0d2ab 100644 --- a/NewLife.CubeNC/NewLife.CubeNC.csproj +++ b/NewLife.CubeNC/NewLife.CubeNC.csproj @@ -2,7 +2,7 @@ Library - net6.0;net7.0 + net6.0;net7.0;net8.0 NewLife.Cube NewLife.Cube 魔方快速开发平台 @@ -50,7 +50,7 @@ - + diff --git a/Test/Test.csproj b/Test/Test.csproj index 4798f81f..4c216e02 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -1,7 +1,7 @@  Exe - net7.0 + net8.0 ..\Bin\Test\ latest 1.0.0.1130 diff --git a/XUnitTest/XUnitTest.csproj b/XUnitTest/XUnitTest.csproj index fa96d01c..e62ad1a9 100644 --- a/XUnitTest/XUnitTest.csproj +++ b/XUnitTest/XUnitTest.csproj @@ -1,13 +1,13 @@ - net7.0 + net8.0 ..\Bin\UnitTest false - + runtime; build; native; contentfiles; analyzers; buildtransitive