Skip to content

Commit

Permalink
Fixed package details missing
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCampionJr committed Oct 31, 2020
1 parent ad0c308 commit 763d8ee
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
<PackageTags>$(PackageBaseTags)</PackageTags>
<AssemblyName>Finbuckle.MultiTenant.MongoFramework</AssemblyName>
<Title>Finbuckle.MultiTenant.MongoFramework</Title>
<Description>Finbuckle.MultiTenant integration with MongoFramework providing tenant store and data isolation</Description>
<PackageTags>$(PackageBaseTags)</PackageTags>
<Authors>John Campion Jr</Authors>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 763d8ee

Please sign in to comment.