Skip to content

Commit

Permalink
Updated for vnext
Browse files Browse the repository at this point in the history
  • Loading branch information
mcintyre321 committed Apr 23, 2017
1 parent c9e8241 commit 7b1d287
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions LinqToAnything/LinqToAnything.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,25 @@
<Copyright>Harry McIntyre</Copyright>
<AssemblyTitle>LinqToAnything</AssemblyTitle>
<Authors>Harry McIntyre @mcintyre321</Authors>
<TargetFrameworks>netstandard1.6;net451</TargetFrameworks>
<TargetFrameworks>netstandard1.6</TargetFrameworks>
<AssemblyName>LinqToAnything</AssemblyName>
<PackageId>LinqToAnything</PackageId>
<PackageTags>LINQ, Expression, IQueryable, Provider</PackageTags>
<PackageProjectUrl>https://github.com/mcintyre321/LinqToAnything</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/mcintyre321/LinqToAnything/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageVersion>1.0.0</PackageVersion>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/mcintyre321/LinqToAnything.git</RepositoryUrl>
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.6' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="QueryInterceptor.Core" Version="1.0.5" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.0.6.8" />
<PackageReference Include="System.Reflection" Version="4.3.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>


<ItemGroup>
<DotNetCliToolReference Include="dotnet-version" Version="1.1.0" />
</ItemGroup>

</Project>

0 comments on commit 7b1d287

Please sign in to comment.