Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Martin Finkel
LibVLCSharp
Commits
2180533d
Commit
2180533d
authored
Oct 04, 2018
by
Martin Finkel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add netstandard1.1 and net40 targets to nuspec
parent
7bd17acc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
LibVLCSharp.nuspec
LibVLCSharp.nuspec
+2
-0
scripts/build-and-package-libvlcsharp.ps1
scripts/build-and-package-libvlcsharp.ps1
+1
-1
No files found.
LibVLCSharp.nuspec
View file @
2180533d
...
...
@@ -19,6 +19,8 @@
<file
src=
"LibVLCSharp\bin\Release\monoandroid81\LibVLCSharp.Android.AWindow.dll"
target=
"lib\MonoAndroid81"
/>
<file
src=
"LibVLCSharp\bin\Release\xamarin.ios10\LibVLCSharp.dll"
target=
"lib\Xamarin.iOS10"
/>
<file
src=
"LibVLCSharp\bin\Release\netstandard2.0\LibVLCSharp.dll"
target=
"lib\.NETStandard2.0"
/>
<file
src=
"LibVLCSharp\bin\Release\netstandard1.1\LibVLCSharp.dll"
target=
"lib\.NETStandard1.1"
/>
<file
src=
"LibVLCSharp\bin\Release\xamarin.mac20\LibVLCSharp.dll"
target=
"lib\xamarinmac20"
/>
<file
src=
"LibVLCSharp\bin\Release\net40\LibVLCSharp.dll"
target=
"lib\net40"
/>
</files>
</package>
\ No newline at end of file
scripts/build-and-package-libvlcsharp.ps1
View file @
2180533d
$msbuild
=
'"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe"'
iex
(
"& {0} {1}"
-f
$msbuild
,
"../LibVLCSharp/LibVLCSharp.csproj /t:Build /p:Configuration=Release"
)
iex
(
"& {0} {1}"
-f
$msbuild
,
"../LibVLCSharp/LibVLCSharp.csproj /t:
Restore,Clean,
Build /p:Configuration=Release"
)
..
\nuget.exe
pack
..
\LibVLCSharp.nuspec
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment