- Home /
- Visual Studio /
Reported by andre.ziegler Dec 05, 2017 at 03:26 PM windows 10.0visual studio 2017 version 15.5fixed in: visual studio 2017 version 15.5.1
I've updated to 15.5 and tried the Crossplatform Template with .net standard as shared code type. When I try to compile the project I get an error that Xamarin.Forms can't be found:
Unable to find package Xamarin.Forms with version (>= 250121934.0.0)
- Found 163 version(s) in nuget.org [ Nearest version: 2.5.0.121934 ]
In the .csproj of the shared code I see this line:
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="250121934" />
</ItemGroup>
so the "." are missing. Unloading the project, adding the missing "." fixes it:
<PackageReference Include="Xamarin.Forms" Version="2.5.0.121934" />
Please fix this template in the next update.
Thank you for your feedback! We have fixed the problem in an upcoming service release. Thank you for helping us build a better Visual Studio!
Good evening, I have installed visual studio 2017 version 15.5 and when I want to create a PCL project in xamarin, it does not appear and only allows me to create shared projects .NET
Added a solution by andre.ziegler · Dec 08, 2017 at 05:30 PM
The issue is fixed in Update 15.5.1 and the project now compiles fine with correct NuGet references :
https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes#15.5.1
Added a solution by Blair Wang-MSFT · Dec 11, 2017 at 02:38 AM
This issue has been fixed and is now available in our latest update. You can download the update via the in-product notification or from here: https://www.visualstudio.com/vs/ Thanks to all who provided feedback and solutions for this problem.
Errors reported when none exist (Visual Basic projects)
7
Solution
DocumentDb License page SAS key auth problem
0
Solution
Can't use applicable_kinds.parameter in Naming conventions in Editor Config
1
Solution
Visual Studio 2017 start menu tile is pure gray box without an icon
0
Solution
Visual Studio Community 2017 - XAML Designer - Screen Flicker
1
Solution
Unreachable code warning not always showing up correctly
1
Solution
Test Explorer - Fatal error trying to debug unit test HRESULT=0x8000ffff. ErrorCode=0x0
0
Solution
.NET Types intellisense showing "To Be Added" in Xamarin.Android
1
Solution