Skip to content

Commit 3258dfc

Browse files
committed
Fix AssemblyInfo for .NET Standard 2.0
1 parent c1872fa commit 3258dfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/MsgPack/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
#else
4444
#error Unexpected Xamarin!
4545
#endif // XAMARIN
46+
#elif NETSTANDARD2_0
47+
".NET Standard 2.0"
4648
#else
4749
".NET Framework 4.6"
4850
#endif // NET4_5..

0 commit comments

Comments
 (0)