From 8a3e3f6283373b00519607da177c715b6dcda847 Mon Sep 17 00:00:00 2001 From: logikonline Date: Sat, 24 Jan 2026 08:00:33 +0000 Subject: [PATCH] auto app building --- NuGet.config | 15 +++++++++++++++ ShellDemo/ShellDemo.csproj | 9 +++++++-- TodoApp/TodoApp.csproj | 9 +++++++-- WebViewDemo/WebViewDemo.csproj | 9 +++++++-- 4 files changed, 36 insertions(+), 6 deletions(-) create mode 100644 NuGet.config diff --git a/NuGet.config b/NuGet.config new file mode 100644 index 0000000..017a47c --- /dev/null +++ b/NuGet.config @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/ShellDemo/ShellDemo.csproj b/ShellDemo/ShellDemo.csproj index d6d4ad7..aaf36d8 100644 --- a/ShellDemo/ShellDemo.csproj +++ b/ShellDemo/ShellDemo.csproj @@ -28,11 +28,16 @@ linux-x64;linux-arm64 - - + + + + + + + diff --git a/TodoApp/TodoApp.csproj b/TodoApp/TodoApp.csproj index ddc883f..bc85aa3 100644 --- a/TodoApp/TodoApp.csproj +++ b/TodoApp/TodoApp.csproj @@ -28,11 +28,16 @@ linux-x64;linux-arm64 - - + + + + + + + diff --git a/WebViewDemo/WebViewDemo.csproj b/WebViewDemo/WebViewDemo.csproj index eaa54fe..000e14a 100644 --- a/WebViewDemo/WebViewDemo.csproj +++ b/WebViewDemo/WebViewDemo.csproj @@ -28,11 +28,16 @@ linux-x64;linux-arm64 - - + + + + + + +