Skip to content

Added .NET Standard 2.0 support#1

Open
AlbertoMonteiro wants to merge 4 commits into
seacen:masterfrom
AlbertoMonteiro:master
Open

Added .NET Standard 2.0 support#1
AlbertoMonteiro wants to merge 4 commits into
seacen:masterfrom
AlbertoMonteiro:master

Conversation

@AlbertoMonteiro

Copy link
Copy Markdown

I've added a new project that targets .net standard 2.0 and I also added cakebuild to make nuget package creation easy, with both platforms in a single nupkg.

To use this you in root folder using powershell you can run the following commands:

Build solution

.\build.ps1 -Target Build

Create a nuget pack

.\build.ps1 -Target NuGetPack -packageVersion 2.0.0

Push a nuget pack

.\build.ps1 -Target NugetPush -packageVersion 2.0.0 -nugetApiKey YOUR_NUGET_KEY

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant