Skip to content

Commit d099d8b

Browse files
committed
Update referenced Steeltoe version to 4.x
1 parent 8682580 commit d099d8b

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<SteeltoeVersion>4.*-main-*</SteeltoeVersion>
3+
<SteeltoeVersion>4.*-*</SteeltoeVersion>
44
</PropertyGroup>
55
</Project>

Connectors/src/CosmosDb/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<SteeltoeVersion>4.*-main-*</SteeltoeVersion>
3+
<SteeltoeVersion>4.*-*</SteeltoeVersion>
44
</PropertyGroup>
55
<PropertyGroup>
66
<AspNetCoreVersion>8.0.*</AspNetCoreVersion>

Connectors/src/MongoDb/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<SteeltoeVersion>4.*-main-*</SteeltoeVersion>
3+
<SteeltoeVersion>4.*-*</SteeltoeVersion>
44
</PropertyGroup>
55
<PropertyGroup>
66
<AspNetCoreVersion>8.0.*</AspNetCoreVersion>

Connectors/src/MySql/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<SteeltoeVersion>4.*-main-*</SteeltoeVersion>
3+
<SteeltoeVersion>4.*-*</SteeltoeVersion>
44
</PropertyGroup>
55
<PropertyGroup>
66
<AspNetCoreVersion>8.0.*</AspNetCoreVersion>

Connectors/src/MySqlEFCore/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<SteeltoeVersion>4.*-main-*</SteeltoeVersion>
3+
<SteeltoeVersion>4.*-*</SteeltoeVersion>
44
</PropertyGroup>
55
<PropertyGroup>
66
<AspNetCoreVersion>8.0.*</AspNetCoreVersion>

Connectors/src/PostgreSql/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<SteeltoeVersion>4.*-main-*</SteeltoeVersion>
3+
<SteeltoeVersion>4.*-*</SteeltoeVersion>
44
</PropertyGroup>
55
<PropertyGroup>
66
<AspNetCoreVersion>8.0.*</AspNetCoreVersion>

Connectors/src/PostgreSqlEFCore/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<SteeltoeVersion>4.*-main-*</SteeltoeVersion>
3+
<SteeltoeVersion>4.*-*</SteeltoeVersion>
44
</PropertyGroup>
55
<PropertyGroup>
66
<AspNetCoreVersion>8.0.*</AspNetCoreVersion>

Connectors/src/RabbitMQ/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<SteeltoeVersion>4.*-main-*</SteeltoeVersion>
3+
<SteeltoeVersion>4.*-*</SteeltoeVersion>
44
</PropertyGroup>
55
<PropertyGroup>
66
<AspNetCoreVersion>8.0.*</AspNetCoreVersion>

Connectors/src/Redis/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<SteeltoeVersion>4.*-main-*</SteeltoeVersion>
3+
<SteeltoeVersion>4.*-*</SteeltoeVersion>
44
</PropertyGroup>
55
<PropertyGroup>
66
<AspNetCoreVersion>8.0.*</AspNetCoreVersion>

Connectors/src/SqlServerEFCore/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<SteeltoeVersion>4.*-main-*</SteeltoeVersion>
3+
<SteeltoeVersion>4.*-*</SteeltoeVersion>
44
</PropertyGroup>
55
<PropertyGroup>
66
<AspNetCoreVersion>8.0.*</AspNetCoreVersion>

0 commit comments

Comments
 (0)