Skip to content

Commit

Permalink
Merge pull request #1 from 7sharp9/profile78
Browse files Browse the repository at this point in the history
Corrected .NETCore path and reference assemblies for Profile78
  • Loading branch information
pillowsoft committed May 23, 2014
2 parents 08b1f0f + 6be2157 commit 581e7c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.make.in
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ endif
ifeq (x-$(TargetFramework)-$(FSharpCoreBackVersion),x-portable-net45+wp80+win8-)
VERSION = 4.5.8.0
TARGET = portable-net45+wp80+win8
PCLPATH = .NETPortable
PCLPATH = .NETCore
endif


Expand Down Expand Up @@ -98,7 +98,7 @@ endif
ifeq (x-$(TargetFramework)-$(FSharpCoreBackVersion),x-portable-net45+wp80+win8-3.0)
VERSION = 4.5.8.3
TARGET = portable-net45+wp80+win8
PCLPATH = .NETPortable
PCLPATH = .NETCore
outsuffix = fsharp30/$(TargetFramework)
endif

Expand Down
2 changes: 1 addition & 1 deletion src/FSharpSource.targets
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Some other NuGET monikers to support in the future, see http://docs.nuget.org/do
<OtherFlags>$(OtherFlags) --targetprofile:netcore</OtherFlags>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)'=='portable-windows8+net45'">
<ItemGroup Condition="'$(TargetFramework)'=='portable-windows8+net45' OR '$(TargetFramework)'=='portable-net45+wp80+win8'">
<Reference Include="Microsoft.CSharp.dll" />
<Reference Include="Microsoft.VisualBasic.dll" />
<Reference Include="mscorlib.dll" />
Expand Down

0 comments on commit 581e7c3

Please sign in to comment.