codeanalysis
Advanced tools
| <?xml version="1.0" encoding="utf-8"?> | ||
| <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
| <metadata> | ||
| <id>Codeanalysis</id> | ||
| <version>2.1.2</version> | ||
| <authors>Codeanalysis</authors> | ||
| <requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
| <description>Package Description</description> | ||
| <dependencies> | ||
| <group targetFramework=".NETCoreApp3.1"> | ||
| <dependency id="Microsoft.CodeAnalysis.FxCopAnalyzers" version="3.3.0" exclude="Compile,Build,Analyzers" /> | ||
| </group> | ||
| </dependencies> | ||
| </metadata> | ||
| </package> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
@@ -6,4 +6,3 @@ <?xml version="1.0" encoding="utf-8"?> | ||
| <Default Extension="dll" ContentType="application/octet" /> | ||
| <Default Extension="ruleset" ContentType="application/octet" /> | ||
| <Default Extension="nuspec" ContentType="application/octet" /> | ||
| </Types> |
Sorry, the diff of this file is not supported yet
| <?xml version="1.0" encoding="utf-8"?> | ||
| <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
| <metadata> | ||
| <id>CodeAnalysis</id> | ||
| <version>0.1.3</version> | ||
| <authors>CodeAnalysis</authors> | ||
| <requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
| <description>Package Description</description> | ||
| <dependencies> | ||
| <group targetFramework=".NETCoreApp3.1" /> | ||
| </dependencies> | ||
| </metadata> | ||
| </package> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet