Eml.ExplicitDispose.Api
Advanced tools
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
@@ -5,14 +5,35 @@ <?xml version="1.0" encoding="utf-8"?> | ||
| <id>Eml.ExplicitDispose.Api</id> | ||
| <version>1.0.0.2</version> | ||
| <title>Eml.ExplicitDispose.Api</title> | ||
| <version>2.0.0</version> | ||
| <authors>EmL Solutions</authors> | ||
| <owners>EmL Solutions</owners> | ||
| <requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
| <description>Use ExplicitDisposeAttribute to automatically dispose objects via ActionFilterAttribute.OnActionExecuted.</description> | ||
| <copyright>Copyright 2017 (c) EmL Solutions. All rights reserved.</copyright> | ||
| <tags>Eml.ExplicitDispose.Api EmL Solutions</tags> | ||
| <description>Decorate your controllers with ExplicitDisposeAttribute to automatically dispose objects via ActionFilterAttribute.OnActionExecuted.</description> | ||
| <copyright>Copyright (c) EmL Solutions. All rights reserved.</copyright> | ||
| <tags>Eml ExplicitDispose Api</tags> | ||
| <dependencies> | ||
| <dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" /> | ||
| <group targetFramework=".NETFramework4.5.2"> | ||
| <dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" exclude="Build,Analyzers" /> | ||
| <dependency id="Newtonsoft.Json" version="10.0.3" exclude="Build,Analyzers" /> | ||
| </group> | ||
| <group targetFramework=".NETFramework4.6"> | ||
| <dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" exclude="Build,Analyzers" /> | ||
| <dependency id="Newtonsoft.Json" version="10.0.3" exclude="Build,Analyzers" /> | ||
| </group> | ||
| <group targetFramework=".NETFramework4.6.1"> | ||
| <dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" exclude="Build,Analyzers" /> | ||
| <dependency id="Newtonsoft.Json" version="10.0.3" exclude="Build,Analyzers" /> | ||
| </group> | ||
| <group targetFramework=".NETFramework4.6.2"> | ||
| <dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" exclude="Build,Analyzers" /> | ||
| <dependency id="Newtonsoft.Json" version="10.0.3" exclude="Build,Analyzers" /> | ||
| </group> | ||
| <group targetFramework=".NETStandard2.0"> | ||
| <dependency id="Microsoft.AspNetCore.Mvc.Core" version="2.0.0" exclude="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
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