Skip to content

Commit

Permalink
Removed unused nuget package dependencies.
Browse files Browse the repository at this point in the history
Update package info to 1.1.1-beta3
  • Loading branch information
darxis committed Apr 7, 2017
1 parent efcc1db commit 8ac7d0e
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,19 @@

<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<Version>1.1.1-beta2</Version>
<Version>1.1.1-beta3</Version>
<Authors>darxis</Authors>
<Company />
<Description>This package enables LazyLoading for EntityFramework Core</Description>
<PackageTags>Entity Framework Core EF EntityFramework LazyLoading Lazy Include DbContext EntityFrameworkCore</PackageTags>
<PackageTags>Entity Framework Core EF EntityFramework LazyLoading Lazy Include DbContext EntityFrameworkCore O/RM ORM Data</PackageTags>
<RepositoryUrl>https://github.com/darxis/EntityFramework.LazyLoading</RepositoryUrl>
<PackageProjectUrl>https://github.com/darxis/EntityFramework.LazyLoading</PackageProjectUrl>
<AssemblyVersion>1.1.1.1</AssemblyVersion>
<FileVersion>1.1.1.1</FileVersion>
<AssemblyVersion>1.1.1.2</AssemblyVersion>
<FileVersion>1.1.1.2</FileVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="1.1.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="1.1.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="1.1.1" />
</ItemGroup>

</Project>

0 comments on commit 8ac7d0e

Please sign in to comment.