- Notifications
You must be signed in to change notification settings - Fork0
Template for building a .NET Standard Class Library in Rider.
License
NotificationsYou must be signed in to change notification settings
neogeek/NETStandardClassLibraryTemplate
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Template for building a .NET Standard Class Library in Rider.
$ dotnet new --install com.scottdoxey.netstandardclasslibrary::2.0.1
or download the latest package file fromreleases and install via the Project Templates dialog in Rider.
or via command line
$ dotnet new --install"com.scottdoxey.netstandardclasslibrary.2.0.1.nupkg"$ dotnet new --install"$(shell pwd)/NETStandardClassLibrary"$ dotnet new --uninstall com.scottdoxey.netstandardclasslibrary
$ dotnet new --uninstall"$(shell pwd)/NETStandardClassLibrary"$ dotnet pack"$(shell pwd)/NETStandardClassLibraryTemplate.csproj"About
Template for building a .NET Standard Class Library in Rider.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.

