Skip to content

Commit

Permalink
修复AutoMapper版本不兼容问题
Browse files Browse the repository at this point in the history
Signed-off-by: cocosip <1185513330@qq.com>
  • Loading branch information
cocosip committed Feb 28, 2024
1 parent ee7b0f5 commit b773bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotCommon.AutoMapper/DotCommon.AutoMapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\..\common.props" />

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>DotCommon.AutoMapper</AssemblyName>
<PackageId>DotCommon.AutoMapper</PackageId>
<RootNamespace>DotCommon</RootNamespace>
Expand Down

0 comments on commit b773bc3

Please sign in to comment.