System.CodeDom.nuspec 1.1 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  3. <metadata>
  4. <id>System.CodeDom</id>
  5. <version>9.0.1</version>
  6. <authors>Microsoft</authors>
  7. <license type="expression">MIT</license>
  8. <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
  9. <icon>Icon.png</icon>
  10. <readme>PACKAGE.md</readme>
  11. <projectUrl>https://dot.net/</projectUrl>
  12. <description>Provides types that can be used to model the structure of a source code document and to output source code for that model in C# or Visual Basic.</description>
  13. <releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
  14. <copyright>© Microsoft Corporation. All rights reserved.</copyright>
  15. <serviceable>true</serviceable>
  16. <repository type="git" url="https://github.com/dotnet/runtime" commit="c8acea22626efab11c13778c028975acdc34678f" />
  17. <dependencies>
  18. <group targetFramework=".NETFramework4.6.2" />
  19. <group targetFramework="net8.0" />
  20. <group targetFramework="net9.0" />
  21. <group targetFramework=".NETStandard2.0" />
  22. </dependencies>
  23. </metadata>
  24. </package>