Files
TouchSocket/examples/Core/FastBinaryFormatterConsoleApp/FastBinaryFormatterConsoleApp.csproj
2024-11-13 21:58:39 +08:00

23 lines
642 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<!--<ItemGroup>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\..\Build\Debug\net8.0\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="TouchSocket.Core">
<HintPath>..\..\..\Build\Debug\net8.0\TouchSocket.Core.dll</HintPath>
</Reference>
</ItemGroup>-->
<ItemGroup>
<PackageReference Include="TouchSocket.Core" Version="3.0.0" />
</ItemGroup>
</Project>