Skip to content

Commit 7ac01cf

Browse files
committed
fix: 打包的 MuConvert 应该自包含
1 parent 627dd64 commit 7ac01cf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Directory.Build.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<Project>
2+
<PropertyGroup Condition="'$(MSBuildProjectName)' == 'MuConvert'">
3+
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
4+
<SelfContained>true</SelfContained>
5+
</PropertyGroup>
6+
</Project>

0 commit comments

Comments
 (0)