Merge pull request #8396 from umbraco/netcore/feature/AB4827-sqlce-nuget

NuGet package specifications for SQL CE
This commit is contained in:
Bjarke Berg
2020-07-10 13:49:42 +02:00
committed by GitHub
11 changed files with 68 additions and 11 deletions

View File

@@ -6,8 +6,9 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DocumentationFile>bin\Release\Umbraco.Web.UI.NetCore.xml</DocumentationFile>
<DocumentationFile>bin\Release\Umbraco.Web.UI.NetCore.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Umbraco.Examine.Lucene\Umbraco.Examine.Lucene.csproj" />
<ProjectReference Include="..\Umbraco.Persistance.SqlCe\Umbraco.Persistance.SqlCe.csproj" />