Skip to content

Commit

Permalink
Merge pull request #508 from Atralupus/bump-to-1.20.0-dev.57ec7
Browse files Browse the repository at this point in the history
bump lib9c to 1.20.0-dev.57ec7
  • Loading branch information
Atralupus authored Nov 21, 2024
2 parents bb31e73 + b9dc760 commit d5c8503
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Lib9c.GraphQL/Lib9c.GraphQL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Lib9c" Version="1.19.0" />
<PackageReference Include="Lib9c" Version="1.20.0-dev.57ec7358fd3b6f0f515cb42d162d206080cf46b3" />
<PackageReference Include="Libplanet" Version="5.3.2-alpha.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Lib9c.Models.Tests/Lib9c.Models.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.0"/>
<PackageReference Include="Lib9c" Version="1.19.0" />
<PackageReference Include="Lib9c" Version="1.20.0-dev.57ec7358fd3b6f0f515cb42d162d206080cf46b3" />
<PackageReference Include="Libplanet" Version="5.3.2-alpha.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
<PackageReference Include="xunit" Version="2.5.3"/>
Expand Down
2 changes: 1 addition & 1 deletion Lib9c.Models/Lib9c.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="HotChocolate.AspNetCore" Version="13.9.12" />
<PackageReference Include="Lib9c" Version="1.19.0" />
<PackageReference Include="Lib9c" Version="1.20.0-dev.57ec7358fd3b6f0f515cb42d162d206080cf46b3" />
<PackageReference Include="Libplanet" Version="5.3.2-alpha.1" />
<PackageReference Include="MongoDB.Driver" Version="2.27.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Mimir.Worker/Mimir.Worker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Lib9c" Version="1.19.0" />
<PackageReference Include="Lib9c" Version="1.20.0-dev.57ec7358fd3b6f0f515cb42d162d206080cf46b3" />
<PackageReference Include="Lib9c.Abstractions" Version="1.19.0" />
<PackageReference Include="Libplanet.RocksDBStore" Version="5.3.2-alpha.1" />
<PackageReference Include="Libplanet" Version="5.3.2-alpha.1" />
Expand Down
2 changes: 1 addition & 1 deletion Mimir/Mimir.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Lib9c" Version="1.19.0" />
<PackageReference Include="Lib9c" Version="1.20.0-dev.57ec7358fd3b6f0f515cb42d162d206080cf46b3" />
<PackageReference Include="Libplanet" Version="5.3.2-alpha.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.7" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.3.1" />
Expand Down

0 comments on commit d5c8503

Please sign in to comment.