-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathOrchardCoreContrib.Modules.Web.csproj
More file actions
48 lines (45 loc) · 4.12 KB
/
Copy pathOrchardCoreContrib.Modules.Web.csproj
File metadata and controls
48 lines (45 loc) · 4.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<Project Sdk="Microsoft.NET.Sdk.Web">
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Condition="'$(TargetFramework)' == 'net10.0'" />
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Condition="'$(TargetFramework)' == 'net10.0'" />
<PackageReference Include="Microsoft.Identity.Web" Condition="'$(TargetFramework)' == 'net10.0'" />
<PackageReference Include="OrchardCore.Application.Cms.Targets" />
<PackageReference Include="OrchardCore.Logging.NLog" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OrchardCoreContrib.Apis.Scalar\OrchardCoreContrib.Apis.Scalar.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.Apis.Swagger\OrchardCoreContrib.Apis.Swagger.csproj" />
<ProjectReference Include="$(OrchardCoreContribPath)\OrchardCoreContrib\OrchardCoreContrib.csproj" />
<ProjectReference Include="$(OrchardCoreContribPath)\OrchardCoreContrib.Avatars.Abstractions\OrchardCoreContrib.Avatars.Abstractions.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.Ban\OrchardCoreContrib.Ban.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.CloudflareTurnstile\OrchardCoreContrib.CloudflareTurnstile.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.ContentLocalization\OrchardCoreContrib.ContentLocalization.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.ContentPermissions\OrchardCoreContrib.ContentPermissions.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.ContentPreview\OrchardCoreContrib.ContentPreview.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.Contents\OrchardCoreContrib.Contents.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.DataLocalization\OrchardCoreContrib.DataLocalization.csproj" />
<ProjectReference Include="$(OrchardCoreContribPath)OrchardCoreContrib.Data.YesSql\OrchardCoreContrib.Data.YesSql.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.Diagnostics.Elm\OrchardCoreContrib.Diagnostics.Elm.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.Email.Gmail\OrchardCoreContrib.Email.Gmail.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.Email.Hotmail\OrchardCoreContrib.Email.Hotmail.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.Email.SendGrid\OrchardCoreContrib.Email.SendGrid.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.Email.Yahoo\OrchardCoreContrib.Email.Yahoo.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.Garnet\OrchardCoreContrib.Garnet.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.Gdpr\OrchardCoreContrib.Gdpr.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.GoogleMaps\OrchardCoreContrib.GoogleMaps.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.Gravatar\OrchardCoreContrib.Gravatar.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.HealthChecks\OrchardCoreContrib.HealthChecks.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.Html\OrchardCoreContrib.Html.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.Liquid\OrchardCoreContrib.Liquid.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.ReverseProxy.Yarp\OrchardCoreContrib.ReverseProxy.Yarp.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.Sms.Azure\OrchardCoreContrib.Sms.Azure.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.System\OrchardCoreContrib.System.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.Templating.Liquid\OrchardCoreContrib.Templating.Liquid.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.Templating.Razor\OrchardCoreContrib.Templating.Razor.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.Tenants\OrchardCoreContrib.Tenants.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.Themes.Admin\OrchardCoreContrib.Themes.Admin.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.UserGroups\OrchardCoreContrib.UserGroups.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.Users\OrchardCoreContrib.Users.csproj" />
<ProjectReference Include="..\OrchardCoreContrib.ViewCount\OrchardCoreContrib.ViewCount.csproj" />
</ItemGroup>
</Project>