Skip to content

Commit c5b265c

Browse files
committed
Test AOT publish
1 parent 8ec5026 commit c5b265c

File tree

5 files changed

+49
-0
lines changed

5 files changed

+49
-0
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
44
<!-- Work around https://github.com/dotnet/runtime/issues/109682 -->
55
<CETCompat>false</CETCompat>
6+
<PublishAot>true</PublishAot>
67
</PropertyGroup>
78
</Project>

Flow.Launcher.Core/packages.lock.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,24 @@
2323
"resolved": "3.4.3",
2424
"contentHash": "REjInKnQ0OrhjjtSMPQtLtdURctCroB4L8Sd2gjTOYDysklvsdnrStx1tHS7uLv+fSyFF3aazZmo5Ka0v1oz/w=="
2525
},
26+
"Microsoft.DotNet.ILCompiler": {
27+
"type": "Direct",
28+
"requested": "[9.0.8, )",
29+
"resolved": "9.0.8",
30+
"contentHash": "cMwVh5hsxAhv+oMHQdgcXodt2kDpfviofBO4IXupSAHJW2vZOZOOIhvPWRGO6NeGcP8SR4OpSwktRqb0i79KFA=="
31+
},
2632
"Microsoft.IO.RecyclableMemoryStream": {
2733
"type": "Direct",
2834
"requested": "[3.0.1, )",
2935
"resolved": "3.0.1",
3036
"contentHash": "s/s20YTVY9r9TPfTrN5g8zPF1YhwxyqO6PxUkrYTGI2B+OGPe9AdajWZrLhFqXIvqIW23fnUE4+ztrUWNU1+9g=="
3137
},
38+
"Microsoft.NET.ILLink.Tasks": {
39+
"type": "Direct",
40+
"requested": "[9.0.8, )",
41+
"resolved": "9.0.8",
42+
"contentHash": "rd1CbIsMtVPtZNTIVD6Xydue//klYOOQIDpRgu3BHtv17AlpRs74/6QFbcYgMm/jL+naVU2T3OFLxVSLV5lQLQ=="
43+
},
3244
"SemanticVersioning": {
3345
"type": "Direct",
3446
"requested": "[3.0.0, )",

Flow.Launcher.Infrastructure/packages.lock.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@
4545
"MemoryPack.Generator": "1.21.4"
4646
}
4747
},
48+
"Microsoft.DotNet.ILCompiler": {
49+
"type": "Direct",
50+
"requested": "[9.0.8, )",
51+
"resolved": "9.0.8",
52+
"contentHash": "cMwVh5hsxAhv+oMHQdgcXodt2kDpfviofBO4IXupSAHJW2vZOZOOIhvPWRGO6NeGcP8SR4OpSwktRqb0i79KFA=="
53+
},
54+
"Microsoft.NET.ILLink.Tasks": {
55+
"type": "Direct",
56+
"requested": "[9.0.8, )",
57+
"resolved": "9.0.8",
58+
"contentHash": "rd1CbIsMtVPtZNTIVD6Xydue//klYOOQIDpRgu3BHtv17AlpRs74/6QFbcYgMm/jL+naVU2T3OFLxVSLV5lQLQ=="
59+
},
4860
"Microsoft.VisualStudio.Threading": {
4961
"type": "Direct",
5062
"requested": "[17.14.15, )",

Flow.Launcher.Plugin/packages.lock.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@
1414
"resolved": "2024.3.0",
1515
"contentHash": "ox5pkeLQXjvJdyAB4b2sBYAlqZGLh3PjSnP1bQNVx72ONuTJ9+34/+Rq91Fc0dG29XG9RgZur9+NcP4riihTug=="
1616
},
17+
"Microsoft.DotNet.ILCompiler": {
18+
"type": "Direct",
19+
"requested": "[9.0.8, )",
20+
"resolved": "9.0.8",
21+
"contentHash": "cMwVh5hsxAhv+oMHQdgcXodt2kDpfviofBO4IXupSAHJW2vZOZOOIhvPWRGO6NeGcP8SR4OpSwktRqb0i79KFA=="
22+
},
23+
"Microsoft.NET.ILLink.Tasks": {
24+
"type": "Direct",
25+
"requested": "[9.0.8, )",
26+
"resolved": "9.0.8",
27+
"contentHash": "rd1CbIsMtVPtZNTIVD6Xydue//klYOOQIDpRgu3BHtv17AlpRs74/6QFbcYgMm/jL+naVU2T3OFLxVSLV5lQLQ=="
28+
},
1729
"Microsoft.SourceLink.GitHub": {
1830
"type": "Direct",
1931
"requested": "[8.0.0, )",

Flow.Launcher/packages.lock.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@
6969
"Svg": "3.0.84"
7070
}
7171
},
72+
"Microsoft.DotNet.ILCompiler": {
73+
"type": "Direct",
74+
"requested": "[9.0.8, )",
75+
"resolved": "9.0.8",
76+
"contentHash": "cMwVh5hsxAhv+oMHQdgcXodt2kDpfviofBO4IXupSAHJW2vZOZOOIhvPWRGO6NeGcP8SR4OpSwktRqb0i79KFA=="
77+
},
7278
"Microsoft.Extensions.DependencyInjection": {
7379
"type": "Direct",
7480
"requested": "[9.0.7, )",
@@ -108,6 +114,12 @@
108114
"Microsoft.Extensions.Options": "9.0.7"
109115
}
110116
},
117+
"Microsoft.NET.ILLink.Tasks": {
118+
"type": "Direct",
119+
"requested": "[9.0.8, )",
120+
"resolved": "9.0.8",
121+
"contentHash": "rd1CbIsMtVPtZNTIVD6Xydue//klYOOQIDpRgu3BHtv17AlpRs74/6QFbcYgMm/jL+naVU2T3OFLxVSLV5lQLQ=="
122+
},
111123
"Microsoft.Toolkit.Uwp.Notifications": {
112124
"type": "Direct",
113125
"requested": "[7.1.3, )",

0 commit comments

Comments
 (0)