Skip to content

Commit 38248aa

Browse files
committed
chore: use nuget for blite dependencies
1 parent 6e1f912 commit 38248aa

3 files changed

Lines changed: 4 additions & 9 deletions

File tree

BLite.Server.slnx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
<Folder Name="/Elementi di soluzione/">
33
<File Path="AGENTS.md" />
44
</Folder>
5-
<Folder Name="/externals/">
6-
<File Path="../BLite/tools/BLite.Studio/BLite.Studio.csproj" />
7-
<Project Path="../BLite/src/BLite.Bson/BLite.Bson.csproj" />
8-
<Project Path="../BLite/src/BLite.Core/BLite.Core.csproj" />
9-
<Project Path="../BLite/src/BLite/BLite.csproj" />
10-
</Folder>
115
<Folder Name="/src/">
126
<Project Path="src/BLite.Client/BLite.Client.csproj" />
137
<Project Path="src/BLite.Proto/BLite.Proto.csproj" />

src/BLite.Client/BLite.Client.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
</ItemGroup>
2727

2828
<ItemGroup> <!-- BLite engine — direct project reference (local workspace) -->
29-
<ProjectReference Include="..\..\..\BLite\src\BLite\BLite.csproj" />
3029
<!-- gRPC proto definitions + QueryDescriptor -->
3130
<ProjectReference Include="..\..\..\BLite.Server\src\BLite.Proto\BLite.Proto.csproj" />
3231
</ItemGroup>
3332

3433
<ItemGroup>
3534
<!-- gRPC client channel -->
36-
<PackageReference Include="Grpc.Net.Client" Version="2.68.*" />
35+
<PackageReference Include="BLite" Version="3.4.1" />
36+
<PackageReference Include="Grpc.Net.Client" Version="2.68.*" />
3737
<!-- QueryDescriptor wire serialization (same options as server) -->
38-
<PackageReference Include="MessagePack" Version="3.1.*" />
38+
<PackageReference Include="MessagePack" Version="3.1.*" />
3939
</ItemGroup>
4040

4141
</Project>

src/BLite.Server/BLite.Server.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646

4747
<ItemGroup>
4848
<!-- OS service integration (Windows Service + Linux systemd) -->
49+
<PackageReference Include="BLite" Version="3.4.1" />
4950
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="10.0.*" />
5051
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="10.0.*" />
5152

0 commit comments

Comments
 (0)