# Publishing Starcounter 3.0 application

Starcounter supports the following runtimes:

* [`win7-x64`](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog#windows-rids) - for Windows 7 and newer versions.
* [`linux-x64`](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog#linux-rids) - for Linux based operating systems.

Self contained and framework dependent modes are supported.

*Detailed specification of the \[`dotnet publish`]\((*<https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish?tabs=netcore21>*)) command is available at the Microsoft website.*

Due to [this .NET Core SDK](https://github.com/dotnet/sdk/issues/3510) issue it is not yet possible to publish Starcounter .NET Core apps as a single file.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.starcounter.io/publish-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
