Skip to content

Commit

Permalink
Upgrading to latest possible version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogard committed Jun 21, 2023
1 parent 5252623 commit 6a5a906
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 213 deletions.
6 changes: 3 additions & 3 deletions src/AutoMapper.EF6/AutoMapper.EF6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Extensions to make AutoMapper easier to work with Entity Framework. Project to collections and items, decompiling calculated properties along the way</Description>
<Authors>Jimmy Bogard</Authors>
<TargetFrameworks>net461;netstandard2.1</TargetFrameworks>
<TargetFrameworks>net462;netstandard2.1</TargetFrameworks>
<AssemblyName>AutoMapper.EF6</AssemblyName>
<PackageId>AutoMapper.EF6</PackageId>
<PackageTags>EntityFramework;AutoMapper</PackageTags>
Expand All @@ -16,8 +16,8 @@
<ItemGroup>
<PackageReference Include="MinVer" Version="2.3.1" PrivateAssets="All" />
<PackageReference Include="EntityFramework" Version="6.4.4" />
<PackageReference Include="DelegateDecompiler.EntityFramework" Version="0.28.0" />
<PackageReference Include="AutoMapper" Version="8.0.0" />
<PackageReference Include="DelegateDecompiler.EntityFramework" Version="0.32.0" />
<PackageReference Include="AutoMapper" Version="10.1.1" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
Expand Down
Loading

0 comments on commit 6a5a906

Please sign in to comment.