Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

Commit 771c147

Browse files
committed
Fix non-canonical target framework name
This was the root cause behind dotnet/project-system#2388
1 parent a6923ce commit 771c147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<OutputPath>$(MSBuildThisFileDirectory)..\bin\$(Configuration)\</OutputPath>
66

77
<DesktopOnlyFrameworks>net45;net40;net20</DesktopOnlyFrameworks>
8-
<PortableOnlyFrameworks>netstandard1.1;portable-net4+win8+wpa81;portable-net45+win8+wpa81</PortableOnlyFrameworks>
8+
<PortableOnlyFrameworks>netstandard1.1;portable-net40+win8+wpa81;portable-net45+win8+wpa81</PortableOnlyFrameworks>
99
<DesktopAndPortableFrameworks>$(PortableOnlyFrameworks);$(DesktopOnlyFrameworks)</DesktopAndPortableFrameworks>
1010

1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)