Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 17faefe

Browse files
committed
Fixes #86 typo in nuspec template (wrong path)
1 parent 7b33caa commit 17faefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch-core/runtime/nuget/template.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</dependencies>
2121
</metadata>
2222
<files>
23-
<file src="arch-core/common/nuget/Xamarin.Android.Arch.Core.Runtime.targets" target="build/MonoAndroid80" />
23+
<file src="arch-core/runtime/nuget/Xamarin.Android.Arch.Core.Runtime.targets" target="build/MonoAndroid80" />
2424

2525
<file src="output/Xamarin.Android.Arch.Core.Runtime.dll" target="lib/MonoAndroid80" />
2626

0 commit comments

Comments
 (0)