Skip to content

Commit 249eaff

Browse files
authored
Force OrchardCore to build with requested framework (#2077)
1 parent 83ff5f5 commit 249eaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenarios/orchard.benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
OrchardCore__OrchardCore_AutoSetup__Tenants__0__DatabaseTablePrefix: ""
3333
OrchardCore__OrchardCore_AutoSetup__Tenants__0__RecipeName: "Blog"
3434
buildArguments:
35-
- /p:AspNetCoreTargetFrameworks={{job.Framework}}
35+
- /p:AspNetCoreTargetFrameworks={{job.Framework}} /p:CommonTargetFrameworks={{job.Framework}}
3636

3737
postgresql:
3838
source:

0 commit comments

Comments
 (0)