Skip to content

Commit 9eef26e

Browse files
committed
Nuget packages - rename .targets files to .props
They're actually props files now as they only define an ItemGroup (they don't contain any targets)
1 parent 76e9529 commit 9eef26e

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

NuGet/cef.redist.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
<file src="..\cef_binary_3.y.z_$CPlatform$\Resources\*.dat" target="CEF\"/>
2727
<file src="..\cef_binary_3.y.z_$CPlatform$\Resources\locales\*.pak" target="CEF\locales"/>
2828

29-
<file src="cef.redist.$Platform$.targets" target="build\" />
29+
<file src="cef.redist.$Platform$.props" target="build\" />
3030
</files>
3131
</package>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)