1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

Mono: Fix typo in Godot.NET.Sdk.nuspec

Fixes #42666.
This commit is contained in:
Rémi Verschelde
2020-10-09 13:37:07 +02:00
parent cb9bf98bba
commit 1af3cf15c2

View File

@@ -17,6 +17,6 @@
<repository url="$projecturl$" />
</metadata>
<files>
<file src="Sdk\**" target="Sdk" />\
<file src="Sdk\**" target="Sdk" />
</files>
</package>