From c6c73a7c8a33e46a659ea25804db265815dc13fa Mon Sep 17 00:00:00 2001 From: softworkz Date: Mon, 13 Oct 2025 13:24:53 +0200 Subject: [PATCH] ElectronNET.API: Update project file --- src/ElectronNET.API/ElectronNET.API.csproj | 55 ++++++++----------- .../ElectronNET.API.csproj.DotSettings | 3 + 2 files changed, 27 insertions(+), 31 deletions(-) create mode 100644 src/ElectronNET.API/ElectronNET.API.csproj.DotSettings diff --git a/src/ElectronNET.API/ElectronNET.API.csproj b/src/ElectronNET.API/ElectronNET.API.csproj index 51fb9b5..15d7663 100644 --- a/src/ElectronNET.API/ElectronNET.API.csproj +++ b/src/ElectronNET.API/ElectronNET.API.csproj @@ -1,47 +1,40 @@  + + + net6.0;net8.0 ..\..\artifacts - ElectronNET.API - Gregor Biswanger, Florian Rappl - - Electron.NET - MIT - https://github.com/ElectronNET/Electron.NET/ - Building cross platform electron based desktop apps with .NET Core and ASP.NET Core. -This package contains the API to access the "native" electron API. - https://github.com/ElectronNET/Electron.NET/ - git - true - electron aspnetcore - Changelog: https://github.com/ElectronNET/Electron.NET/blob/main/Changelog.md - PackageIcon.png - 99.0.0.0 + $(PackageNamePrefix).API + $(PackageId) true + True + snupkg + disable + $(DescriptionFirstPart) This package contains the API to access the "native" electron API. + ElectronNET + 1701;1702;4014;CS4014;CA1416;CS1591 + + + - - - - - - - - - - + all runtime; build; native; contentfiles; analyzers - - - - - all - + + + + + + + + + \ No newline at end of file diff --git a/src/ElectronNET.API/ElectronNET.API.csproj.DotSettings b/src/ElectronNET.API/ElectronNET.API.csproj.DotSettings new file mode 100644 index 0000000..8d8335c --- /dev/null +++ b/src/ElectronNET.API/ElectronNET.API.csproj.DotSettings @@ -0,0 +1,3 @@ + + Library + True \ No newline at end of file