GameVsJam/3d Prototyp/Assets/Packages/System.Security.Principal.W.../System.Security.Principal.W...

68 lines
3.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>System.Security.Principal.Windows</id>
<version>5.0.0</version>
<title>System.Security.Principal.Windows</title>
<authors>Microsoft</authors>
<owners>microsoft,dotnetframework</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<icon>Icon.png</icon>
<projectUrl>https://github.com/dotnet/runtime</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<description>Provides classes for retrieving the current Windows user and for interacting with Windows users and groups.
Commonly Used Types:
System.Security.Principal.WindowsIdentity
System.Security.Principal.SecurityIdentifier
System.Security.Principal.NTAccount
System.Security.Principal.WindowsPrincipal
System.Security.Principal.IdentityReference
System.Security.Principal.IdentityNotMappedException
System.Security.Principal.WindowsBuiltInRole
System.Security.Principal.WellKnownSidType
When using NuGet 3.x this package requires at least version 3.4.</description>
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<serviceable>true</serviceable>
<repository type="git" url="git://github.com/dotnet/runtime" commit="cf258a14b70ad9069470a108f13765e0e5988f51" />
<dependencies>
<group targetFramework=".NETFramework4.6">
<dependency id="System.Security.Claims" version="4.3.0" />
</group>
<group targetFramework=".NETFramework4.6.1" />
<group targetFramework=".NETCoreApp2.0">
<dependency id="Microsoft.NETCore.Platforms" version="5.0.0" />
</group>
<group targetFramework=".NETCoreApp2.1">
<dependency id="Microsoft.NETCore.Platforms" version="5.0.0" />
</group>
<group targetFramework=".NETCoreApp3.0" />
<group targetFramework=".NETStandard1.3">
<dependency id="Microsoft.Win32.Primitives" version="4.3.0" exclude="Compile" />
<dependency id="System.Collections" version="4.3.0" exclude="Compile" />
<dependency id="System.Diagnostics.Debug" version="4.3.0" exclude="Compile" />
<dependency id="System.Reflection" version="4.3.0" exclude="Compile" />
<dependency id="System.Resources.ResourceManager" version="4.3.0" exclude="Compile" />
<dependency id="System.Runtime" version="4.3.0" />
<dependency id="System.Runtime.Extensions" version="4.3.0" exclude="Compile" />
<dependency id="System.Runtime.Handles" version="4.3.0" />
<dependency id="System.Runtime.InteropServices" version="4.3.0" exclude="Compile" />
<dependency id="System.Security.Claims" version="4.3.0" />
<dependency id="System.Security.Principal" version="4.3.0" />
<dependency id="System.Text.Encoding" version="4.3.0" exclude="Compile" />
<dependency id="System.Threading" version="4.3.0" exclude="Compile" />
</group>
<group targetFramework=".NETStandard2.0" />
<group targetFramework="UAP10.0.16299" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6.1" />
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6" />
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.6.1" />
</frameworkAssemblies>
</metadata>
</package>