NoSugarNet/NoSugarNet.ClientCore/NoSugarNet.ClientCore.csproj

25 lines
752 B
XML
Raw Normal View History

2024-01-19 21:35:33 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-01-23 17:06:47 +08:00
<TargetFramework>net8.0</TargetFramework>
2024-01-19 21:35:33 +08:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
2024-04-15 15:16:10 +08:00
</PropertyGroup>
2024-01-25 17:17:16 +08:00
2024-01-19 21:35:33 +08:00
<ItemGroup>
<Reference Include="Google.Protobuf">
<HintPath>..\Lib\Google.Protobuf.dll</HintPath>
</Reference>
<Reference Include="HaoYueNet.ClientNetwork">
<HintPath>..\Lib\HaoYueNet.ClientNetwork.dll</HintPath>
</Reference>
2024-01-19 21:36:34 +08:00
<Reference Include="HaoYueNet.ServerNetwork">
<HintPath>..\Lib\HaoYueNet.ServerNetwork.dll</HintPath>
</Reference>
2024-04-15 15:16:10 +08:00
<Reference Include="NoSugarNet.DataHelper">
2024-04-15 15:23:54 +08:00
<HintPath>..\Lib\NetLib_Standard2\NoSugarNet.DataHelper.dll</HintPath>
2024-04-15 15:16:10 +08:00
</Reference>
2024-01-19 21:35:33 +08:00
</ItemGroup>
</Project>