Skip to content

Commit

Permalink
restore nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
shimat committed Dec 25, 2021
1 parent ff9fabd commit 51fee5e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions nuget/OpenCvSharp4.runtime.win.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<group targetFramework="netstandard2.0"></group>
<group targetFramework="netstandard2.1"></group>
<group targetFramework="netcoreapp2.1"></group>
<group targetFramework="net5.0"></group>
</dependencies>
<frameworkAssemblies>
</frameworkAssemblies>
Expand All @@ -29,8 +30,9 @@
<file src="..\src\Release\Win32\OpenCvSharpExtern.dll" target="runtimes\win-x86\native" />
<file src="..\opencv_files\opencv453_win_x64\x64\vc16\bin\opencv_videoio_ffmpeg453_64.dll" target="runtimes\win-x64\native" />
<file src="..\opencv_files\opencv453_win_x86\x86\vc16\bin\opencv_videoio_ffmpeg453.dll" target="runtimes\win-x86\native" />
<file src="OpenCvSharp4.runtime.win.props" target="build\net\OpenCvSharp4.runtime.win.props" />
<file src="empty\" target="build\netstandard\" />
<file src="empty\" target="build\netcoreapp\" />
<file src="OpenCvSharp4.runtime.win.props" target="build\net461\OpenCvSharp4.runtime.win.props" />
<file src="OpenCvSharp4.runtime.win.props" target="build\netstandard\OpenCvSharp4.runtime.win.props" />
<file src="OpenCvSharp4.runtime.win.props" target="build\netcoreapp\OpenCvSharp4.runtime.win.props" />
<file src="OpenCvSharp4.runtime.win.props" target="build\net5.0\OpenCvSharp4.runtime.win.props" />
</files>
</package>
4 changes: 2 additions & 2 deletions nuget/OpenCvSharp4.runtime.win.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<NativeDlls>$(MSBuildThisFileDirectory)..\..\runtimes</NativeDlls>
</PropertyGroup>
<ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith('net2')) Or $(TargetFramework.StartsWith('net3')) Or $(TargetFramework.StartsWith('net4'))">
<Content Include="$(NativeDlls)\win-x86\native\OpenCvSharpExtern.dll">
<Link>dll\x86\OpenCvSharpExtern.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand All @@ -12,7 +12,7 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith('net2')) Or $(TargetFramework.StartsWith('net3')) Or $(TargetFramework.StartsWith('net4'))">
<Content Include="$(NativeDlls)\win-x64\native\OpenCvSharpExtern.dll">
<Link>dll\x64\OpenCvSharpExtern.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down
Empty file removed nuget/empty/.gitkeep
Empty file.
Binary file modified nuget/nuget.exe
Binary file not shown.

0 comments on commit 51fee5e

Please sign in to comment.