@@ -182,7 +182,7 @@ jobs:
182182 - name : Setup .NET Core
183183 uses : actions/setup-dotnet@v3
184184 with :
185- dotnet-version : 9 .0.x
185+ dotnet-version : 10 .0.x
186186 - name : Install dependencies
187187 run : dotnet restore eform-angular-frontend/eFormAPI/eFormAPI.sln
188188 - name : Build
@@ -355,7 +355,7 @@ jobs:
355355 - name : Setup .NET Core
356356 uses : actions/setup-dotnet@v3
357357 with :
358- dotnet-version : 9 .0.x
358+ dotnet-version : 10 .0.x
359359 - name : Build
360360 run : dotnet build eform-angular-items-planning-plugin/eFormAPI/Plugins/ItemsPlanning.Pn/ItemsPlanning.Pn.sln
361361 - name : Unit Tests
@@ -530,7 +530,7 @@ jobs:
530530 - name : Setup .NET Core
531531 uses : actions/setup-dotnet@v3
532532 with :
533- dotnet-version : 9 .0.x
533+ dotnet-version : 10 .0.x
534534 - name : Sleep 15 seconds
535535 run : sleep 15
536536 - name : Build
@@ -695,7 +695,7 @@ jobs:
695695 - name : Setup .NET Core
696696 uses : actions/setup-dotnet@v3
697697 with :
698- dotnet-version : 9 .0.x
698+ dotnet-version : 10 .0.x
699699 - name : Sleep 15 seconds
700700 run : sleep 15
701701 - name : Load DB dump
@@ -996,7 +996,7 @@ jobs:
996996 - name : Setup .NET Core
997997 uses : actions/setup-dotnet@v3
998998 with :
999- dotnet-version : 9 .0.x
999+ dotnet-version : 10 .0.x
10001000 - name : Build
10011001 run : dotnet build eform-backendconfiguration-plugin/eFormAPI/Plugins/BackendConfiguration.Pn/BackendConfiguration.Pn.sln
10021002 - name : Unit Tests
@@ -1229,7 +1229,7 @@ jobs:
12291229 - name : Setup .NET Core
12301230 uses : actions/setup-dotnet@v3
12311231 with :
1232- dotnet-version : 9 .0.x
1232+ dotnet-version : 10 .0.x
12331233 - name : Build
12341234 run : dotnet build eform-angular-timeplanning-plugin/eFormAPI/Plugins/TimePlanning.Pn/TimePlanning.Pn.sln
12351235 - name : Unit Tests
@@ -1247,7 +1247,7 @@ jobs:
12471247 - name : Setup .NET Core
12481248 uses : actions/setup-dotnet@v3
12491249 with :
1250- dotnet-version : 9 .0.x
1250+ dotnet-version : 10 .0.x
12511251 - name : Install dependencies
12521252 run : dotnet restore eform-debian-service
12531253 - name : Build
@@ -1307,7 +1307,7 @@ jobs:
13071307 - name : Setup .NET Core
13081308 uses : actions/setup-dotnet@v3
13091309 with :
1310- dotnet-version : 9 .0.x
1310+ dotnet-version : 10 .0.x
13111311 - name : Install dependencies
13121312 run : dotnet restore eform-service-timeplanning-plugin
13131313 - name : Build
@@ -1401,7 +1401,7 @@ jobs:
14011401 - name : Setup .NET Core
14021402 uses : actions/setup-dotnet@v3
14031403 with :
1404- dotnet-version : 9 .0.x
1404+ dotnet-version : 10 .0.x
14051405 - name : Install dependencies
14061406 run : dotnet restore eform-service-items-planning-plugin
14071407 - name : Build
@@ -1495,7 +1495,7 @@ jobs:
14951495 - name : Setup .NET Core
14961496 uses : actions/setup-dotnet@v3
14971497 with :
1498- dotnet-version : 9 .0.x
1498+ dotnet-version : 10 .0.x
14991499 - name : Install dependencies
15001500 run : dotnet restore eform-service-workflow-plugin
15011501 - name : Build
@@ -1613,7 +1613,7 @@ jobs:
16131613 - name : Setup .NET Core
16141614 uses : actions/setup-dotnet@v3
16151615 with :
1616- dotnet-version : 9 .0.x
1616+ dotnet-version : 10 .0.x
16171617 - name : Install dependencies
16181618 run : dotnet restore eform-service-backendconfiguration-plugin
16191619 - name : Build
0 commit comments