1234567891011121314151617181920 |
- <Project Sdk="Microsoft.NET.Sdk.Web">
- <PropertyGroup>
- <TargetFramework>net5.0</TargetFramework>
- <AssemblyName>HyperCube</AssemblyName>
- <RootNamespace>HyperCube</RootNamespace>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="BitMiracle.Docotic.Pdf" Version="8.0.11774" />
- <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="5.0.4" />
- <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.4" />
- <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="5.0.4" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.4" />
- <PackageReference Include="MySql.EntityFrameworkCore" Version="5.0.0" />
- <PackageReference Include="MySql.Data" Version="8.0.23" />
- <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
- </ItemGroup>
- </Project>
|