Skip to content

Commit 11fea49

Browse files
v1
Release
1 parent 2db5cdb commit 11fea49

File tree

5 files changed

+36
-0
lines changed

5 files changed

+36
-0
lines changed

FreeOptimizer.deps.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"runtimeTarget": {
3+
"name": ".NETCoreApp,Version=v8.0",
4+
"signature": ""
5+
},
6+
"compilationOptions": {},
7+
"targets": {
8+
".NETCoreApp,Version=v8.0": {
9+
"FreeOptimizer/1.0.0": {
10+
"runtime": {
11+
"FreeOptimizer.dll": {}
12+
}
13+
}
14+
}
15+
},
16+
"libraries": {
17+
"FreeOptimizer/1.0.0": {
18+
"type": "project",
19+
"serviceable": false,
20+
"sha512": ""
21+
}
22+
}
23+
}

FreeOptimizer.dll

11 KB
Binary file not shown.

FreeOptimizer.exe

136 KB
Binary file not shown.

FreeOptimizer.pdb

11.6 KB
Binary file not shown.

FreeOptimizer.runtimeconfig.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"runtimeOptions": {
3+
"tfm": "net8.0",
4+
"framework": {
5+
"name": "Microsoft.NETCore.App",
6+
"version": "8.0.0"
7+
},
8+
"configProperties": {
9+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
10+
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)