Merge pull request #6 from SergioMatias94/feature/adapt-packages

Adapt packages from gitea
This commit is contained in:
2025-06-17 15:07:37 -06:00
committed by GitHub
4 changed files with 5 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Blueprint.Logging" Version="0.0.2" />
<PackageReference Include="Core.Blueprint.Logging" Version="1.0.0" />
</ItemGroup>
<ItemGroup>

View File

@@ -7,7 +7,7 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"MongoDB": "mongodb://localhost:27017",
"MongoDB": "mongodb://admin_agile:Admin%40agileWebs@portainer.white-enciso.pro:27017/?authMechanism=SCRAM-SHA-256",
"Redis": "localhost:6379"
},
"MongoDb": {

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Thalos.Building.Blocks" Version="0.0.5" />
<PackageReference Include="Core.Thalos.BuildingBlocks" Version="1.0.2" />
</ItemGroup>
</Project>

View File

@@ -11,9 +11,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Blueprint.Mongo" Version="0.0.8" />
<PackageReference Include="Blueprint.Redis" Version="0.0.4" />
<PackageReference Include="BuildingBlocks.Library" Version="0.0.1" />
<PackageReference Include="Core.Blueprint.Mongo" Version="1.0.0" />
<PackageReference Include="Core.Blueprint.Redis" Version="1.0.0" />
<PackageReference Include="Mapster" Version="7.4.2-pre02" />
</ItemGroup>