Skip to content

Commit

Permalink
Reduce dependencies (#28)
Browse files Browse the repository at this point in the history
* Add Composer

* Make AddMicrosoftAccountAuthentication internal to make breaking composer change obvious

* Remove dependency on Umbraco.Cms.Core as it's a transitive dependency
  • Loading branch information
stevetemple authored Jul 12, 2024
1 parent 4f2001d commit 43ebdf3
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/Umbraco.Community.AzureSSO/Umbraco.Community.AzureSSO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Product>Azure SSO for Umbraco</Product>
<ProjectUrl>https://github.com/Gibe/Umbraco.Community.AzureSSO</ProjectUrl>
<PackageTags>umbraco-marketplace;sso;azure-ad;aad</PackageTags>
<Copyright>Copyright (c) 2023 Gibe Digital Ltd</Copyright>
<Copyright>Copyright (c) 2024 Gibe Digital Ltd</Copyright>
<Description>Umbraco module to simplify setup of Azure SSO login for Umbraco users</Description>
<Title>Umbraco Azure AD SSO</Title>
<PackageProjectUrl>https://github.com/Gibe/Umbraco.Community.AzureSSO</PackageProjectUrl>
Expand All @@ -33,25 +33,16 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Umbraco.Cms.Core">
<Version>13.0.0</Version>
</PackageReference>
<PackageReference Include="Umbraco.Cms.Web.BackOffice">
<Version>13.0.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="Umbraco.Cms.Core">
<Version>11.0.0</Version>
</PackageReference>
<PackageReference Include="Umbraco.Cms.Web.BackOffice">
<Version>11.0.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Umbraco.Cms.Core">
<Version>10.0.0</Version>
</PackageReference>
<PackageReference Include="Umbraco.Cms.Web.BackOffice">
<Version>10.0.0</Version>
</PackageReference>
Expand Down

0 comments on commit 43ebdf3

Please sign in to comment.