-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
OSOE-917: Update vulnerable NuGet packages
- Loading branch information
Showing
1 changed file
with
55 additions
and
53 deletions.
There are no files selected for viewing
108 changes: 55 additions & 53 deletions
108
Lombiq.Hosting.Tenants.Maintenance/Lombiq.Hosting.Tenants.Maintenance.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,59 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.Razor"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<AddRazorSupportForMvc>true</AddRazorSupportForMvc> | ||
<DefaultItemExcludes>$(DefaultItemExcludes);.git*;node_modules\**;Tests\**</DefaultItemExcludes> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<Title>Lombiq Hosting - Tenants Maintenance for Orchard Core</Title> | ||
<Authors>Lombiq Technologies</Authors> | ||
<Copyright>Copyright © 2021, Lombiq Technologies Ltd.</Copyright> | ||
<Description>Lombiq Hosting - Tenants Maintenance for Orchard Core: With the help of this module you can execute maintenance tasks on tenants.</Description> | ||
<PackageIcon>NuGetIcon.png</PackageIcon> | ||
<PackageTags>OrchardCore;Lombiq;AspNetCore;Multitenancy;SaaS;Maintenance</PackageTags> | ||
<RepositoryUrl>https://github.com/Lombiq/Hosting-Tenants</RepositoryUrl> | ||
<PackageProjectUrl>https://github.com/Lombiq/Hosting-Tenants/blob/dev/Lombiq.Hosting.Tenants.Maintenance/Readme.md</PackageProjectUrl> | ||
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<FrameworkReference Include="Microsoft.AspNetCore.App" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="OrchardCore.Module.Targets" Version="2.0.0" /> | ||
<PackageReference Include="OrchardCore.ContentManagement" Version="2.0.0" /> | ||
<PackageReference Include="OrchardCore.ContentTypes.Abstractions" Version="2.0.0" /> | ||
<PackageReference Include="OrchardCore.DisplayManagement" Version="2.0.0" /> | ||
<PackageReference Include="OrchardCore.Settings" Version="2.0.0" /> | ||
<PackageReference Include="OrchardCore.Search.Elasticsearch.Core" Version="2.0.0" /> | ||
<PackageReference Include="OrchardCore.Users.Abstractions" Version="2.0.0" /> | ||
<PackageReference Include="OrchardCore.Users.Core" Version="2.0.0" /> | ||
<PackageReference Include="RandomNameGeneratorLibrary" Version="1.2.2" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="Readme.md" /> | ||
<None Include="NuGetIcon.png" Pack="true" PackagePath="" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Remove="node_modules\**" /> | ||
<None Remove="Tests\**" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(NuGetBuild)' != 'true'"> | ||
<ProjectReference Include="..\..\..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.Common\Lombiq.HelpfulLibraries.Common.csproj" /> | ||
<ProjectReference Include="..\..\..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.OrchardCore\Lombiq.HelpfulLibraries.OrchardCore.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(NuGetBuild)' == 'true'"> | ||
<PackageReference Include="Lombiq.HelpfulLibraries.Common" Version="11.0.0" /> | ||
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="11.0.0" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<AddRazorSupportForMvc>true</AddRazorSupportForMvc> | ||
<DefaultItemExcludes>$(DefaultItemExcludes);.git*;node_modules\**;Tests\**</DefaultItemExcludes> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<Title>Lombiq Hosting - Tenants Maintenance for Orchard Core</Title> | ||
<Authors>Lombiq Technologies</Authors> | ||
<Copyright>Copyright © 2021, Lombiq Technologies Ltd.</Copyright> | ||
<Description>Lombiq Hosting - Tenants Maintenance for Orchard Core: With the help of this module you can execute maintenance tasks on tenants.</Description> | ||
<PackageIcon>NuGetIcon.png</PackageIcon> | ||
<PackageTags>OrchardCore;Lombiq;AspNetCore;Multitenancy;SaaS;Maintenance</PackageTags> | ||
<RepositoryUrl>https://github.com/Lombiq/Hosting-Tenants</RepositoryUrl> | ||
<PackageProjectUrl>https://github.com/Lombiq/Hosting-Tenants/blob/dev/Lombiq.Hosting.Tenants.Maintenance/Readme.md</PackageProjectUrl> | ||
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<FrameworkReference Include="Microsoft.AspNetCore.App" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="OrchardCore.Module.Targets" Version="2.0.0" /> | ||
<PackageReference Include="OrchardCore.ContentManagement" Version="2.0.0" /> | ||
<PackageReference Include="OrchardCore.ContentTypes.Abstractions" Version="2.0.0" /> | ||
<PackageReference Include="OrchardCore.DisplayManagement" Version="2.0.0" /> | ||
<PackageReference Include="OrchardCore.Settings" Version="2.0.0" /> | ||
<PackageReference Include="OrchardCore.Search.Elasticsearch.Core" Version="2.0.0" /> | ||
<PackageReference Include="OrchardCore.Users.Abstractions" Version="2.0.0" /> | ||
<PackageReference Include="OrchardCore.Users.Core" Version="2.0.0" /> | ||
<PackageReference Include="RandomNameGeneratorLibrary" Version="1.2.2" /> | ||
<!-- Only needed because RandomNameGeneratorLibrary indirectly referenced a vulnerable version. --> | ||
<PackageReference Include="System.Net.Http" Version="4.3.4" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="Readme.md" /> | ||
<None Include="NuGetIcon.png" Pack="true" PackagePath="" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Remove="node_modules\**" /> | ||
<None Remove="Tests\**" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(NuGetBuild)' != 'true'"> | ||
<ProjectReference Include="..\..\..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.Common\Lombiq.HelpfulLibraries.Common.csproj" /> | ||
<ProjectReference Include="..\..\..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.OrchardCore\Lombiq.HelpfulLibraries.OrchardCore.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(NuGetBuild)' == 'true'"> | ||
<PackageReference Include="Lombiq.HelpfulLibraries.Common" Version="11.0.0" /> | ||
<PackageReference Include="Lombiq.HelpfulLibraries.OrchardCore" Version="11.0.0" /> | ||
</ItemGroup> | ||
|
||
</Project> |