You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
558 B
19 lines
558 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
|
|
<SignAssembly>false</SignAssembly>
|
|
<PublicSign>false</PublicSign>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<Description>Document-oriented entities for the OpenIddict MongoDB stores.</Description>
|
|
<PackageTags>$(PackageTags);mongodb;models</PackageTags>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="MongoDB.Bson" />
|
|
<PackageReference Include="System.Collections.Immutable" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|