Skip to content

Commit

Permalink
Fixupss
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephEShook committed Dec 18, 2024
1 parent f267494 commit 52f141c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions UdapEd.sln
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UdapEdAppMaui", "UdapEdAppM
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UtilityTests", "_tests\UtilityTests\UtilityTests.csproj", "{364E6518-77F0-4AD8-9D45-556194C2DE2F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Udap.CdsHooks.Model", "..\udap-dotnet\Udap.CdsHooks.Model\Udap.CdsHooks.Model.csproj", "{6575F222-CE71-4057-8222-E13DCF4CFE8F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -56,10 +54,6 @@ Global
{364E6518-77F0-4AD8-9D45-556194C2DE2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{364E6518-77F0-4AD8-9D45-556194C2DE2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{364E6518-77F0-4AD8-9D45-556194C2DE2F}.Release|Any CPU.Build.0 = Release|Any CPU
{6575F222-CE71-4057-8222-E13DCF4CFE8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6575F222-CE71-4057-8222-E13DCF4CFE8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6575F222-CE71-4057-8222-E13DCF4CFE8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6575F222-CE71-4057-8222-E13DCF4CFE8F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion UdapEdAppMaui/MauiProgram.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public static MauiApp CreateMauiApp()
builder.Services.AddScoped<IAccessService, AccessService>();
builder.Services.AddTransient<IFhirService, FhirService>();
builder.Services.AddScoped<IInfrastructure, Infrastructure>();
builder.Services.AddHttpClient<CdsService>();
builder.Services.AddHttpClient<ICdsService, CdsService>();
builder.Services.AddHttpClient<IServiceExchange, ServiceExchange>();

builder.Services.AddTransient<TrustChainValidator>();
Expand Down

0 comments on commit 52f141c

Please sign in to comment.