Skip to content

Commit

Permalink
Merge pull request #78 from AutoMapper/SupportNetStandardWithEF6
Browse files Browse the repository at this point in the history
Sample projects referencing latest.
  • Loading branch information
BlaiseD authored Nov 12, 2020
2 parents 62f4c22 + d4b456f commit f3a7303
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion WebAPI.AspNet.OData.EF6/WebAPI.AspNet.OData.EF6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<HintPath>..\packages\AutoMapper.10.0.0\lib\net461\AutoMapper.dll</HintPath>
</Reference>
<Reference Include="AutoMapper.AspNet.OData.EF6, Version=2.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
<HintPath>..\packages\AutoMapper.AspNet.OData.EF6.2.0.3-preview.0.1\lib\net461\AutoMapper.AspNet.OData.EF6.dll</HintPath>
<HintPath>..\packages\AutoMapper.AspNet.OData.EF6.2.0.3-preview.2\lib\net461\AutoMapper.AspNet.OData.EF6.dll</HintPath>
</Reference>
<Reference Include="AutoMapper.Extensions.ExpressionMapping, Version=4.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
<HintPath>..\packages\AutoMapper.Extensions.ExpressionMapping.4.0.2\lib\net461\AutoMapper.Extensions.ExpressionMapping.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion WebAPI.AspNet.OData.EF6/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AutoMapper" version="10.0.0" targetFramework="net472" />
<package id="AutoMapper.AspNet.OData.EF6" version="2.0.3-preview.0.1" targetFramework="net472" />
<package id="AutoMapper.AspNet.OData.EF6" version="2.0.3-preview.2" targetFramework="net472" />
<package id="AutoMapper.Extensions.ExpressionMapping" version="4.0.2" targetFramework="net472" />
<package id="EntityFramework" version="6.2.0" targetFramework="net472" />
<package id="LogicBuilder.Expressions.Utils" version="4.0.2" targetFramework="net472" />
Expand Down
4 changes: 2 additions & 2 deletions WebAPI.OData.EF6/WebAPI.OData.EF6.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AutoMapper.AspNetCore.OData.EF6" Version="2.0.3-preview.1.1" />
<PackageReference Include="AutoMapper.AspNetCore.OData.EF6" Version="2.0.3-preview.2" />
<PackageReference Include="Microsoft.AspNetCore.OData" Version="7.4.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion WebAPI.OData.EFCore/WebAPI.OData.EFCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AutoMapper.AspNetCore.OData.EFCore" Version="2.0.3-preview.1" />
<PackageReference Include="AutoMapper.AspNetCore.OData.EFCore" Version="2.0.3-preview.2" />
<PackageReference Include="AutoMapper.Extensions.ExpressionMapping" Version="4.0.2" />
<PackageReference Include="Microsoft.AspNetCore.OData" Version="7.4.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1" />
Expand Down

0 comments on commit f3a7303

Please sign in to comment.