WebWindowNetCore 4.0.0-alpha.5

This is a prerelease version of WebWindowNetCore.
There is a newer version of this package available.
See the version list below for details.
dotnet add package WebWindowNetCore --version 4.0.0-alpha.5
                    
NuGet\Install-Package WebWindowNetCore -Version 4.0.0-alpha.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WebWindowNetCore" Version="4.0.0-alpha.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WebWindowNetCore" Version="4.0.0-alpha.5" />
                    
Directory.Packages.props
<PackageReference Include="WebWindowNetCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WebWindowNetCore --version 4.0.0-alpha.5
                    
#r "nuget: WebWindowNetCore, 4.0.0-alpha.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=WebWindowNetCore&version=4.0.0-alpha.5&prerelease
                    
Install WebWindowNetCore as a Cake Addin
#tool nuget:?package=WebWindowNetCore&version=4.0.0-alpha.5&prerelease
                    
Install WebWindowNetCore as a Cake Tool

WebWindowNetCore

New concept

WebWindowNetCore is the base Nuget packege, you need one more Nuget packages for every to supporting Operating system:

Windows Linux
WebWindowNetCore.Window WebWindowNetCore.Linux

How to setup .NET project:

<PropertyGroup>
    <IsWindows Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">true</IsWindows> 
		<IsOSX Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' == 'true'">true</IsOSX> 
	<IsLinux Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' == 'true'">true</IsLinux>    
</PropertyGroup>

<PropertyGroup Condition="'$(IsWindows)'=='true'">
    <OutputType>WinExe</OutputType>
    <TargetFramework>net6.0-windows</TargetFramework>
    <RuntimeIdentifier>win-x64</RuntimeIdentifier>
</PropertyGroup> 

<PropertyGroup Condition="'$(IsLinux)'=='true'">
    <OutputType>Exe</OutputType>
    <TargetFramework>net6.0</TargetFramework>
    <RuntimeIdentifier>linux-x64</RuntimeIdentifier>
</PropertyGroup>

<ItemGroup Condition="'$(IsWindows)'=='true'">
    <PackageReference Include="WebWindowNetCore.Windows" Version="0.0.1-alpha.2" />
</ItemGroup> 

<ItemGroup Condition="'$(IsLinux)'=='true'">
    <PackageReference Include="WebWindowNetCore.Linux" Version="0.0.1-alpha.2" />
</ItemGroup> 


Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on WebWindowNetCore:

Package Downloads
WebWindowNetCore.Electron

