Dotnet template library for web services using the Carter library.
Provider | Status |
---|---|
Appveyor | |
Github |
NuGet (Stable) | MyGet (Prerelease) |
---|---|
For installation via the dotnet install command:
dotnet new install "CarterServiceTemplate::*"
For myget installations you can specify the source on the dotnet command:
dotnet new install "CarterServiceTemplate::*" --nuget-source https://www.myget.org/F/carterservicetemplate/api/v3/index.json
Then you can freely use it by executing the following dotnet command:
dotnet new carterws -o MyCarterWs
This template targets the following dotnet versions:
net version | template version |
---|---|
8.0 | latest |
7.0 | 0.0.7 |
6.0 | 0.0.5 |
5.0 | 0.0.3 |
3.1 | 0.0.1 |
The following libraries are included as part of the projects:
To uninstall simply execute:
dotnet new uninstall "CarterServiceTemplate"