Adapt to create packages #4

Merged
OscarMmtz merged 1 commits from feature/adapt-to-connect-to-local-mongo into development 2025-06-17 21:12:43 +00:00
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="Gitea" value="https://gitea.white-enciso.pro/api/packages/AgileWebs/nuget" />
</packageSources>
<packageSourceCredentials>
<Gitea>
<Username>oscarmmtz</Username>
<ClearTextPassword>544831e1ceaf52958e02c5de4d23cbde9e7a860a</ClearTextPassword>
</Gitea>
</packageSourceCredentials>
</configuration>

View File

@@ -4,6 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Core.Blueprint.Redis</PackageId>
</PropertyGroup>
<ItemGroup>