mirror of
https://github.com/stellarbear/YaraSharp
synced 2026-06-08 17:36:09 +00:00
10 lines
309 B
XML
10 lines
309 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<add key="YARA.OpenSSL"
|
|
value="https://ci.appveyor.com/nuget/openssl-oaib8n7lvvtp" />
|
|
<add key="YARA.Jansson"
|
|
value="https://ci.appveyor.com/nuget/jansson-41we82mn284d" />
|
|
</packageSources>
|
|
</configuration>
|