Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
[Platform] Remove the Platform for .net standard since it does nothing (
Browse files Browse the repository at this point in the history
#592)

- closes #579
  • Loading branch information
mattleibow authored and jamesmontemagno committed Nov 2, 2018
1 parent 1f04307 commit de6bf49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Xamarin.Essentials/Platform/Platform.shared.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
namespace Xamarin.Essentials
{
#if !NETSTANDARD
public static partial class Platform
{
}
#endif
}

0 comments on commit de6bf49

Please sign in to comment.