Skip to content

Commit

Permalink
Merge pull request #575 from hippiehunter/master
Browse files Browse the repository at this point in the history
added WPA81 to the list of PCL targets
  • Loading branch information
Paul Betts committed Sep 24, 2014
2 parents 21fc0d7 + 0c4ab4c commit 756d5cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Octokit/Octokit-Portable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<RootNamespace>Octokit</RootNamespace>
<AssemblyName>Octokit</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
<TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<CodeAnalysisCulture>en-US</CodeAnalysisCulture>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
Expand Down Expand Up @@ -366,4 +366,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Target "IntegrationTests" (fun _ ->
Target "CreateOctokitPackage" (fun _ ->
let net45Dir = packagingDir @@ "lib/net45/"
let netcore45Dir = packagingDir @@ "lib/netcore45/"
let portableDir = packagingDir @@ "lib/portable-net45+wp80+win/"
let portableDir = packagingDir @@ "lib/portable-net45+wp80+win+wpa81/"
CleanDirs [net45Dir; netcore45Dir; portableDir]

CopyFile net45Dir (buildDir @@ "Release/Net45/Octokit.dll")
Expand Down Expand Up @@ -166,4 +166,4 @@ Target "CreatePackages" DoNothing
"CreateOctokitReactivePackage"
==> "CreatePackages"

RunTargetOrDefault "Default"
RunTargetOrDefault "Default"

0 comments on commit 756d5cc

Please sign in to comment.