Skip to content

Commit

Permalink
(build) net46 target
Browse files Browse the repository at this point in the history
  • Loading branch information
RLittlesII committed Dec 13, 2017
1 parent aa944bd commit 7471d2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions nuspec/nuget/Cake.Fastlane.nuspec
Expand Up @@ -16,7 +16,9 @@
<tags>cake script build fastlane ios mobile</tags>
</metadata>
<files>
<file src="Cake.Fastlane.dll" target="lib/netstandard1.6" />
<file src="Cake.Fastlane.pdb" target="lib/netstandard1.6" />
<file src="net46\Cake.Fastlane.dll" target="lib/net46" />
<file src="net46\Cake.Fastlane.pdb" target="lib/net46" />
<file src="netstandard1.6\Cake.Fastlane.dll" target="lib/netstandard1.6" />
<file src="netstandard1.6\Cake.Fastlane.pdb" target="lib/netstandard1.6" />
</files>
</package>
4 changes: 2 additions & 2 deletions src/Cake.Fastlane/Cake.Fastlane.csproj
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.6</TargetFramework>
<Version>0.1.0</Version>
<TargetFrameworks>net46;netstandard1.6</TargetFrameworks>
<Version>0.0.0</Version>
<Description>Cake addIn that extends Cake with support for fastlane tools.</Description>
<RepositoryUrl>https://github.com/RLittlesII/Cake.Fastlane</RepositoryUrl>
<PackageLicenseUrl>https://github.com/RLittlesII/Cake.Fastlane/blob/master/LICENSE</PackageLicenseUrl>
Expand Down

0 comments on commit 7471d2a

Please sign in to comment.