Skip to content

Commit

Permalink
ReleaseMaker: add netcoreapp2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shimat committed Oct 23, 2019
1 parent 1b8d8bc commit 9cc53b9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tool/OpenCvSharp.ReleaseMaker/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ public partial class MainForm : Form
@"OpenCvSharp.Blob\bin\Release\netstandard2.0\OpenCvSharp.Blob.dll",
@"OpenCvSharp.Extensions\bin\Release\netstandard2.0\OpenCvSharp.Extensions.dll",
}
},{
"netcoreapp2.0", new[]
{
@"OpenCvSharp\bin\Release\netcoreapp2.0\OpenCvSharp.dll",
@"OpenCvSharp\bin\Release\netcoreapp2.0\OpenCvSharp.dll.config",
@"OpenCvSharp.Blob\bin\Release\netcoreapp2.0\OpenCvSharp.Blob.dll",
@"OpenCvSharp.Extensions\bin\Release\netcoreapp2.0\OpenCvSharp.Extensions.dll",
}
}
};

Expand Down Expand Up @@ -83,6 +91,7 @@ public partial class MainForm : Form
"bin",
"obj",
".vs",
"packages",
};

/// <summary>
Expand Down

0 comments on commit 9cc53b9

Please sign in to comment.