27 lines
1.6 KiB
Plaintext
27 lines
1.6 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||
|
<metadata>
|
||
|
<id>Microsoft.VisualStudio.RemoteControl</id>
|
||
|
<version>16.3.52</version>
|
||
|
<authors>Microsoft</authors>
|
||
|
<licenseUrl>https://www.visualstudio.com/en-us/support/legal/mt736442</licenseUrl>
|
||
|
<icon>PackageIcon.png</icon>
|
||
|
<projectUrl>http://aka.ms/VsExtensibility</projectUrl>
|
||
|
<description>Microsoft® Visual Studio® Remote Control Library</description>
|
||
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||
|
<repository type="git" url="https://devdiv.visualstudio.com/DevDiv/_git/VSRemoteControl" commit="fc50382405eb50d27947e8d132ddd0b1fe16a131" />
|
||
|
<dependencies>
|
||
|
<group targetFramework=".NETFramework4.5">
|
||
|
<dependency id="Microsoft.VisualStudio.Utilities.Internal" version="16.3.42" include="Runtime,Build,Native,ContentFiles,Analyzers,BuildTransitive" />
|
||
|
</group>
|
||
|
<group targetFramework=".NETStandard2.0">
|
||
|
<dependency id="Microsoft.VisualStudio.Utilities.Internal" version="16.3.42" include="Runtime,Build,Native,ContentFiles,Analyzers,BuildTransitive" />
|
||
|
<dependency id="System.Configuration.ConfigurationManager" version="7.0.0" exclude="Build,Analyzers" />
|
||
|
<dependency id="System.IO.FileSystem.AccessControl" version="5.0.0" exclude="Build,Analyzers" />
|
||
|
</group>
|
||
|
</dependencies>
|
||
|
<frameworkAssemblies>
|
||
|
<frameworkAssembly assemblyName="System.Configuration" targetFramework=".NETFramework4.5" />
|
||
|
</frameworkAssemblies>
|
||
|
</metadata>
|
||
|
</package>
|