blob: 0f55f74c84aeb2170e8ce400605a14ce5b107da0 [file]
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>12.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Fory.ExternalTypes\Fory.ExternalTypes.csproj" />
<ProjectReference Include="..\Fory.InheritanceProviders\Fory.InheritanceProviders.csproj" />
<ProjectReference Include="..\..\src\Fory\Fory.csproj" />
<ProjectReference Include="..\..\src\Fory.Generator\Fory.Generator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>
</Project>