GameVsJam/3d Prototyp/Assets/Packages/System.Security.AccessContr.../System.Security.AccessContr...

33 lines
1.5 KiB
Plaintext
Raw Normal View History

2024-04-04 11:40:14 +02:00
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>System.Security.AccessControl</id>
2024-04-04 11:40:14 +02:00
<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 base classes that enable managing access and audit control lists on securable objects.
2024-04-04 11:40:14 +02:00
Commonly Used Types:
System.Security.AccessControl.AccessRule
System.Security.AccessControl.AuditRule
System.Security.AccessControl.ObjectAccessRule
System.Security.AccessControl.ObjectAuditRule
System.Security.AccessControl.ObjectSecurity</description>
2024-04-04 11:40:14 +02:00
<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">
<dependency id="System.Security.Principal.Windows" version="5.0.0" exclude="Build,Analyzers" />
2024-04-04 11:40:14 +02:00
</group>
<group targetFramework="net6.0" />
2024-04-04 11:40:14 +02:00
<group targetFramework=".NETStandard2.0">
<dependency id="System.Security.Principal.Windows" version="5.0.0" exclude="Build,Analyzers" />
2024-04-04 11:40:14 +02:00
</group>
</dependencies>
</metadata>
</package>