29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||
|
<metadata>
|
||
|
<id>System.Composition.AttributedModel</id>
|
||
|
<version>8.0.0</version>
|
||
|
<authors>Microsoft</authors>
|
||
|
<license type="expression">MIT</license>
|
||
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
||
|
<icon>Icon.png</icon>
|
||
|
<projectUrl>https://dot.net/</projectUrl>
|
||
|
<description>Provides common attributes used by System.Composition types.
|
||
|
|
||
|
Commonly Used Types:
|
||
|
System.Composition.ExportAttribute
|
||
|
System.Composition.ImportAttribute
|
||
|
System.Composition.Convention.AttributedModelProvider</description>
|
||
|
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
|
||
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||
|
<serviceable>true</serviceable>
|
||
|
<repository type="git" url="https://github.com/dotnet/runtime" commit="5535e31a712343a63f5d7d796cd874e563e5ac14" />
|
||
|
<dependencies>
|
||
|
<group targetFramework=".NETFramework4.6.2" />
|
||
|
<group targetFramework="net6.0" />
|
||
|
<group targetFramework="net7.0" />
|
||
|
<group targetFramework="net8.0" />
|
||
|
<group targetFramework=".NETStandard2.0" />
|
||
|
</dependencies>
|
||
|
</metadata>
|
||
|
</package>
|