| <Project Sdk="Microsoft.NET.Sdk"> |
| <PropertyGroup> |
| <OutputType>Exe</OutputType> |
| <TargetFramework>net8.0</TargetFramework> |
| <LangVersion>12.0</LangVersion> |
| <ImplicitUsings>enable</ImplicitUsings> |
| <Nullable>enable</Nullable> |
| </PropertyGroup> |
| |
| <ItemGroup> |
| <PackageReference Include="MessagePack" Version="2.5.187" /> |
| <PackageReference Include="protobuf-net" Version="3.2.56" /> |
| </ItemGroup> |
| |
| <ItemGroup> |
| <ProjectReference Include="../../csharp/src/Fory/Fory.csproj" /> |
| <ProjectReference Include="../../csharp/src/Fory.Generator/Fory.Generator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" /> |
| </ItemGroup> |
| </Project> |