Skip to content

Commit dee86c6

Browse files
committed
Fix target framework order.
Visual Studio solution explorer uses first framework to show its source tree.
1 parent f4693fd commit dee86c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MsgPack/MsgPack.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<RootNamespace>MsgPack</RootNamespace>
1212
<AssemblyName>MsgPack</AssemblyName>
1313
<FileAlignment>512</FileAlignment>
14-
<TargetFrameworks>net35;net45;net462;netstandard1.1;netstandard1.3;MonoAndroid10;Xamarin.iOS10</TargetFrameworks>
14+
<TargetFrameworks>net462;net35;net45;netstandard1.1;netstandard1.3;MonoAndroid10;Xamarin.iOS10</TargetFrameworks>
1515
<DefineConstants>TRACE</DefineConstants>
1616
<ErrorReport>prompt</ErrorReport>
1717
<WarningLevel>4</WarningLevel>

0 commit comments

Comments
 (0)