4 Commits

Author SHA1 Message Date
Sergio Matias Urquin
598081acea Merge branch 'development' into feature/configure-authentication 2025-07-17 18:57:33 -06:00
3b42b60757 Fix merge 2025-06-23 00:36:05 -06:00
4cea65632b fix 2025-06-23 00:32:55 -06:00
a9981b6eb3 fix: updated BluePrint package
fixed package name and source
2025-06-20 22:00:37 -06:00
2 changed files with 2 additions and 5 deletions

View File

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

View File

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