This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new d81220e7ee chore(bindings/dotnet): build os detect (#4085)
d81220e7ee is described below

commit d81220e7ee9984214b9edb31dee52afcf11e6aef
Author: Suyan <[email protected]>
AuthorDate: Sun Jan 28 20:51:01 2024 +0800

    chore(bindings/dotnet): build os detect (#4085)
---
 bindings/dotnet/DotOpenDAL/DotOpenDAL.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/dotnet/DotOpenDAL/DotOpenDAL.csproj 
b/bindings/dotnet/DotOpenDAL/DotOpenDAL.csproj
index a7a7ac99fa..5c7b03821d 100644
--- a/bindings/dotnet/DotOpenDAL/DotOpenDAL.csproj
+++ b/bindings/dotnet/DotOpenDAL/DotOpenDAL.csproj
@@ -18,7 +18,7 @@
     </PropertyGroup>
 
     <ItemGroup>
-        <None Include="../target/debug/libopendal_dotnet.so">
+        <None Include="../target/debug/libopendal_dotnet.*">
             <CopyToOutputDirectory>Always</CopyToOutputDirectory>
         </None>
     </ItemGroup>

Reply via email to