Skip to content

Commit

Permalink
Fix Host.Sql.Common dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Maruszak <[email protected]>
  • Loading branch information
zarusz committed Mar 30, 2024
1 parent b2dbd3a commit af0ea80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/tasks.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ $projects = @(
"SlimMessageBus.Host.Mqtt",
"SlimMessageBus.Host.RabbitMQ",
"SlimMessageBus.Host.Sql",
"SlimMessageBus.Host.Sql.Common",

"SlimMessageBus.Host.FluentValidation",

Expand Down
2 changes: 1 addition & 1 deletion src/Host.Plugin.Properties.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>
<Version>2.3.0-rc3</Version>
<Version>2.3.0-rc4</Version>
</PropertyGroup>

</Project>

0 comments on commit af0ea80

Please sign in to comment.