13 lines
360 B
XML
13 lines
360 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
$CommonMetadataElements$
|
|
</metadata>
|
|
|
|
<files>
|
|
$CommonFileElements$
|
|
<file src="$OutputBinary$" target="analyzers\dotnet\cs\" />
|
|
<file src="$OutputSymbol$" target="analyzers\dotnet\cs\" />
|
|
</files>
|
|
</package>
|