appcenter-sdk-dotnet/nuget/WindowsAppCenter.nuspec

36 строки
1.5 KiB
XML

<?xml version="1.0"?>
<package>
<metadata>
<id>Microsoft.AppCenter</id>
<title>App Center</title>
<authors>Microsoft</authors>
<owners>microsoft,appcenter</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<summary>Microsoft App Center. Common package for every App Center service.</summary>
<description>This package contains the basic functionalities that all App Center services use to communicate with the backend.</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>app center appcenter mobilecenter</tags>
<language>en-US</language>
<projectUrl>https://aka.ms/telgml</projectUrl>
<licenseUrl>https://aka.ms/vbgfx2</licenseUrl>
<iconUrl>https://aka.ms/xhh7sr</iconUrl>
<dependencies>
<group targetFramework="uap10.0">
<dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="5.2.2"/>
<dependency id="Newtonsoft.Json" version="6.0.1"/>
<dependency id="sqlite-net-pcl" version="1.3.1"/>
</group>
<group targetFramework="net452">
<dependency id="Newtonsoft.Json" version="6.0.1"/>
<dependency id="sqlite-net-pcl" version="1.3.1"/>
</group>
</dependencies>
</metadata>
<files>
<file src="$uwp_dir$/Microsoft.AppCenter.dll" target="lib/uap10.0" />
<!-- TODO: Uncomment when it's time to release these. -->
<!-- file src="$windows_desktop_dir$/Microsoft.AppCenter.dll" target="lib/net452" /-->
</files>
</package>