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

Commit 964525b

Browse files
committed
Fix a sln formatting error and template path typo
1 parent 558a3aa commit 964525b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

AndroidSupport.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ EndProject
7676
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core-Utils", "support-core-utils\source\Core-Utils.csproj", "{BEABEB36-8FFE-4CD9-B6E6-D67686C8BB98}"
7777
EndProject
7878
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Content", "support-content\source\Content.csproj", "{F38426DC-DF6F-4FB3-8E9B-1F2E2BBEB554}"
79+
EndProject
7980
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arch.Core.Runtime", "arch-core\runtime\source\Arch.Core.Runtime.csproj", "{4C9E1C1E-09C3-469C-B3C2-79651DF13871}"
81+
EndProject
8082
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arch.Lifecycle.Extensions", "arch-lifecycle\extensions\source\Arch.Lifecycle.Extensions.csproj", "{8DFA4E1A-7DF0-4FC5-A8F3-8E6E30E3DA70}"
8183
EndProject
8284
Global

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)