ningshuxia
2022-08-19 594b3d1a2fa051d1aa8c3da15cbdff6195dbbfc5
1
2
3
4
5
6
7
8
9
10
11
12
13
<Project Sdk="Microsoft.NET.Sdk.Web">
 
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
  </PropertyGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\Component\IStation.Furion\IStation.Furion.csproj" />
  </ItemGroup>
 
</Project>