1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-07 17:36:07 +00:00

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

Fixes #42666.

(cherry picked from commit 1af3cf15c2)
This commit is contained in:
Rémi Verschelde
2020-10-09 13:37:07 +02:00
parent ae75e7d8f9
commit 9bbfa929bc

View File

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