Removed file

This commit is contained in:
Bjarke Berg
2020-02-24 10:53:54 +01:00
parent de59d499a9
commit 329ad4324e
@@ -1,19 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Umbraco.Examine</AssemblyName>
<RootNamespace>Umbraco.Examine</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Examine.Core" Version="2.0.0-alpha.20200128.15" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Umbraco.Abstractions\Umbraco.Abstractions.csproj" />
<ProjectReference Include="..\Umbraco.Core\Umbraco.Core.csproj" />
<ProjectReference Include="..\Umbraco.Infrastructure\Umbraco.Infrastructure.csproj" />
</ItemGroup>
</Project>