forked from fabulous-dev/Fabulous.XamarinForms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Build.props
21 lines (18 loc) · 961 Bytes
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project>
<PropertyGroup>
<RepositoryUrl>https://github.com/fabulous-dev/Fabulous.XamarinForms</RepositoryUrl>
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<DisableImplicitSystemValueTupleReference>true</DisableImplicitSystemValueTupleReference>
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
</PropertyGroup>
<!-- Shared NuGet Package info -->
<PropertyGroup>
<Authors>Fabulous contributors</Authors>
<PackageTags>Fabulous;F#;Declarative UI;MVU;Xamarin;Xamarin.Forms;Android;iOS;macOS;Windows;Linux</PackageTags>
<PackageIcon>nuget-icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/fabulous-dev/Fabulous.XamarinForms</PackageProjectUrl>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
</Project>