mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 11:24:46 +00:00
51 lines
2.8 KiB
Plaintext
51 lines
2.8 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||
|
<metadata minClientVersion="2.12">
|
||
|
<id>Microsoft.Extensions.DependencyInjection</id>
|
||
|
<version>5.0.0</version>
|
||
|
<title>Microsoft.Extensions.DependencyInjection</title>
|
||
|
<authors>Microsoft</authors>
|
||
|
<owners>microsoft,dotnetframework</owners>
|
||
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||
|
<license type="expression">MIT</license>
|
||
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
||
|
<icon>Icon.png</icon>
|
||
|
<projectUrl>https://github.com/dotnet/runtime</projectUrl>
|
||
|
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
|
||
|
<description>Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
|
||
|
When using NuGet 3.x this package requires at least version 3.4.</description>
|
||
|
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
|
||
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||
|
<serviceable>true</serviceable>
|
||
|
<repository type="git" url="git://github.com/dotnet/runtime" commit="cf258a14b70ad9069470a108f13765e0e5988f51" />
|
||
|
<dependencies>
|
||
|
<group targetFramework=".NETFramework4.6.1">
|
||
|
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="5.0.0" />
|
||
|
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="5.0.0" />
|
||
|
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" />
|
||
|
</group>
|
||
|
<group targetFramework=".NETCoreApp5.0">
|
||
|
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="5.0.0" />
|
||
|
</group>
|
||
|
<group targetFramework=".NETCoreApp2.1">
|
||
|
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="5.0.0" />
|
||
|
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="5.0.0" />
|
||
|
</group>
|
||
|
<group targetFramework=".NETCoreApp3.0">
|
||
|
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="5.0.0" />
|
||
|
</group>
|
||
|
<group targetFramework=".NETStandard2.0">
|
||
|
<dependency id="Microsoft.Bcl.AsyncInterfaces" version="5.0.0" />
|
||
|
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="5.0.0" />
|
||
|
<dependency id="System.Threading.Tasks.Extensions" version="4.5.4" />
|
||
|
</group>
|
||
|
<group targetFramework=".NETStandard2.1">
|
||
|
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="5.0.0" />
|
||
|
</group>
|
||
|
</dependencies>
|
||
|
<frameworkAssemblies>
|
||
|
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6.1" />
|
||
|
<frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.6.1" />
|
||
|
</frameworkAssemblies>
|
||
|
</metadata>
|
||
|
</package>
|