Skip to content

Commit

Permalink
Merge pull request #20 from liguori/aspire
Browse files Browse the repository at this point in the history
Aspire
  • Loading branch information
lig1990 committed Aug 30, 2024
2 parents d37e201 + ed2140d commit fd49aa5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/Savings.AppHost/Savings.AppHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.1.0" />
<PackageReference Include="Aspire.Hosting.AppHost" Version="8.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
5 changes: 1 addition & 4 deletions src/Savings.SPA/Savings.SPA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.8" PrivateAssets="all" />
<PackageReference Include="Microsoft.Authentication.WebAssembly.Msal" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Radzen.Blazor" Version="5.1.3" />
<PackageReference Include="Radzen.Blazor" Version="5.1.6" />
<PackageReference Include="Refit" Version="7.1.2" />
<PackageReference Include="Refit.HttpClientFactory" Version="7.1.2" />
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<TrimmerRootAssembly Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Savings.Model\Savings.Model.csproj" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Savings.ServiceDefaults/Savings.ServiceDefaults.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />

<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="8.7.0" />
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery" Version="8.1.0" />
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="8.8.0" />
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery" Version="8.2.0" />
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Savings.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Savings.SPA", "Savings.SPA\
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Savings.Model", "Savings.Model\Savings.Model.csproj", "{B86FCE4C-2B8D-4F13-91DE-AD512D99D108}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Savings.AppHost", "Savings.AppHost\Savings.AppHost.csproj", "{066ED34A-3854-45B2-9486-17A500263898}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Savings.AppHost", "Savings.AppHost\Savings.AppHost.csproj", "{066ED34A-3854-45B2-9486-17A500263898}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Savings.ServiceDefaults", "Savings.ServiceDefaults\Savings.ServiceDefaults.csproj", "{76D10FA6-88B7-4379-A45F-C6338F460A28}"
EndProject
Expand Down

0 comments on commit fd49aa5

Please sign in to comment.