Skip to content

Commit

Permalink
Merge pull request #205 from LykkeBusiness/LT-5293-fix-build
Browse files Browse the repository at this point in the history
LT-5293: [AccountHistoryBroker] Step: Update Version Number is failed
  • Loading branch information
gponomarev-lykke committed Feb 20, 2024
2 parents a4d1b34 + 63e03e0 commit 610935b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>MarginTrading.AccountsManagement.Dal.Common</RootNamespace>
<Version>2.18.0</Version>
<LangVersion>8.0</LangVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.123" />
<PackageReference Include="LykkeBiz.Common" Version="8.1.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="4.1.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.5" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<Version>2.18.0</Version>
<LangVersion>8.0</LangVersion>
<UserSecretsId>94dc4c27-9e8c-48d6-a8e3-95844002f423</UserSecretsId>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<PackageReference Include="MessagePack" Version="1.9.11" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Refit" Version="5.1.27" />
<PackageReference Include="System.ComponentModel.Annotations" Version="6.0.0-preview.4.21253.7" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>2.18.0</Version>
<LangVersion>8.0</LangVersion>
<AspNetCoreHostingModel>OutOfProcess</AspNetCoreHostingModel>
<AspNetCoreModuleName>AspNetCoreModuleV2</AspNetCoreModuleName>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>2.18.0</Version>
<LangVersion>8.0</LangVersion>
<AspNetCoreHostingModel>OutOfProcess</AspNetCoreHostingModel>
<AspNetCoreModuleName>AspNetCoreModuleV2</AspNetCoreModuleName>
Expand Down

0 comments on commit 610935b

Please sign in to comment.