CS2Launcher.AspNetCore.Launcher 1.0.0-rc.0.15

This is a prerelease version of CS2Launcher.AspNetCore.Launcher.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package CS2Launcher.AspNetCore.Launcher --version 1.0.0-rc.0.15
                    
NuGet\Install-Package CS2Launcher.AspNetCore.Launcher -Version 1.0.0-rc.0.15
                    
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.Launcher" Version="1.0.0-rc.0.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CS2Launcher.AspNetCore.Launcher" Version="1.0.0-rc.0.15" />
                    
Directory.Packages.props
<PackageReference Include="CS2Launcher.AspNetCore.Launcher" />
                    
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 CS2Launcher.AspNetCore.Launcher --version 1.0.0-rc.0.15
                    
#r "nuget: CS2Launcher.AspNetCore.Launcher, 1.0.0-rc.0.15"
                    
#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=CS2Launcher.AspNetCore.Launcher&version=1.0.0-rc.0.15&prerelease
                    
Install CS2Launcher.AspNetCore.Launcher as a Cake Addin
#tool nuget:?package=CS2Launcher.AspNetCore.Launcher&version=1.0.0-rc.0.15&prerelease
                    
Install CS2Launcher.AspNetCore.Launcher as a Cake Tool

CS2 Launcher

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

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 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.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-rc.0.80 0 5/13/2025
1.0.0-rc.0.79 34 5/10/2025
1.0.0-rc.0.78 101 4/11/2025
1.0.0-rc.0.77 472 3/25/2025
1.0.0-rc.0.76 139 3/13/2025
1.0.0-rc.0.73 123 1/15/2025
1.0.0-rc.0.72 66 1/7/2025
1.0.0-rc.0.71 83 12/23/2024
1.0.0-rc.0.70 76 12/7/2024
1.0.0-rc.0.67 50 12/3/2024
1.0.0-rc.0.66 50 12/3/2024
1.0.0-rc.0.65 77 11/23/2024
1.0.0-rc.0.64 62 11/17/2024
1.0.0-rc.0.62 58 11/13/2024
1.0.0-rc.0.61 81 11/13/2024
1.0.0-rc.0.60 72 11/13/2024
1.0.0-rc.0.59 60 11/6/2024
1.0.0-rc.0.58 88 10/20/2024
1.0.0-rc.0.57 75 10/12/2024
1.0.0-rc.0.56 62 10/11/2024
1.0.0-rc.0.55 60 10/9/2024
1.0.0-rc.0.54 63 10/7/2024
1.0.0-rc.0.52 56 10/7/2024
1.0.0-rc.0.51 67 10/2/2024
1.0.0-rc.0.50 66 9/24/2024
1.0.0-rc.0.49 64 9/22/2024
1.0.0-rc.0.48 68 9/19/2024
1.0.0-rc.0.47 70 9/11/2024
1.0.0-rc.0.45 67 9/5/2024
1.0.0-rc.0.44 66 9/4/2024
1.0.0-rc.0.43 61 9/2/2024
1.0.0-rc.0.41 70 8/27/2024
1.0.0-rc.0.40 87 8/19/2024
1.0.0-rc.0.39 75 8/19/2024
1.0.0-rc.0.38 84 8/13/2024
1.0.0-rc.0.37 64 8/2/2024
1.0.0-rc.0.36 74 7/18/2024
1.0.0-rc.0.35 64 7/9/2024
1.0.0-rc.0.33 75 6/11/2024
1.0.0-rc.0.32 68 6/11/2024
1.0.0-rc.0.31 71 6/6/2024
1.0.0-rc.0.29 73 5/29/2024
1.0.0-rc.0.27 80 5/22/2024
1.0.0-rc.0.24 77 5/14/2024
1.0.0-rc.0.22 95 4/28/2024
1.0.0-rc.0.21 72 4/27/2024
1.0.0-rc.0.20 71 4/27/2024
1.0.0-rc.0.19 73 4/27/2024
1.0.0-rc.0.15 86 4/11/2024
1.0.0-rc.0.14 84 3/20/2024
1.0.0-rc.0.13 74 3/12/2024
1.0.0-rc.0.12 73 3/4/2024
1.0.0-rc.0.10 85 2/16/2024
1.0.0-rc.0.8 76 2/16/2024