File tree Expand file tree Collapse file tree 4 files changed +22
-7
lines changed
packages/devextreme/testing/runner Expand file tree Collapse file tree 4 files changed +22
-7
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111 build :
12- runs-on : devextreme-shr2
12+ runs-on : ubuntu-latest
1313
1414 steps :
1515 - name : Get sources
2020 with :
2121 node-version : ' 20'
2222
23+ - name : Set up .NET
24+ uses : actions/setup-dotnet@v4
25+ with :
26+ dotnet-version : 6.0.x
27+
2328 - uses : pnpm/action-setup@v3
2429 with :
2530 version : 9
Original file line number Diff line number Diff line change 6565 fi
6666
6767 validate-declarations :
68- runs-on : devextreme-shr2
68+ runs-on : ubuntu-latest
6969 timeout-minutes : 60
7070 steps :
7171 - name : Get sources
7676 with :
7777 node-version : ' 20'
7878
79+ - name : Set up .NET
80+ uses : actions/setup-dotnet@v4
81+ with :
82+ dotnet-version : 6.0.x
83+
7984 - uses : pnpm/action-setup@v3
8085 with :
8186 version : 9
Original file line number Diff line number Diff line change 5656 run : pnpx nx build
5757
5858 check-regenerate :
59- runs-on : devextreme-shr2
59+ runs-on : ubuntu-latest
6060 timeout-minutes : 10
6161
6262 steps :
6868 with :
6969 node-version : ' 20'
7070
71+ - name : Set up .NET
72+ uses : actions/setup-dotnet@v4
73+ with :
74+ dotnet-version : 6.0.x
75+
7176 - uses : pnpm/action-setup@v3
7277 with :
7378 version : 9
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.Web" ToolsVersion = " 15.0 " >
1+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <ItemGroup >
4- <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 6 .0.27 " />
5- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version =" 6 .0.27 " />
4+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 8 .0.19 " />
5+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version =" 8 .0.19 " />
66 </ItemGroup >
77
88 <PropertyGroup >
9- <TargetFramework >net6 </TargetFramework >
9+ <TargetFramework >net8.0 </TargetFramework >
1010 <PreserveCompilationContext >true</PreserveCompilationContext >
1111 <StartupObject >Runner.Program</StartupObject >
1212 <OutputType >Exe</OutputType >
You can’t perform that action at this time.
0 commit comments