liaoxujun@qq.com
2024-02-18 b73ffe97fc885b652b20328c1c3d079a9124fb89
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
<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" />
 </ItemGroup >
</Project>