XSharp.NextVersion.Templates
1.1.0
dotnet new install XSharp.NextVersion.Templates::1.1.0
XSharp Next Version Templates package
This package contains some projects templates for .NET 8 and greater.
Installation
- Download this package
- Run
dotnet new install .\XSharp.NextVersion.Templates.1.0.0.nupkg
Usage
Run
dotnet new list
to see the list of all available templatesCreate a folder
Name the folder with the name of the desired project
Open a terminal in that folder
Run
dotnet new xsconsole
to create a new console project in that folder.
In order to build the project, you can run
dotnet build
in that folder
In order to run (and build if needed) the project, you can run
dotnet run
in that folder
Usage in VSCode
After running the dotnet new xsconsole
command, you can type code .
in order to open VSCode and open that folder.
You can then modify the source, and run the program using the Run menu.
-
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.1.0 | 290 | 5/10/2025 |