liaoxujun@qq.com
2024-02-19 c32275f697e1541694836c47e1682e3291673dbc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<Project Sdk="Microsoft.NET.Sdk.Web">
 
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <CopyRefAssembliesToPublishDirectory>true</CopyRefAssembliesToPublishDirectory>
    <AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
    <Nullable>disable</Nullable>  
  
    <CopyRefAssembliesToPublishDirectory>true</CopyRefAssembliesToPublishDirectory>
</PropertyGroup>
 
 
 
 
  <ItemGroup>
    <PackageReference Include="Elsa.Designer.Components.Web" Version="2.13.0" />
    <PackageReference Include="WalkingTec.Mvvm.TagHelpers.LayUI" Version="6.5.6" />
    <PackageReference Include="WalkingTec.Mvvm.Mvc" Version="6.5.6" />
</ItemGroup>
 
  <ItemGroup>
   <ProjectReference Include="..\cy_scdz.Model\cy_scdz.Model.csproj" />
    <ProjectReference Include="..\cy_scdz.DataAccess\cy_scdz.DataAccess.csproj" />
    <ProjectReference Include="..\cy_scdz.ViewModel\cy_scdz.ViewModel.csproj" />
    <ProjectReference Include="..\utils\utils.csproj" />
 </ItemGroup>
</Project>