Skip to content

Commit 0da7f90

Browse files
authored
Merge branch 'main' into dmkorolev/tls-httpsys-api
2 parents 3f44486 + 249eaff commit 0da7f90

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build/dependencies.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project>
22
<PropertyGroup Label="Package Versions">
3-
<NpgsqlVersion60>6.0.12</NpgsqlVersion60>
4-
<NpgsqlVersion70>7.0.8</NpgsqlVersion70>
5-
<NpgsqlVersion80>8.0.5</NpgsqlVersion80>
6-
<NpgsqlVersion90>8.0.5</NpgsqlVersion90>
3+
<NpgsqlVersion60>6.0.13</NpgsqlVersion60>
4+
<NpgsqlVersion70>7.0.10</NpgsqlVersion70>
5+
<NpgsqlVersion80>8.0.7</NpgsqlVersion80>
6+
<NpgsqlVersion90>9.0.3</NpgsqlVersion90>
77

88
<MicrosoftDataSqlClientVersion60>5.2.2</MicrosoftDataSqlClientVersion60>
99
<MicrosoftDataSqlClientVersion70>5.2.2</MicrosoftDataSqlClientVersion70>
@@ -12,8 +12,8 @@
1212

1313
<NpgsqlEntityFrameworkCorePostgreSQLVersion60>6.0.29</NpgsqlEntityFrameworkCorePostgreSQLVersion60>
1414
<NpgsqlEntityFrameworkCorePostgreSQLVersion70>7.0.18</NpgsqlEntityFrameworkCorePostgreSQLVersion70>
15-
<NpgsqlEntityFrameworkCorePostgreSQLVersion80>8.0.10</NpgsqlEntityFrameworkCorePostgreSQLVersion80>
16-
<NpgsqlEntityFrameworkCorePostgreSQLVersion90>9.0.0-rc.2</NpgsqlEntityFrameworkCorePostgreSQLVersion90>
15+
<NpgsqlEntityFrameworkCorePostgreSQLVersion80>8.0.11</NpgsqlEntityFrameworkCorePostgreSQLVersion80>
16+
<NpgsqlEntityFrameworkCorePostgreSQLVersion90>9.0.4</NpgsqlEntityFrameworkCorePostgreSQLVersion90>
1717

1818
<PomeloEntityFrameworkCoreMySqlVersion60>6.0.3</PomeloEntityFrameworkCoreMySqlVersion60>
1919
<PomeloEntityFrameworkCoreMySqlVersion70>7.0.0</PomeloEntityFrameworkCoreMySqlVersion70>

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)