Dependencies for Electron for package WebWindowNetCore. Please look there for further information.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
11.0.19-beta-19 105 2/26/2025
11.0.18-beta-18 81 2/25/2025
11.0.17-beta-17 82 2/24/2025
11.0.16-beta-16 81 2/24/2025
11.0.15-beta-15 90 2/23/2025
11.0.14-beta-14 90 2/17/2025
11.0.13-beta-13 84 2/15/2025
11.0.12-beta-12 101 2/14/2025
11.0.11-beta-11 92 2/13/2025
11.0.10-beta-10 93 2/12/2025
11.0.9-beta-9 88 2/11/2025
11.0.8-beta-8 93 2/10/2025
11.0.7-beta-7 90 2/8/2025
11.0.6-beta-6 76 2/8/2025
11.0.5-beta-5 90 2/8/2025
11.0.4-beta-4 96 2/8/2025
11.0.3-beta-3 84 2/7/2025
11.0.2-beta-2 95 2/7/2025
11.0.1-beta-1 88 2/7/2025
11.0.0-beta-0 86 2/7/2025
10.0.16 268 9/3/2024
10.0.15 121 9/3/2024
10.0.14 129 9/2/2024
10.0.13 126 8/31/2024
10.0.12 129 8/31/2024
10.0.11 124 8/31/2024
10.0.10 131 8/31/2024
10.0.9 130 8/29/2024
10.0.8 134 8/28/2024
10.0.7 123 8/27/2024
10.0.6 132 8/27/2024
10.0.5 120 8/27/2024
10.0.4 141 8/26/2024
10.0.3 126 8/26/2024
10.0.2 130 8/26/2024
10.0.1 128 8/26/2024
10.0.0 157 8/25/2024
10.0.0-beta-9 107 8/17/2024
10.0.0-beta-8 112 8/16/2024
10.0.0-beta-7 109 8/8/2024
10.0.0-beta-6 94 8/8/2024
10.0.0-beta-5 95 8/8/2024
10.0.0-beta-4 96 8/7/2024
10.0.0-beta-3 94 8/7/2024
10.0.0-beta-2 97 8/7/2024
10.0.0-beta-12 115 8/24/2024
10.0.0-beta-11 106 8/24/2024
10.0.0-beta-10 105 8/20/2024
9.6.7 176 7/29/2024
9.6.6 251 3/26/2024
9.6.5 163 3/10/2024
9.6.4 178 1/22/2024
9.6.3 137 1/20/2024
9.6.2 136 1/20/2024
9.6.1 142 1/13/2024
9.6.0 142 1/11/2024
9.5.0 149 1/7/2024
9.4.2 110 1/7/2024
9.4.1 168 12/26/2023
9.4.0 180 12/23/2023
9.3.0 212 12/22/2023
9.2.0 157 12/18/2023
9.1.1 139 12/15/2023
9.1.0 162 12/15/2023
9.0.0 142 12/14/2023
8.0.0 205 12/10/2023
7.2.0 176 11/29/2023
7.1.0 130 11/29/2023
7.0.0 187 11/20/2023
7.0.0-alpha 131 11/18/2023
6.9.2 165 11/18/2023
6.9.1 161 11/17/2023
6.9.0 132 11/17/2023
6.8.0 149 11/17/2023
6.7.0 138 11/17/2023
6.6.0 183 11/16/2023
6.5.4 170 11/16/2023
6.5.3 189 11/12/2023
6.5.2 172 11/12/2023
6.5.1 139 11/12/2023
6.5.0 161 11/11/2023
6.4.0 136 11/11/2023
6.3.0 184 10/30/2023
6.2.1 140 11/12/2023
6.2.0 184 10/29/2023
6.1.0 237 8/24/2023
6.0.0 211 8/10/2023
5.1.0 433 4/10/2023
5.0.0 271 4/8/2023
4.4.0 413 3/22/2023
4.3.3 297 3/21/2023
4.3.2 303 3/21/2023
4.3.1 308 3/19/2023
4.3.0 351 3/18/2023
4.2.0 357 3/13/2023
4.1.0 272 3/13/2023
4.0.0 353 3/12/2023
4.0.0-alpha.5 197 2/28/2022
4.0.0-alpha.4 170 2/27/2022
4.0.0-alpha.3 154 2/27/2022
4.0.0-alpha.2 160 2/27/2022
4.0.0-alpha.1 164 2/27/2022
3.2.1 621 4/9/2022
3.2.0 1,087 8/15/2020
3.1.3 563 8/8/2020
3.1.2 505 7/29/2020
3.1.1 489 7/29/2020
3.1.0 459 7/28/2020
3.0.2 583 5/3/2020
3.0.1 478 5/3/2020
3.0.0 466 5/3/2020
2.2.0 466 7/28/2020
2.1.3 525 5/2/2020
2.1.2 516 5/2/2020
2.1.1 674 3/4/2020
2.1.0 534 3/4/2020
2.0.0 1,061 2/29/2020
1.0.1 531 5/2/2020
1.0.0 544 2/23/2020
0.0.7 499 2/22/2020
0.0.6 459 2/22/2020
0.0.5 578 2/22/2020
0.0.4 598 2/22/2020
0.0.3 603 2/22/2020
0.0.2 577 2/21/2020
0.0.1 498 2/21/2020
0.0.1-alpha.14 114 3/12/2023
0.0.1-alpha.13 107 3/12/2023
0.0.1-alpha.12 113 3/12/2023
0.0.1-alpha.10 112 3/10/2023
0.0.1-alpha.9 111 3/10/2023
0.0.1-alpha.8 119 3/9/2023
0.0.1-alpha.7 118 3/3/2023
0.0.1-alpha.6 116 3/3/2023