diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 913b5a01..84781455 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -66,7 +66,10 @@ jobs: fi - uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.x + dotnet-version: | + 8.x + 9.x + 10.x - name: Build workflow designer client assets working-directory: ./src/modules/Elsa.Studio.Workflows.Designer/ClientLib run: | @@ -77,9 +80,6 @@ jobs: run: | npm install --force npm run build - - uses: actions/setup-dotnet@v4 - with: - dotnet-version: 9.x - name: Build nuget packages run: dotnet build Elsa.Studio.sln --configuration Release /p:Version=${VERSION} - name: Test @@ -87,7 +87,7 @@ jobs: - name: Pack nuget packages run: dotnet pack Elsa.Studio.sln --configuration Release /p:Version=${VERSION} /p:PackageOutputPath=$(pwd)/packages/nuget - name: Publish Custom Elements packages # This generates client assets that we then package as an NPM package. - run: dotnet publish ./src/hosts/Elsa.Studio.Host.CustomElements --configuration Release -o ./packages/wasm /p:Version=${VERSION} -f net9.0 + run: dotnet publish ./src/hosts/Elsa.Studio.Host.CustomElements --configuration Release -o ./packages/wasm /p:Version=${VERSION} -f net10.0 # Pack npm wasm package - name: Pack elsa-studio-wasm npm package diff --git a/Directory.Build.props b/Directory.Build.props index 089dc318..b6647f95 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - net8.0;net9.0 + net8.0;net9.0;net10.0 latest Elsa Workflows Community 2023 diff --git a/Directory.Packages.props b/Directory.Packages.props index b5bfb056..cae5ba8c 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,7 +5,6 @@ 3.6.0-preview.3834 - 9.0.11 @@ -19,7 +18,6 @@ - @@ -41,20 +39,37 @@ + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file