Software_Engineering_Field_.../SiteManagementSystem(Softwa.../SiteManagementSystem(Softwa...

23 lines
1018 B
XML
Raw Normal View History

2024-10-30 17:52:22 +08:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>SiteManagementSystem_SoftwareEngineering_</RootNamespace>
<UserSecretsId>57011486-3ffe-4195-8276-49f577f48fd4</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="IronPython" Version="3.4.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" />
<PackageReference Include="StackExchange.Redis" Version="2.8.16" />
2024-10-30 17:52:22 +08:00
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
2024-11-03 11:21:47 +08:00
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.4.7" />
</ItemGroup>
2024-10-30 17:52:22 +08:00
</Project>