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.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="EasyNetQ" Version="7.8.0" />
- <PackageReference Include="Furion" Version="4.9.1.20" />
- <PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.1.20" />
- <PackageReference Include="SqlSugarCore" Version="5.1.4.134" />
- <PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.7" />
- </ItemGroup>
-
- <ItemGroup>
- <Folder Include="Common\Enum\" />
- </ItemGroup>
-
- </Project>
|