-
Notifications
You must be signed in to change notification settings - Fork 225
Expand file tree
/
Copy pathDebugAdapterRunner.nuspec
More file actions
24 lines (24 loc) · 1.17 KB
/
DebugAdapterRunner.nuspec
File metadata and controls
24 lines (24 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Microsoft.VisualStudio.DebugAdapterRunner</id>
<version>$version$</version>
<title>Microsoft.VisualStudio.DebugAdapterRunner</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<licenseUrl>https://aka.ms/pexunj</licenseUrl>
<projectUrl>https://aka.ms/vsextensibility</projectUrl>
<iconUrl>https://aka.ms/vsextensibilityicon</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Contains helper for testing Debug Adapters. This package should only be used for testing Debug Adapters owned by the Microsoft Visual Studio Diagnostics team and isn't supported for other purposes.</description>
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=746387</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<dependencies>
<dependency id="Newtonsoft.Json" version="13.0.1" />
</dependencies>
</metadata>
<files>
<file src="$binRoot$dar.dll" target="lib\net10.0" />
<file src="$binRoot$dar.pdb" target="lib\net10.0" />
</files>
</package>