Merge branch 'development' into feature/configure-authentication

This commit is contained in:
Sergio Matias Urquin 2025-07-17 18:57:33 -06:00
commit 598081acea
2 changed files with 2 additions and 5 deletions

View File

@ -8,7 +8,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Blueprint.Logging" Version="0.0.2" /> <PackageReference Include="Core.Blueprint.Logging" Version="1.0.1" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@ -5,8 +5,5 @@
"Microsoft.AspNetCore": "Warning" "Microsoft.AspNetCore": "Warning"
} }
}, },
"AllowedHosts": "*", "AllowedHosts": "*"
"Endpoints": {
"AppConfigurationURI": "https://sandbox-hci-usc-appcg.azconfig.io"
}
} }