System.Runtime.CompilerServices.Unsafe.nuspec 1.3 KB

1234567891011121314151617181920212223242526272829
  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.Runtime.CompilerServices.Unsafe</id>
  5. <version>6.0.0</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. <projectUrl>https://dot.net/</projectUrl>
  11. <description>Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers.
  12. Commonly Used Types:
  13. System.Runtime.CompilerServices.Unsafe</description>
  14. <releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
  15. <copyright>© Microsoft Corporation. All rights reserved.</copyright>
  16. <serviceable>true</serviceable>
  17. <repository type="git" url="https://github.com/dotnet/runtime" commit="4822e3c3aa77eb82b2fb33c9321f923cf11ddde6" />
  18. <dependencies>
  19. <group targetFramework=".NETFramework4.6.1" />
  20. <group targetFramework=".NETCoreApp3.1" />
  21. <group targetFramework="net6.0" />
  22. <group targetFramework=".NETStandard2.0" />
  23. </dependencies>
  24. <frameworkAssemblies>
  25. <frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6.1" />
  26. </frameworkAssemblies>
  27. </metadata>
  28. </package>