Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions WhatsApp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dashboard", "src\SampleApp\
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SampleApp", "SampleApp", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceDefaults", "src\SampleApp\ServiceDefaults\ServiceDefaults.csproj", "{65B20A16-5D87-220C-1765-336D9F7A0840}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -43,18 +41,13 @@ Global
{1D9F1134-3631-4C5E-AF53-FBAB254BCECC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D9F1134-3631-4C5E-AF53-FBAB254BCECC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D9F1134-3631-4C5E-AF53-FBAB254BCECC}.Release|Any CPU.Build.0 = Release|Any CPU
{65B20A16-5D87-220C-1765-336D9F7A0840}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65B20A16-5D87-220C-1765-336D9F7A0840}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65B20A16-5D87-220C-1765-336D9F7A0840}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65B20A16-5D87-220C-1765-336D9F7A0840}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{37A61B10-BE1C-476D-81E0-2D0BCEAF3EE7} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{1D9F1134-3631-4C5E-AF53-FBAB254BCECC} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{65B20A16-5D87-220C-1765-336D9F7A0840} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {682FF84E-D387-4800-B5A5-BEDD33C6C462}
Expand Down
1 change: 0 additions & 1 deletion src/SampleApp/Dashboard/Dashboard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

<ItemGroup>
<ProjectReference Include="..\Sample\Sample.csproj" />
<ProjectReference Include="..\ServiceDefaults\ServiceDefaults.csproj" />
</ItemGroup>

</Project>
1 change: 0 additions & 1 deletion src/SampleApp/Sample/Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\WhatsApp\WhatsApp.csproj" />
<ProjectReference Include="..\ServiceDefaults\ServiceDefaults.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="host.json" CopyToOutputDirectory="PreserveNewest" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Microsoft.Extensions.Hosting;
// Adds common .NET Aspire services: service discovery, resilience, health checks, and OpenTelemetry.
// This project should be referenced by each service project in your solution.
// To learn more about using this project, see https://aka.ms/dotnet/aspire/service-defaults
public static class Extensions
public static class ServiceDefaults
{
public static TBuilder AddServiceDefaults<TBuilder>(this TBuilder builder) where TBuilder : IHostApplicationBuilder
{
Expand Down
24 changes: 0 additions & 24 deletions src/SampleApp/ServiceDefaults/ServiceDefaults.csproj

This file was deleted.