-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Update] dependencies to resolve transitive dep vulnerability
- Loading branch information
1 parent
7d61937
commit 8a0bf9f
Showing
3 changed files
with
87 additions
and
74 deletions.
There are no files selected for viewing
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
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
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,76 +1,81 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<Project Sdk="Microsoft.NET.Sdk.Razor"> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<LangVersion>Latest</LangVersion> | ||
<Version>5.0.1</Version> | ||
<AssemblyVersion>5.0.1</AssemblyVersion> | ||
<FileVersion>5.0.1</FileVersion> | ||
<Title>CDP4 WEB Common</Title> | ||
<Description>A Common Library for any Blazor based application related to ECSS-E-TM-10-25</Description> | ||
<Company>Starion Group S.A.</Company> | ||
<Copyright>Copyright 2023-2024 Starion Group S.A.</Copyright> | ||
<PackageId>CDP4.WEB.Common</PackageId> | ||
<AssemblyTitle>COMET.WEB.Common</AssemblyTitle> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<Authors>Sam, Alex, Alexander, Antoine, Jaime, Nabil</Authors> | ||
<RepositoryType>Git</RepositoryType> | ||
<RepositoryUrl>https://github.com/STARIONGROUP/COMET-WEB-Community-Edition.git</RepositoryUrl> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<AddRazorSupportForMvc>true</AddRazorSupportForMvc> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PackageIcon>cdp4-icon.png</PackageIcon> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
<PackageReleaseNotes> | ||
[Update] all common view-viewmodels | ||
[Update] business logic | ||
[Update] to Starion Group S.A. | ||
</PackageReleaseNotes> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="AsyncEnumerator" Version="4.0.2" /> | ||
<PackageReference Include="Blazored.FluentValidation" Version="2.2.0" /> | ||
<PackageReference Include="CDP4ServicesDal-CE" Version="27.2.3" /> | ||
<PackageReference Include="CDP4Web-CE" Version="27.2.3" /> | ||
<PackageReference Include="DevExpress.Blazor" Version="23.2.7" /> | ||
<PackageReference Include="FluentResults" Version="3.16.0" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.8" /> | ||
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.8" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" /> | ||
<PackageReference Include="ReactiveUI" Version="20.1.1" /> | ||
<PackageReference Include="System.Drawing.Common" Version="8.0.8" /> | ||
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="..\README.md" Pack="true" PackagePath="\" /> | ||
<None Include="..\cdp4-icon.png" Pack="true" PackagePath="\" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<InternalsVisibleTo Include="COMET.Web.Common.Tests" /> | ||
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Update="Components\BookEditor\InputEditor.razor"> | ||
<ExcludeFromSingleFile>true</ExcludeFromSingleFile> | ||
</Content> | ||
<Content Update="wwwroot\DefaultTextConfiguration.json"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</Content> | ||
<Content Update="wwwroot\server_configuration.json"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</Content> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<UpToDateCheckInput Remove="Components\SingleThingApplicationTemplate.razor" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<_ContentIncludedByDefault Remove="Components\Applications\ApplicationTemplate.razor" /> | ||
<_ContentIncludedByDefault Remove="Components\SingleThingApplicationTemplate.razor" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<UpToDateCheckInput Remove="Components\Applications\ApplicationTemplate.razor" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<LangVersion>Latest</LangVersion> | ||
<Version>5.0.1</Version> | ||
<AssemblyVersion>5.0.1</AssemblyVersion> | ||
<FileVersion>5.0.1</FileVersion> | ||
<Title>CDP4 WEB Common</Title> | ||
<Description>A Common Library for any Blazor based application related to ECSS-E-TM-10-25</Description> | ||
<Company>Starion Group S.A.</Company> | ||
<Copyright>Copyright 2023-2024 Starion Group S.A.</Copyright> | ||
<PackageId>CDP4.WEB.Common</PackageId> | ||
<AssemblyTitle>COMET.WEB.Common</AssemblyTitle> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<Authors>Sam, Alex, Alexander, Antoine, Jaime, Nabil</Authors> | ||
<RepositoryType>Git</RepositoryType> | ||
<RepositoryUrl>https://github.com/STARIONGROUP/COMET-WEB-Community-Edition.git</RepositoryUrl> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<AddRazorSupportForMvc>true</AddRazorSupportForMvc> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PackageIcon>cdp4-icon.png</PackageIcon> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
<PackageReleaseNotes> | ||
[Update] to CDP4-SDK 27.2.3 | ||
[Update] to DevExpress.Blazor 23.2.8 | ||
</PackageReleaseNotes> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="AsyncEnumerator" Version="4.0.2" /> | ||
<PackageReference Include="Blazored.FluentValidation" Version="2.2.0" /> | ||
<PackageReference Include="CDP4ServicesDal-CE" Version="27.2.3" /> | ||
<PackageReference Include="CDP4Web-CE" Version="27.2.3" /> | ||
<PackageReference Include="DevExpress.Blazor" Version="23.2.8" /> | ||
<PackageReference Include="FluentResults" Version="3.16.0" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.8" /> | ||
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.8" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" /> | ||
<PackageReference Include="ReactiveUI" Version="20.1.1" /> | ||
<PackageReference Include="System.Drawing.Common" Version="8.0.8" /> | ||
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Label="override transitive vulnerable dependency"> | ||
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\README.md" Pack="true" PackagePath="\" /> | ||
<None Include="..\cdp4-icon.png" Pack="true" PackagePath="\" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<InternalsVisibleTo Include="COMET.Web.Common.Tests" /> | ||
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Update="Components\BookEditor\InputEditor.razor"> | ||
<ExcludeFromSingleFile>true</ExcludeFromSingleFile> | ||
</Content> | ||
<Content Update="wwwroot\DefaultTextConfiguration.json"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</Content> | ||
<Content Update="wwwroot\server_configuration.json"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</Content> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<UpToDateCheckInput Remove="Components\SingleThingApplicationTemplate.razor" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<_ContentIncludedByDefault Remove="Components\Applications\ApplicationTemplate.razor" /> | ||
<_ContentIncludedByDefault Remove="Components\SingleThingApplicationTemplate.razor" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<UpToDateCheckInput Remove="Components\Applications\ApplicationTemplate.razor" /> | ||
</ItemGroup> | ||
</Project> |