40 строки
1.4 KiB
XML
40 строки
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>MvvmCross.CodeAnalysis</id>
|
|
<version>$version$</version>
|
|
<title>MvvmCross - Code Analysis</title>
|
|
<description>
|
|
MvvmCross is the .NET MVVM framework for cross-platform solutions, including Xamarin iOS, Xamarin Android, Xamarin Forms, Windows and Mac.
|
|
|
|
This package contains the 'Code Analysis' analyzers and code fixes for MvvmCross
|
|
</description>
|
|
<tags>mvvm mvvmcross cross xamarin android ios forms monodroid monotouch xamarin.android xamarin.ios xamarin.forms wpf windows8 winrt net net45 netcore wp wpdev windowsphone windowsstore uwp roslyn analyzers</tags>
|
|
<dependencies>
|
|
<dependency id="MvvmCross.Platform" version="[$version$]" />
|
|
<dependency id="MvvmCross.Core" version="[$version$]" />
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<!-- The convention for analyzers is to put language agnostic dlls in analyzers\dotnet and language specific analyzers in either analyzers\dotnet\cs or analyzers\dotnet\vb -->
|
|
<file src="..\CodeAnalysis\MvvmCross.CodeAnalysis\bin\Release\*.dll" target="analyzers\dotnet\cs" exclude="**\Microsoft.CodeAnalysis.*;**\System.Collections.Immutable.*;**\System.Reflection.Metadata.*;**\System.Composition.*" />
|
|
<file src="..\CodeAnalysis\MvvmCross.CodeAnalysis\tools\*.ps1" target="tools\" />
|
|
</files>
|
|
</package>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|