Skip to content

Commit

Permalink
Fix 9150 --- #i nuget on desktop witout net48 ref assemblies fails. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRansom authored Sep 14, 2020
1 parent c1b7e6a commit 23b0b98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ $(POUND_R)
<FSharpCoreImplicitPackageVersion Condition="'$(FSharpCoreImplicitPackageVersion)' == '{{FSharpCorePreviewPackageVersion}}'">4.7.1-*</FSharpCoreImplicitPackageVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include='Microsoft.NETFramework.ReferenceAssemblies' Version='1.0.0' Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'"/>
</ItemGroup>
$(PACKAGEREFERENCES)
<Target Name="ComputePackageRootsForInteractivePackageManagement"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ module FSharpDependencyManager =
validatePackageName v "FSharp.Core"
validatePackageName v "System.ValueTuple"
validatePackageName v "NETStandard.Library"
validatePackageName v "Microsoft.NETFramework.ReferenceAssemblies"
Some { current with Include = v }
let setVersion v = Some { current with Version = v }
match opt with
Expand Down

0 comments on commit 23b0b98

Please sign in to comment.