File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22English | [ 中文] ( https://github.com/MCSLTeam/MCServerLauncher-Future/blob/master/README_ZH.md )
33</br >
44This repository only includes sources of the Daemon and the WPF Desktop Launcher. If you want to know more about the web
5- frontend, just click [ here] ( https://github.com/MCSLTeam/MCServerLauncher-Future-Web ) .
5+ frontend or Tauri launcher , just click [ here] ( https://github.com/MCSLTeam/MCServerLauncher-Future-Web ) .
66
77[ ![ GPLv3] ( https://img.shields.io/badge/License-GPLv3-blue?color=#4ec820 )] ( LICENSE )
88![ Platform Windows | macOS | Linux] ( https://img.shields.io/badge/Platform-Windows%20|%20Linux%20|%20macOS-blue?color=#4ec820 )
@@ -42,7 +42,8 @@ non-Windows users.
4242
4343## System Requirements
4444
45- Requires [ .NET 10.0] ( https://dotnet.microsoft.com/en-us/download/dotnet/10.0 )
45+ Daemon Requires [ .NET Runtime 10.x] ( https://dotnet.microsoft.com/en-us/download/dotnet/10.0 )
46+ WPF Launcher Requires [ .NET Desktop Runtime 10.x] ( https://dotnet.microsoft.com/en-us/download/dotnet/10.0 )
4647
4748## Contribute
4849
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ MCServerLauncher Future 是新一代的服务器管理软件,提供直观的
2222
2323## 组件
2424
25- [ .NET 守护进程] ( https://github.com/MCSLTeam/MCServerLauncher-Future/tree/master/MCServerLauncher.Daemon ) :使用 .NET 6.0 C# 构建的核心服务,提供强大的性能和灵活性。
25+ [ .NET 守护进程] ( https://github.com/MCSLTeam/MCServerLauncher-Future/tree/master/MCServerLauncher.Daemon ) :使用 .NET C# 构建的核心服务,提供强大的性能和灵活性。
2626
2727[ Rust 守护进程] ( https://github.com/MCSLTeam/mcsl-daemon-rs/ ) : (实验性) 采用新一代技术构建,使用 Rust 编写。
2828
@@ -34,8 +34,9 @@ MCServerLauncher Future 是新一代的服务器管理软件,提供直观的
3434
3535## 系统需求
3636
37- 守护进程:需要 [ .NET 6.0] ( https://dotnet.microsoft.com/en-us/download/dotnet/6.0 )
38- WPF桌面启动器:需要 [ .NET Framework 4.6.2+] ( http://go.microsoft.com/fwlink/?linkid=780600 )
37+ 守护进程:需要 [ .NET 运行时 10.x] ( https://dotnet.microsoft.com/en-us/download/dotnet/10.0 )
38+
39+ WPF桌面启动器:需要 [ .NET 桌面运行时 10.x] ( https://dotnet.microsoft.com/en-us/download/dotnet/10.0 )
3940
4041## 贡献
4142
You can’t perform that action at this time.
0 commit comments