CS2Launcher.AspNetCore.App 1.0.0-rc.0.71

This is a prerelease version of CS2Launcher.AspNetCore.App.
dotnet add package CS2Launcher.AspNetCore.App --version 1.0.0-rc.0.71                
NuGet\Install-Package CS2Launcher.AspNetCore.App -Version 1.0.0-rc.0.71                
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.71" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CS2Launcher.AspNetCore.App --version 1.0.0-rc.0.71                
#r "nuget: CS2Launcher.AspNetCore.App, 1.0.0-rc.0.71"                
#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.
// Install CS2Launcher.AspNetCore.App as a Cake Addin
#addin nuget:?package=CS2Launcher.AspNetCore.App&version=1.0.0-rc.0.71&prerelease

// Install CS2Launcher.AspNetCore.App as a Cake Tool
#tool nuget:?package=CS2Launcher.AspNetCore.App&version=1.0.0-rc.0.71&prerelease                

CS2 Launcher

Language Checks

A .NET Generic Host Builder for running CS2 Dedicated Servers.

CS2Launcher.AspNetCore.App Version
CS2Launcher.AspNetCore.Launcher Version

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 Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.71 62 12/23/2024
1.0.0-rc.0.70 58 12/7/2024
1.0.0-rc.0.67 47 12/3/2024
1.0.0-rc.0.66 40 12/3/2024
1.0.0-rc.0.65 55 11/23/2024
1.0.0-rc.0.64 50 11/17/2024
1.0.0-rc.0.62 48 11/13/2024
1.0.0-rc.0.61 60 11/13/2024
1.0.0-rc.0.60 55 11/13/2024
1.0.0-rc.0.59 50 11/6/2024
1.0.0-rc.0.58 84 10/20/2024
1.0.0-rc.0.57 65 10/12/2024
1.0.0-rc.0.56 55 10/11/2024
1.0.0-rc.0.55 55 10/9/2024
1.0.0-rc.0.54 49 10/7/2024
1.0.0-rc.0.52 45 10/7/2024
1.0.0-rc.0.51 56 10/2/2024
1.0.0-rc.0.50 54 9/24/2024
1.0.0-rc.0.49 54 9/22/2024
1.0.0-rc.0.48 61 9/19/2024
1.0.0-rc.0.47 66 9/11/2024
1.0.0-rc.0.45 68 9/5/2024
1.0.0-rc.0.44 72 9/4/2024
1.0.0-rc.0.43 55 9/2/2024
1.0.0-rc.0.41 59 8/27/2024
1.0.0-rc.0.40 77 8/19/2024
1.0.0-rc.0.39 72 8/19/2024
1.0.0-rc.0.38 81 8/13/2024
1.0.0-rc.0.37 56 8/2/2024
1.0.0-rc.0.36 65 7/18/2024
1.0.0-rc.0.35 43 7/9/2024
1.0.0-rc.0.33 68 6/11/2024
1.0.0-rc.0.32 59 6/11/2024
1.0.0-rc.0.31 69 6/6/2024
1.0.0-rc.0.29 69 5/29/2024
1.0.0-rc.0.27 75 5/22/2024
1.0.0-rc.0.24 72 5/14/2024
1.0.0-rc.0.22 86 4/28/2024
1.0.0-rc.0.21 66 4/27/2024
1.0.0-rc.0.20 70 4/27/2024
1.0.0-rc.0.19 65 4/27/2024