-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathAnalyzer.Core.nuspec
More file actions
35 lines (31 loc) · 1.58 KB
/
Analyzer.Core.nuspec
File metadata and controls
35 lines (31 loc) · 1.58 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
25
26
27
28
29
30
31
32
33
34
35
<?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>
<version>$version$</version>
<authors>Microsoft</authors>
<description>ARM and Bicep Template scanner for security misconfigurations 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 bicep azure template analyzer scanner deployment security</tags>
<dependencies>
<group targetFramework="net8.0">
<dependency id="Azure.Bicep.Core" version="0.37.4" />
<dependency id="Azure.Deployments.Core" version="1.454.0" />
<dependency id="Azure.Deployments.Expression" version="1.454.0" />
<dependency id="Azure.Deployments.Templates" version="1.454.0" />
<dependency id="Newtonsoft.Json" version="13.0.3" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="9.0.3" />
<dependency id="Microsoft.PowerShell.SDK" version="7.4.1" />
<dependency id="Microsoft.PSRule.Rules.Azure" version="1.33.2" />
<dependency id="Microsoft.PSRule.SDK" version="2.9.0" />
<dependency id="Sarif.Sdk" version="2.4.16" />
<dependency id="System.IO.Abstractions" version="21.3.1" />
</group>
</dependencies>
</metadata>
<files>
<file src="..\Analyzer.Core\bin\$configuration$\**" target="lib\" exclude="**\*.pdb;**\ref\**" />
</files>
</package>