Skip to content

Commit

Permalink
Remove AspNetCoreIntegration project.
Browse files Browse the repository at this point in the history
Each integration will be in its own project.
  • Loading branch information
montyclt committed Sep 17, 2024
1 parent 792ae4f commit 148ec16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
12 changes: 0 additions & 12 deletions src/AspNetCoreIntegration/AspNetCoreIntegration.csproj

This file was deleted.

6 changes: 1 addition & 5 deletions src/IOKode.OpinionatedFramework.sln
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.MicrosoftConfiguratio
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DefaultBootstrapping", "DefaultBootstrapping\DefaultBootstrapping.csproj", "{20106B8C-E158-4284-884D-2D1A7822D0B2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetCoreIntegration", "AspNetCoreIntegration\AspNetCoreIntegration.csproj", "{792E89F9-FF31-4945-BAFD-2CFAC0D575C2}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AspNetCoreIntegrations", "AspNetCoreIntegrations", "{038D9778-AA71-45A0-A33B-AFD50623285C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -167,10 +167,6 @@ Global
{20106B8C-E158-4284-884D-2D1A7822D0B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20106B8C-E158-4284-884D-2D1A7822D0B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20106B8C-E158-4284-884D-2D1A7822D0B2}.Release|Any CPU.Build.0 = Release|Any CPU
{792E89F9-FF31-4945-BAFD-2CFAC0D575C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{792E89F9-FF31-4945-BAFD-2CFAC0D575C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{792E89F9-FF31-4945-BAFD-2CFAC0D575C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{792E89F9-FF31-4945-BAFD-2CFAC0D575C2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 148ec16

Please sign in to comment.