Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Slapper.AutoMapper/Slapper.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Slapper.AutoMapper</PackageId>
<Authors>Randy Burden &amp; contributors</Authors>
<PackageProjectUrl>https://github.com/SlapperAutoMapper/Slapper.AutoMapper</PackageProjectUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<RepositoryUrl>https://github.com/SlapperAutoMapper/Slapper.AutoMapper</RepositoryUrl>
<Version>2.0.5</Version>
<TargetFrameworks>netstandard2.1;net47</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net47</TargetFrameworks>
<Product>Slapper.AutoMapper.Core</Product>
<Copyright>Copyright (c) 2016, Randy Burden and contributors. All rights reserved.</Copyright>
<Description>Slapper.AutoMapper is a mapping library that can convert dynamic data into static types and populate complex nested child objects.</Description>
Expand Down