Skip to content

Commit

Permalink
Remove redundant project properties
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed May 7, 2021
1 parent 9aa2d3b commit ad7c9e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions XmpCore.Tests/XmpCore.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp1.0;net452</TargetFrameworks>
<DebugType>portable</DebugType>
<AssemblyName>XmpCore.Tests</AssemblyName>
<PackageId>XmpCore.Tests</PackageId>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dotnet5.4;portable-net451+win8</PackageTargetFallback>
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">1.0.4</RuntimeFrameworkVersion>
Expand Down
3 changes: 0 additions & 3 deletions XmpCore/XmpCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@ This library is a port of Adobe's Java XMP SDK to .NET. It was initially ported

The API should be familiar to users of Adobe's XMPCore, though it has been modified in places to better suit .NET development.</Description>
<Copyright>Copyright 2015-2019</Copyright>
<AssemblyTitle>XmpCore</AssemblyTitle>
<VersionPrefix>6.1.10.0</VersionPrefix>
<Authors>Drew Noakes</Authors>
<TargetFrameworks>netstandard1.0;netstandard2.0;net35</TargetFrameworks>
<NoWarn>$(NoWarn);1591</NoWarn>
<DebugType>portable</DebugType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>XmpCore</AssemblyName>
<PackageId>XmpCore</PackageId>
<PackageTags>XMP;Metadata;Exif;IPTC;ICC</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/drewnoakes/xmp-core-dotnet/master/docs/logo-512px.png</PackageIconUrl>
<PackageLicenseUrl>https://www.adobe.com/devnet/xmp/library/eula-xmp-library-java.html</PackageLicenseUrl>
Expand Down

0 comments on commit ad7c9e4

Please sign in to comment.