File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3- <metadata minClientVersion =" 4 .0.0" >
3+ <metadata minClientVersion =" 5 .0.0" >
44 <id >chromiumembeddedframework.runtime</id >
55 <version >$version$</version >
66 <authors >The Chromium Embedded Framework Authors</authors >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3- <metadata minClientVersion =" 4 .0.0" >
3+ <metadata minClientVersion =" 5 .0.0" >
44 <id >chromiumembeddedframework.runtime.win-$Platform$</id >
55 <version >$version$</version >
66 <authors >The Chromium Embedded Framework Authors</authors >
2626 https://github.com/NuGet/Home/issues/7698#issuecomment-455368655
2727 We have to copy swiftshader and locales via contentFiles
2828 -->
29- <files include =" any\any\runtimes\ **" buildAction =" Content" copyToOutput =" true" />
29+ <files include =" any\any\**" buildAction =" Content" copyToOutput =" true" />
3030 </contentFiles >
3131 </metadata >
3232 <files >
4848 <!-- <file src="..\cef_binary_3.y.z_$CPlatform$\$Configuration$\swiftshader\*.dll" target="content\swiftshader" /> -->
4949 <!-- <file src="..\cef_binary_3.y.z_$CPlatform$\Resources\locales\*.pak" target="content\locales"/> -->
5050
51- <file src =" chromiumembeddedframework.runtime.win-$Platform$.props" target =" build\" />
51+ <!-- https://github.com/NuGet/Home/wiki/Allow-package--authors-to-define-build-assets-transitive-behavior -->
52+ <file src =" chromiumembeddedframework.runtime.win-$Platform$.props" target =" buildTransitive\" />
5253
5354 <file src =" ..\cef_binary_3.y.z_windows32\LICENSE.txt" target =" LICENSE.txt" />
5455 <file src =" cef128x128.png" target =" images\" />
You can’t perform that action at this time.
0 commit comments