This repository was archived by the owner on Jun 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 128128 }
129129 }
130130 <!-- some additional fixes -->
131- @if (@Model .NuGetPackageId == " Xamarin.AndroidX.Transition.Transition " )
131+ @if (@Model .NuGetPackageId == " Xamarin.AndroidX.Transition" )
132132 {
133133 <ProjectReference Include =" ..\androidx.fragment.fragment\androidx.fragment.fragment.csproj" PrivateAssets =" none" />
134134 }
144144 }
145145 </ItemGroup >
146146
147- @if (@Model .NuGetPackageId == " Xamarin.AndroidX.Annotation.Annotation " )
147+ @if (@Model .NuGetPackageId == " Xamarin.AndroidX.Annotation" )
148148 {
149149 <ItemGroup >
150150 <None Include =" ..\..\source\buildtasks\support-annotations\bin\$(Configuration)\Xamarin.Android.Support.BuildTasks.dll" Pack =" True" PackagePath =" build\$(TargetFramework)" />
151151 </ItemGroup >
152152 }
153153
154- @if (@Model .NuGetPackageId == " Xamarin.AndroidX.VectorDrawable.VectorDrawable " )
154+ @if (@Model .NuGetPackageId == " Xamarin.AndroidX.VectorDrawable" )
155155 {
156156 <ItemGroup >
157157 <None Include =" ..\..\source\buildtasks\support-vector-drawable\bin\$(Configuration)\Xamarin.Android.Support.Tasks.VectorDrawable.dll" Pack =" True" PackagePath =" build\$(TargetFramework)" />
You can’t perform that action at this time.
0 commit comments