ln.bson/ln.bson.storage/ln.bson.storage.csproj

18 lines
487 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\ln.collections\ln.collections\ln.collections.csproj" />
<ProjectReference Include="..\ln.bson\ln.bson.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ln.bson" Version="1.0.0" />
</ItemGroup>
</Project>