123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="utf-8"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
- <metadata>
- <id>System.CodeDom</id>
- <version>9.0.1</version>
- <authors>Microsoft</authors>
- <license type="expression">MIT</license>
- <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
- <icon>Icon.png</icon>
- <readme>PACKAGE.md</readme>
- <projectUrl>https://dot.net/</projectUrl>
- <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>
- <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="c8acea22626efab11c13778c028975acdc34678f" />
- <dependencies>
- <group targetFramework=".NETFramework4.6.2" />
- <group targetFramework="net8.0" />
- <group targetFramework="net9.0" />
- <group targetFramework=".NETStandard2.0" />
- </dependencies>
- </metadata>
- </package>
|