forked from Azure/template-analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Analyzer.Core.nuspec
27 lines (23 loc) · 1.11 KB
/
Analyzer.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Azure.Templates.Analyzer.Core</id>
<!-- Also update version in Analyzer.Cli nuspec and Directory.Build.props. -->
<version>0.0.2-alpha</version>
<authors>Microsoft</authors>
<description>ARM Template scanner for security misconfiguration and best practices</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<license type="expression">MIT</license>
<projectUrl>https://github.com/Azure/template-analyzer</projectUrl>
<tags>arm azure template analyzer scanner deployment security</tags>
<dependencies>
<dependency id="Azure.Deployments.Core" version="1.0.112" />
<dependency id="Azure.Deployments.Expression" version="1.0.112" />
<dependency id="Azure.Deployments.Templates" version="1.0.112" />
<dependency id="Newtonsoft.Json" version="12.0.3" />
</dependencies>
</metadata>
<files>
<file src="..\Analyzer.Core\bin\$configuration$\**" target="lib\" exclude="**\*.pdb" />
</files>
</package>