11<?xml version =" 1.0" encoding =" utf-8" ?>
22<package xmlns =" http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd" >
3- <metadata minClientVersion =" 3.5" >
4- <id >libdatadog</id >
5- <owners >Datadog</owners >
6- <authors >Datadog</authors >
7- <title >Datadog libdatadog</title >
8- <version >1.0.0</version >
9- <projectUrl >https://github.com/DataDog/libdatadog</projectUrl >
10- <description >libdatadog provides a shared library containing common code used in the implementation of Datadog's libraries, including Datadog Continuous Profilers</description >
11- <releaseNotes >Release of libdatadog</releaseNotes >
12- <dependencies >
13- <group targetFramework =" .NETCoreApp,Version=v2.1" >
14- </group >
15- </dependencies >
16- </metadata >
3+ <metadata minClientVersion =" 3.5" >
4+ <id >libdatadog</id >
5+ <owners >Datadog</owners >
6+ <authors >Datadog</authors >
7+ <title >Datadog libdatadog</title >
8+ <version >1.0.0</version >
9+ <projectUrl >https://github.com/DataDog/libdatadog</projectUrl >
10+ <description >libdatadog provides a shared library containing common code used in the implementation of Datadog's libraries, including Datadog Continuous Profilers</description >
11+ <releaseNotes >Release of libdatadog</releaseNotes >
12+ <dependencies >
13+ <group targetFramework =" netstandard2.0" />
14+ </dependencies >
15+ </metadata >
1716
18- <files >
19- <!-- build assets -->
20- <file src =" .\build\native\libdatadog.targets" target =" build\native" />
21- <file src =" .\build\libdatadog.targets" target =" build" />
17+ <files >
18+ <!-- build assets -->
19+ <file src =" .\build\native\libdatadog.targets" target =" build\native" />
20+ <file src =" .\build\libdatadog.targets" target =" build" />
2221
23- <!-- native headers -->
24- <file src =" .\include\*" target =" include" />
22+ <!-- native headers -->
23+ <file src =" .\include\*" target =" include" />
2524
26- <!-- runtime shared libraries and pdbs -->
27- <file src =" .\runtimes\linux-arm64\native\*.so" target =" runtimes\linux-arm64\native" />
28- <file src =" .\runtimes\linux-musl-arm64\native\*.so" target =" runtimes\linux-musl-arm64\native" />
29- <file src =" .\runtimes\linux-musl-x64\native\*.so" target =" runtimes\linux-musl-x64\native" />
30- <file src =" .\runtimes\linux-x64\native\*.so" target =" runtimes\linux-x64\native" />
31- <file src =" .\runtimes\osx-arm64\native\*.dylib" target =" runtimes\osx-arm64\native" />
32- <file src =" .\runtimes\win-x86\native\*.dll" target =" runtimes\win-x86\native" />
33- <file src =" .\runtimes\win-x86\native\*.pdb" target =" runtimes\win-x86\native" />
34- <file src =" .\runtimes\win-x64\native\*.dll" target =" runtimes\win-x64\native" />
35- <file src =" .\runtimes\win-x64\native\*.pdb" target =" runtimes\win-x64\native" />
36- </files >
25+ <!-- runtime shared libraries and pdbs -->
26+ <file src =" .\runtimes\linux-arm64\native\*.so" target =" runtimes\linux-arm64\native" />
27+ <file src =" .\runtimes\linux-musl-arm64\native\*.so" target =" runtimes\linux-musl-arm64\native" />
28+ <file src =" .\runtimes\linux-musl-x64\native\*.so" target =" runtimes\linux-musl-x64\native" />
29+ <file src =" .\runtimes\linux-x64\native\*.so" target =" runtimes\linux-x64\native" />
30+ <file src =" .\runtimes\osx-arm64\native\*.dylib" target =" runtimes\osx-arm64\native" />
31+ <file src =" .\runtimes\win-x86\native\*.dll" target =" runtimes\win-x86\native" />
32+ <file src =" .\runtimes\win-x86\native\*.pdb" target =" runtimes\win-x86\native" />
33+ <file src =" .\runtimes\win-x64\native\*.dll" target =" runtimes\win-x64\native" />
34+ <file src =" .\runtimes\win-x64\native\*.pdb" target =" runtimes\win-x64\native" />
35+ </files >
3736</package >
0 commit comments