KickStart by LoreSoft

<PackageReference Include="KickStart" Version="7.0.0.125" />

 KickStart 7.0.0.125

Application start-up helper to initialize things like an IoC container, register mapping information or run a task.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>KickStart</id>
    <version>7.0.0.125</version>
    <authors>LoreSoft</authors>
    <owners>LoreSoft</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/loresoft/KickStart/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/loresoft/KickStart</projectUrl>
    <description>Application start-up helper to initialize things like an IoC container, register mapping information or run a task.</description>
    <tags>startup bootstrap bootstraper ioc container initialization</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.6.1" />
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>