Set supported platform on Shared project (#25376)

This commit is contained in:
Safia Abdalla 2020-08-31 17:17:33 +00:00 committed by GitHub
parent bb62621f37
commit 50f739a4bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -4,4 +4,7 @@
<TargetFramework>${DefaultNetCoreTargetFramework}</TargetFramework>
</PropertyGroup>
<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>
</Project>