CS2Launcher.AspNetCore.App
1.0.0-rc.0.130
This is a prerelease version of CS2Launcher.AspNetCore.App.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package CS2Launcher.AspNetCore.App --version 1.0.0-rc.0.130
NuGet\Install-Package CS2Launcher.AspNetCore.App -Version 1.0.0-rc.0.130
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="CS2Launcher.AspNetCore.App" Version="1.0.0-rc.0.130" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CS2Launcher.AspNetCore.App" Version="1.0.0-rc.0.130" />
<PackageReference Include="CS2Launcher.AspNetCore.App" />
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 CS2Launcher.AspNetCore.App --version 1.0.0-rc.0.130
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CS2Launcher.AspNetCore.App, 1.0.0-rc.0.130"
#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.
#:package CS2Launcher.AspNetCore.App@1.0.0-rc.0.130
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CS2Launcher.AspNetCore.App&version=1.0.0-rc.0.130&prerelease
#tool nuget:?package=CS2Launcher.AspNetCore.App&version=1.0.0-rc.0.130&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CS2 Launcher
A .NET Generic Host Builder for running CS2 Dedicated Servers.
CS2Launcher.AspNetCore.App |
|
CS2Launcher.AspNetCore.Launcher |
Getting Started
- Create a new console project
dotnet new console -n {launcher-name}
- Update the project to target the Web Sdk
<Project Sdk="Microsoft.NET.Sdk.Web">
</Project>
- Add a reference to
CS2Launcher.AspNetCore.Launcher
dotnet add package CS2Launcher.AspNetCore.Launcher
- Update the
Program.cs
using CS2Launcher.AspNetCore.Launcher;
var builder = CS2LauncherApplication.CreateBuilder( args );
await using var app = builder.Build();
await app.RunAsync();
- Update the Server configuration
{
"Server": {
"ProcessPriority": "Normal",
"Program": "C:\\SteamLibrary\\steamapps\\common\\Counter-Strike Global Offensive\\game\\bin\\win64\\cs2.exe",
"RconPassword": "test",
"RedirectOutput": "false",
"WorkshopMapIds": [3070280193]
}
}
Need a proper example? Checkout the sample project.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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.
-
net10.0
- ESCd.Extensions.Http (>= 1.1.6)
- Microsoft.AspNetCore.Components.WebAssembly (>= 10.0.4)
- Microsoft.AspNetCore.SignalR.Client (>= 10.0.4)
- Microsoft.Extensions.Http.Resilience (>= 10.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CS2Launcher.AspNetCore.App:
| Package | Downloads |
|---|---|
|
CS2Launcher.AspNetCore.Launcher
A .NET Generic Host Builder for running CS2 Dedicated Servers. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.0.0-rc.0.135 | 35 | 4/14/2026 | |
| 1.0.0-rc.0.134 | 62 | 4/8/2026 | |
| 1.0.0-rc.0.133 | 73 | 3/19/2026 | |
| 1.0.0-rc.0.132 | 56 | 3/13/2026 | |
| 1.0.0-rc.0.131 | 57 | 3/11/2026 | |
| 1.0.0-rc.0.130 | 50 | 3/10/2026 | |
| 1.0.0-rc.0.129 | 71 | 2/28/2026 | |
| 1.0.0-rc.0.127 | 75 | 2/11/2026 | |
| 1.0.0-rc.0.126 | 75 | 2/4/2026 | |
| 1.0.0-rc.0.125 | 197 | 12/24/2025 | |
| 1.0.0-rc.0.124 | 142 | 12/24/2025 | |
| 1.0.0-rc.0.123 | 157 | 12/5/2025 | |
| 1.0.0-rc.0.122 | 286 | 11/13/2025 | |
| 1.0.0-rc.0.116 | 183 | 11/4/2025 | |
| 1.0.0-rc.0.115 | 170 | 11/4/2025 | |
| 1.0.0-rc.0.114 | 119 | 10/31/2025 | |
| 1.0.0-rc.0.113 | 170 | 10/14/2025 | |
| 1.0.0-rc.0.112 | 103 | 10/10/2025 | |
| 1.0.0-rc.0.111 | 260 | 9/19/2025 | |
| 1.0.0-rc.0.110 | 324 | 9/19/2025 |
Loading failed