Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Template for building a .NET Standard Class Library in Rider.

License

NotificationsYou must be signed in to change notification settings

neogeek/NETStandardClassLibraryTemplate

Repository files navigation

Template for building a .NET Standard Class Library in Rider.

TestNuget

Install

NuGet

$ 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"

Repo

$ dotnet new --install"$(shell pwd)/NETStandardClassLibrary"

Uninstall

NuGet

$ dotnet new --uninstall com.scottdoxey.netstandardclasslibrary

Repo

$ dotnet new --uninstall"$(shell pwd)/NETStandardClassLibrary"

Setup

Build Nuget

$ dotnet pack"$(shell pwd)/NETStandardClassLibraryTemplate.csproj"

About

Template for building a .NET Standard Class Library in Rider.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp