From d696155adc26925b156d4c8b200b40409b072142 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Mon, 14 Oct 2024 10:24:40 +0200 Subject: [PATCH] dotnet: Fix shared libs copy in .Net runtime package --- .../dotnet/Google.OrTools.runtime.csproj.in | 84 +++++++++++++++++++ ortools/dotnet/Test.csproj.in | 8 +- 2 files changed, 88 insertions(+), 4 deletions(-) diff --git a/ortools/dotnet/Google.OrTools.runtime.csproj.in b/ortools/dotnet/Google.OrTools.runtime.csproj.in index ad6d3dba0c7..dcf27576a8c 100644 --- a/ortools/dotnet/Google.OrTools.runtime.csproj.in +++ b/ortools/dotnet/Google.OrTools.runtime.csproj.in @@ -27,6 +27,90 @@ runtimes/@DOTNET_RID@/native/%(Filename)%(Extension) true diff --git a/ortools/dotnet/Test.csproj.in b/ortools/dotnet/Test.csproj.in index f10a2c90b47..9dd2471ecaa 100644 --- a/ortools/dotnet/Test.csproj.in +++ b/ortools/dotnet/Test.csproj.in @@ -33,10 +33,10 @@ - - - - + + + +