lixiaojun
2024-10-10 92a7a5a23ba8552c63d5292e14187f3b4390b9c0
1
2
3
4
5
6
7
8
9
10
11
12
13
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
  </PropertyGroup>
 
  <ItemGroup>
    <PackageReference Include="Yw.Untity.Core" Version="3.0.2" />
  </ItemGroup>
 
</Project>