Skip to content

Commit 9e69df1

Browse files
committed
1 parent e789bd5 commit 9e69df1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

NuGet/chromiumembeddedframework.runtime.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

NuGet/chromiumembeddedframework.runtime.win.nuspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>
@@ -26,7 +26,7 @@
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>
@@ -48,7 +48,8 @@
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\" />

0 commit comments

Comments
 (0)