Skip to content

Commit

Permalink
LT-5276: [ MT] Step: Deprecated packages validation is failed
Browse files Browse the repository at this point in the history
  • Loading branch information
lykke-vashetsin committed Feb 14, 2024
1 parent ec58c0a commit 94c6666
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions BenchmarkRunner/BenchmarkRunner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>ExternalOrderbooksBenchmark</RootNamespace>
<Version>2.30.3</Version>
<LangVersion>8.0</LangVersion>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions BenchmarkScenarios/BenchmarkScenarios.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>2.30.3</Version>
<LangVersion>8.0</LangVersion>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<PackageReference Include="MessagePack" Version="1.9.11" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Refit" Version="5.2.4" />
<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 @@ -40,7 +40,6 @@
<PackageReference Include="Lykke.Service.ClientAccount.Client" Version="3.2.0" />
<PackageReference Include="Lykke.Service.EmailSender" Version="1.1.0" />
<PackageReference Include="Lykke.Service.Session" Version="16.0.0" />
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.24" />
<PackageReference Include="morelinq" Version="3.3.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="StackExchange.Redis" Version="2.6.66" />
Expand Down
2 changes: 1 addition & 1 deletion src/MarginTrading.Common/MarginTrading.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="LykkeBiz.RabbitMqBroker" Version="9.2.6" />
<PackageReference Include="Lykke.Service.ClientAccount.Client" Version="3.2.0" />
<PackageReference Include="LykkeBiz.SettingsReader" Version="8.1.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.3" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="6.0.0" />
Expand Down

0 comments on commit 94c6666

Please sign in to comment.