Skip to content

Commit

Permalink
Fix Volo.Blogging.MongoDB.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Feb 23, 2019
1 parent e2e04fa commit 3cada55
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\..\..\common.props" />

<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Volo.Blogging.MongoDB</AssemblyName>
<PackageId>Volo.Blogging.MongoDB</PackageId>
<RootNamespace />
Expand Down

0 comments on commit 3cada55

Please sign in to comment.