Skip to content

Commit a2e216a

Browse files
committedMay 5, 2023
handle dotnet/msbuild incompatability with runtime identifiers
1 parent b170d0c commit a2e216a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎Directory.Build.Props

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Project>
2+
<PropertyGroup>
3+
<RuntimeIdentifiers>win-x64;win-x86;linux-x64</RuntimeIdentifiers>
4+
</PropertyGroup>
5+
</Project>

0 commit comments

Comments
 (0)
Please sign in to comment.