Skip to content

Release package to NuGet with GitHub Actions #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
Feb 23, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated NuGet definition
  • Loading branch information
xperiandri committed Sep 1, 2016
commit 4d8bd07910d7bc04f462ebe7245b7d648357d1b8
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"copyright": "Copyright © XperiAndri 2016",
"description": "F# bindings for System.Collections.Immutable",
"title": "FSharp.Collections.Immutable",
"description": "F# bindings for System.Collections.Immutable",
"authors": [ "XperiAndri", "EventHelix" ],
"copyright": "Copyright © XperiAndri 2016",
"version": "1.0.0-*",

"packOptions": {
@@ -48,7 +48,7 @@
},

"frameworks": {
"netstandard1.5": {
"netstandard1.6": {
"dependencies": {
"Microsoft.FSharp.Core.netcore": "1.0.0-*",
"NETStandard.Library": "1.5.0-rc2-*"