Skip to content

Commit ad8ab7b

Browse files
committed
Force the tool to be win-x64 only
1 parent bbf343f commit ad8ab7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sources/ClangSharpPInvokeGenerator/ClangSharpPInvokeGenerator.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<PropertyGroup>
55
<OutputType>Exe</OutputType>
66
<PackAsTool>true</PackAsTool>
7+
<PackAsToolShimRuntimeIdentifiers>win-x64</PackAsToolShimRuntimeIdentifiers>
78
<RuntimeIdentifier></RuntimeIdentifier>
89
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
910
</PropertyGroup>

0 commit comments

Comments
 (0)