Skip to content

Commit 57f9634

Browse files
committed
Updated the SharpExt4 dlls.
1 parent 089eccb commit 57f9634

7 files changed

Lines changed: 162 additions & 0 deletions

File tree

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
{
2+
"runtimeTarget": {
3+
"name": ".NETCoreApp,Version=v6.0",
4+
"signature": ""
5+
},
6+
"compilationOptions": {},
7+
"targets": {
8+
".NETCoreApp,Version=v6.0": {
9+
"DiskPartitionInfo/1.0.0": {
10+
"dependencies": {
11+
"System.Management": "5.0.0"
12+
},
13+
"runtime": {
14+
"DiskPartitionInfo.dll": {}
15+
}
16+
},
17+
"Microsoft.NETCore.Platforms/5.0.0": {},
18+
"Microsoft.Win32.Registry/5.0.0": {
19+
"dependencies": {
20+
"System.Security.AccessControl": "5.0.0",
21+
"System.Security.Principal.Windows": "5.0.0"
22+
}
23+
},
24+
"System.CodeDom/5.0.0": {
25+
"runtime": {
26+
"lib/netstandard2.0/System.CodeDom.dll": {
27+
"assemblyVersion": "5.0.0.0",
28+
"fileVersion": "5.0.20.51904"
29+
}
30+
}
31+
},
32+
"System.Management/5.0.0": {
33+
"dependencies": {
34+
"Microsoft.NETCore.Platforms": "5.0.0",
35+
"Microsoft.Win32.Registry": "5.0.0",
36+
"System.CodeDom": "5.0.0"
37+
},
38+
"runtime": {
39+
"lib/netstandard2.0/System.Management.dll": {
40+
"assemblyVersion": "4.0.0.0",
41+
"fileVersion": "5.0.20.51904"
42+
}
43+
},
44+
"runtimeTargets": {
45+
"runtimes/win/lib/netcoreapp2.0/System.Management.dll": {
46+
"rid": "win",
47+
"assetType": "runtime",
48+
"assemblyVersion": "4.0.0.0",
49+
"fileVersion": "5.0.20.51904"
50+
}
51+
}
52+
},
53+
"System.Security.AccessControl/5.0.0": {
54+
"dependencies": {
55+
"Microsoft.NETCore.Platforms": "5.0.0",
56+
"System.Security.Principal.Windows": "5.0.0"
57+
}
58+
},
59+
"System.Security.Principal.Windows/5.0.0": {}
60+
}
61+
},
62+
"libraries": {
63+
"DiskPartitionInfo/1.0.0": {
64+
"type": "project",
65+
"serviceable": false,
66+
"sha512": ""
67+
},
68+
"Microsoft.NETCore.Platforms/5.0.0": {
69+
"type": "package",
70+
"serviceable": true,
71+
"sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
72+
"path": "microsoft.netcore.platforms/5.0.0",
73+
"hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
74+
},
75+
"Microsoft.Win32.Registry/5.0.0": {
76+
"type": "package",
77+
"serviceable": true,
78+
"sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
79+
"path": "microsoft.win32.registry/5.0.0",
80+
"hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
81+
},
82+
"System.CodeDom/5.0.0": {
83+
"type": "package",
84+
"serviceable": true,
85+
"sha512": "sha512-JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==",
86+
"path": "system.codedom/5.0.0",
87+
"hashPath": "system.codedom.5.0.0.nupkg.sha512"
88+
},
89+
"System.Management/5.0.0": {
90+
"type": "package",
91+
"serviceable": true,
92+
"sha512": "sha512-MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==",
93+
"path": "system.management/5.0.0",
94+
"hashPath": "system.management.5.0.0.nupkg.sha512"
95+
},
96+
"System.Security.AccessControl/5.0.0": {
97+
"type": "package",
98+
"serviceable": true,
99+
"sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
100+
"path": "system.security.accesscontrol/5.0.0",
101+
"hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
102+
},
103+
"System.Security.Principal.Windows/5.0.0": {
104+
"type": "package",
105+
"serviceable": true,
106+
"sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
107+
"path": "system.security.principal.windows/5.0.0",
108+
"hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
109+
}
110+
}
111+
}

SharpExt4/DiskPartitionInfo.dll

0 Bytes
Binary file not shown.

SharpExt4/Ijwhost.dll

152 Bytes
Binary file not shown.

SharpExt4/SharpExt4.deps.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"runtimeTarget": {
3+
"name": "net6.0",
4+
"signature": ""
5+
},
6+
"compilationOptions": {},
7+
"targets": {
8+
"net6.0": {
9+
"SharpExt4/1.0.0": {
10+
"dependencies": {
11+
"DiskPartitionInfo": "1.0.0.0"
12+
},
13+
"runtime": {
14+
"SharpExt4.dll": {}
15+
}
16+
},
17+
"DiskPartitionInfo/1.0.0.0": {
18+
"runtime": {
19+
"DiskPartitionInfo.dll": {
20+
"assemblyVersion": "1.0.0.0",
21+
"fileVersion": "1.0.0.0"
22+
}
23+
}
24+
}
25+
}
26+
},
27+
"libraries": {
28+
"SharpExt4/1.0.0": {
29+
"type": "project",
30+
"serviceable": false,
31+
"sha512": ""
32+
},
33+
"DiskPartitionInfo/1.0.0.0": {
34+
"type": "reference",
35+
"serviceable": false,
36+
"sha512": ""
37+
}
38+
}
39+
}

SharpExt4/SharpExt4.dll

-1.5 KB
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"runtimeOptions": {
3+
"tfm": "net6.0",
4+
"framework": {
5+
"name": "Microsoft.NETCore.App",
6+
"version": "6.0.0"
7+
},
8+
"configProperties": {
9+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
10+
}
11+
}
12+
}

SharpExt4/lwext4.lib

957 KB
Binary file not shown.

0 commit comments

Comments
 (0)