mh_custom/wtmProject/wtmProject.csproj

25 lines
1.1 KiB
XML
Raw Normal View History

2024-05-16 17:30:33 +08:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<CopyRefAssembliesToPublishDirectory>true</CopyRefAssembliesToPublishDirectory>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<Nullable>disable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Elsa.Designer.Components.Web" Version="2.13.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="6.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.21">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="WalkingTec.Mvvm.Mvc" Version="6.5.4" />
<ProjectReference Include="..\wtmProject.Client\wtmProject.Client.csproj" />
<ProjectReference Include="..\wtmProject.Shared\wtmProject.Shared.csproj" />
<ProjectReference Include="..\wtmProject.DataAccess\wtmProject.DataAccess.csproj" />
</ItemGroup>
</Project>