You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.2 KiB
32 lines
1.2 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Remove="C:\Users\zinn1\.nuget\packages\dotnetcore.npoi\1.2.3\contentFiles\any\netstandard2.0\NOTICE.TXT" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
|
|
<PackageReference Include="DotNetCore.NPOI" Version="1.2.3" />
|
|
<PackageReference Include="ExcelDataReader" Version="3.6.0" />
|
|
<PackageReference Include="ExcelDataReader.DataSet" Version="3.6.0" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Features" Version="5.0.17" />
|
|
<PackageReference Include="Microsoft.Office.Interop.Excel" Version="15.0.4795.1001" />
|
|
<PackageReference Include="Spire.XLS" Version="13.2.4" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Dto\Dto.csproj" />
|
|
<ProjectReference Include="..\Entity_Framework\Entity_Framework.csproj" />
|
|
<ProjectReference Include="..\Interface\Interface.csproj" />
|
|
<ProjectReference Include="..\Modele\Modele.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|