Adapt to create packages

This commit is contained in:
Oscar Morales 2025-06-17 15:12:10 -06:00
parent 852560d0e2
commit 5935e87704
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> <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<PackageId>Core.Blueprint.Redis</PackageId>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>