Skip to content

Commit

Permalink
Jones.AutoMapper升级到.net5.0;并升级了依赖库
Browse files Browse the repository at this point in the history
  • Loading branch information
innwin committed Dec 16, 2020
1 parent 4972f56 commit 034b06e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jones.AutoMapper/Jones.AutoMapper.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<Authors>innwin</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>AutoMapper auxiliary library</Description>
<LangVersion>8</LangVersion>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
<PackageVersion>8.0.1</PackageVersion>
<RepositoryUrl>https://github.com/innwin/Jones</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.0.1" />
<PackageReference Include="Jones" Version="1.0.0" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.1.0" />
<PackageReference Include="Jones" Version="2.0.0" />
</ItemGroup>

</Project>

0 comments on commit 034b06e

Please sign in to comment.