We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627dd64 commit 7ac01cfCopy full SHA for 7ac01cf
1 file changed
Directory.Build.props
@@ -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