1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="utf-8"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
- <metadata>
- <id>System.Runtime.CompilerServices.Unsafe</id>
- <version>6.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 the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers.
- Commonly Used Types:
- System.Runtime.CompilerServices.Unsafe</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="4822e3c3aa77eb82b2fb33c9321f923cf11ddde6" />
- <dependencies>
- <group targetFramework=".NETFramework4.6.1" />
- <group targetFramework=".NETCoreApp3.1" />
- <group targetFramework="net6.0" />
- <group targetFramework=".NETStandard2.0" />
- </dependencies>
- <frameworkAssemblies>
- <frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6.1" />
- </frameworkAssemblies>
- </metadata>
- </package>
|