-
Notifications
You must be signed in to change notification settings - Fork 19
/
Microsoft.O365.Security.Native.libyara.NET.Core.nuspec
59 lines (52 loc) · 3.12 KB
/
Microsoft.O365.Security.Native.libyara.NET.Core.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0"?>
<package >
<metadata>
<id>Microsoft.O365.Security.Native.libyara.NET.Core</id>
<version>4.5.1</version>
<authors>Microsoft</authors>
<license type="expression">BSD-3-Clause</license>
<projectUrl>https://github.com/Microsoft/libyara.NET/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Microsoft.O365.Security.Native.libyara.NET.Core</title>
<description>.NET wrapper for libyara built in C++ CLI used to easily incorporate yara into C# or PowerShell tools. Only targeted for x64 or ARM64 .NET Core build project.</description>
<releaseNotes>
- Update yara to 4.5.1
- Add support for Windows ARM64
</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>yara libyara virustotal</tags>
<dependencies>
<group targetFramework=".NETFramework4.6.2" />
<group targetFramework="net6.0" />
</dependencies>
<references>
<group targetFramework=".NETFramework4.6.2">
<reference file="libyara.NET.dll" />
</group>
<group targetFramework="net6.0">
<reference file="libyara.NET.dll" />
</group>
</references>
</metadata>
<files>
<file src="ref\net462\libyara.NET.dll" target="ref\net462\libyara.NET.dll" />
<file src="ref\net6.0\libyara.NET.dll" target="ref\net6.0\libyara.NET.dll" />
<file src="ref\net462\libyara.NET.dll" target="lib\net462\libyara.NET.dll" />
<file src="ref\net6.0\libyara.NET.dll" target="lib\net6.0\libyara.NET.dll" />
<file src="x64\Release\net462\libyara.NET.dll" target="runtimes\win-x64\lib\net462\libyara.NET.dll" />
<file src="x64\Release\net462\libyara.NET.pdb" target="runtimes\win-x64\lib\net462\libyara.NET.pdb" />
<file src="x64\Release\net462\libyara.NET.xml" target="runtimes\win-x64\lib\net462\libyara.NET.xml" />
<file src="x64\Release\net6.0\libyara.NET.dll" target="runtimes\win-x64\lib\net6.0\libyara.NET.dll" />
<file src="x64\Release\net6.0\libyara.NET.pdb" target="runtimes\win-x64\lib\net6.0\libyara.NET.pdb" />
<file src="x64\Release\net6.0\libyara.NET.xml" target="runtimes\win-x64\lib\net6.0\libyara.NET.xml" />
<file src="x64\Release\net6.0\Ijwhost.dll" target="runtimes\win-x64\native\Ijwhost.dll" />
<file src="ARM64\Release\net462\libyara.NET.dll" target="runtimes\win-arm64\lib\net462\libyara.NET.dll" />
<file src="ARM64\Release\net462\libyara.NET.pdb" target="runtimes\win-arm64\lib\net462\libyara.NET.pdb" />
<file src="ARM64\Release\net462\libyara.NET.xml" target="runtimes\win-arm64\lib\net462\libyara.NET.xml" />
<file src="ARM64\Release\net6.0\libyara.NET.dll" target="runtimes\win-arm64\lib\net6.0\libyara.NET.dll" />
<file src="ARM64\Release\net6.0\libyara.NET.pdb" target="runtimes\win-arm64\lib\net6.0\libyara.NET.pdb" />
<file src="ARM64\Release\net6.0\libyara.NET.xml" target="runtimes\win-arm64\lib\net6.0\libyara.NET.xml" />
<file src="ARM64\Release\net6.0\Ijwhost.dll" target="runtimes\win-arm64\native\Ijwhost.dll" />
<file src="Microsoft.O365.Security.Native.libyara.NET.Core.targets" target="build\net462\" />
</files>
</package>