Results 1 to 2 of 2

Thread: Install .NET CORE 5 Windows 98 or XP

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2021
    Posts
    166

    Install .NET CORE 5 Windows 98 or XP

    it is possible to install the new .net core 5.0.5 or 5.0.0 on windows 98, or 2000 and xp in some way even if they have to run each program for one bat.

    See:

    Net Core 5.0
    @echo off
    title Run NET Core app on win98 or XP
    c:\windows98\programfiles\dotnet.exe c:\user\desktop\netapp\Mynetapp.exe
    echo .

  2. #2
    PowerPoster PlausiblyDamp's Avatar
    Join Date
    Dec 2016
    Location
    Pontypool, Wales
    Posts
    2,458

    Re: Install .NET CORE 5 Windows 98 or XP

    https://github.com/dotnet/core/blob/...upported-os.md indicates that nothing older than Windows 7 SP1 is supported, so it look like you are out of luck.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width