Closed zone117x closed 8 years ago
What version of VS/NuGet are you using? If it is older, you may not have proper support for .NET Standard.
Should be latest of everything...
Microsoft Visual Studio Community 2015
Version 14.0.25425.01 Update 3
Microsoft .NET Framework
Version 4.6.01586
Installed Version: Community
Microsoft Visual Studio Tools for Applications 2015 00322-20000-00000-AA727
Microsoft Visual Studio Tools for Applications 2015
Visual Basic 2015 00322-20000-00000-AA727
Microsoft Visual Basic 2015
Visual C# 2015 00322-20000-00000-AA727
Microsoft Visual C# 2015
Visual C++ 2015 00322-20000-00000-AA727
Microsoft Visual C++ 2015
Application Insights Tools for Visual Studio Package 7.6.00907.1
Application Insights Tools for Visual Studio
ASP.NET and Web Tools 2015.1 14.1.20810.0
ASP.NET and Web Tools 2015.1
ASP.NET Web Frameworks and Tools 2012.2 4.1.41102.0
For additional information, visit http://go.microsoft.com/fwlink/?LinkID=309563
ASP.NET Web Frameworks and Tools 2013 5.2.40314.0
For additional information, visit http://www.asp.net/
Azure App Service Tools v2.9.5 14.0.20810.0
Azure App Service Tools v2.9.5
Azure Data Lake Node 1.0
This package contains the Data Lake integration nodes for Server Explorer.
Azure Data Lake Tools for Visual Studio 2.1.0000.0
Microsoft Azure Data Lake Tools for Visual Studio
Common Azure Tools 1.8
Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.
JavaScript Language Service 2.0
JavaScript Language Service
JavaScript Project System 2.0
JavaScript Project System
Microsoft .NET Core Tools (Preview 2) 14.1.20810.0
Microsoft .NET Core Tools (Preview 2)
Microsoft Azure Hive Query Language Service 2.1.0000.0
Language service for Hive query
Microsoft Azure Mobile Services Tools 1.4
Microsoft Azure Mobile Services Tools
Microsoft Azure Tools 2.9
Microsoft Azure Tools for Microsoft Visual Studio 2015 - v2.9.40715.2
NuGet Package Manager 3.5.0
NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.
PreEmptive Analytics Visualizer 1.2
Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.
SQL Server Analysis Services 13.0.1605.88
Microsoft SQL Server Analysis Services Designer
Version 13.0.1605.88
SQL Server Data Tools 14.0.60629.0
Microsoft SQL Server Data Tools
SQL Server Integration Services
Microsoft SQL Server Integration Services Designer
Version 13.0.1601.5
SQL Server Reporting Services 13.0.1605.88
Microsoft SQL Server Reporting Services Designers
Version 13.0.1605.88
ToolWindowHostedEditor 1.0
Hosting json editor into a tool window
TypeScript 1.8.36.0
TypeScript tools for Visual Studio
Just installed some recent updates for VS and netcore. Still running into same problem.
Microsoft Visual Studio Community 2015
Version 14.0.25431.01 Update 3
Microsoft .NET Framework
Version 4.6.01586
Installed Version: Community
Microsoft Visual Studio Tools for Applications 2015 00322-20000-00000-AA727
Microsoft Visual Studio Tools for Applications 2015
Visual Basic 2015 00322-20000-00000-AA727
Microsoft Visual Basic 2015
Visual C# 2015 00322-20000-00000-AA727
Microsoft Visual C# 2015
Visual C++ 2015 00322-20000-00000-AA727
Microsoft Visual C++ 2015
Application Insights Tools for Visual Studio Package 7.6.00907.1
Application Insights Tools for Visual Studio
ASP.NET and Web Tools 2015.1 14.1.20907.0
ASP.NET and Web Tools 2015.1
ASP.NET Web Frameworks and Tools 2012.2 4.1.41102.0
For additional information, visit http://go.microsoft.com/fwlink/?LinkID=309563
ASP.NET Web Frameworks and Tools 2013 5.2.40314.0
For additional information, visit http://www.asp.net/
Azure App Service Tools v2.9.5 14.0.20810.0
Azure App Service Tools v2.9.5
Azure Data Lake Node 1.0
This package contains the Data Lake integration nodes for Server Explorer.
Azure Data Lake Tools for Visual Studio 2.1.0000.0
Microsoft Azure Data Lake Tools for Visual Studio
Common Azure Tools 1.8
Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.
JavaScript Language Service 2.0
JavaScript Language Service
JavaScript Project System 2.0
JavaScript Project System
Microsoft .NET Core Tools (Preview 2) 14.1.20907.0
Microsoft .NET Core Tools (Preview 2)
Microsoft Azure Hive Query Language Service 2.1.0000.0
Language service for Hive query
Microsoft Azure Mobile Services Tools 1.4
Microsoft Azure Mobile Services Tools
Microsoft Azure Tools 2.9
Microsoft Azure Tools for Microsoft Visual Studio 2015 - v2.9.40715.2
NuGet Package Manager 3.5.0
NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.
PreEmptive Analytics Visualizer 1.2
Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.
SQL Server Analysis Services 13.0.1700.68
Microsoft SQL Server Analysis Services Designer
Version 13.0.1700.68
SQL Server Data Tools 14.0.60812.0
Microsoft SQL Server Data Tools
SQL Server Integration Services
Microsoft SQL Server Integration Services Designer
Version 13.0.1601.5
SQL Server Reporting Services 13.0.1700.68
Microsoft SQL Server Reporting Services Designers
Version 13.0.1700.68
ToolWindowHostedEditor 1.0
Hosting json editor into a tool window
TypeScript 1.8.36.0
TypeScript tools for Visual Studio
I'm also unable to install .netstandard packages that are of a lower version than my project. For example I have a .netstandard1.5 project and its failing to install MimeKit which targets netstandard1.3
Package MimeKit 1.6.0 is not compatible with netstandard1.5 (.NETStandard,Version=v1.5). Package MimeKit 1.6.0 supports:
- monoandroid10 (MonoAndroid,Version=v1.0)
- net35 (.NETFramework,Version=v3.5)
- net40 (.NETFramework,Version=v4.0)
- net45 (.NETFramework,Version=v4.5)
- net451 (.NETFramework,Version=v4.5.1)
- netstandard1.3 (.NETStandard,Version=v1.3)
- portable-net45+win8+wp8 (.NETPortable,Version=v0.0,Profile=Profile78)
- wpa81 (WindowsPhoneApp,Version=v8.1)
- xamarinios10 (Xamarin.iOS,Version=v1.0)
One or more packages are incompatible with .NETStandard,Version=v1.5.
Is this intended behavior? What is going on here?
Just pulled the MailKit source and tried compiling the netstandard lib with same type of problem...
Errors in C:\Users\zone1\Repos\MailKit\MailKit\MailKit.CoreFX.xproj
Package System.Net.NetworkInformation 4.1.0 is not compatible with netstandard1.3 (.NETStandard,Version=v1.3). Package System.Net.NetworkInformation 4.1.0 supports:
- monoandroid10 (MonoAndroid,Version=v1.0)
- monotouch10 (MonoTouch,Version=v1.0)
- net45 (.NETFramework,Version=v4.5)
- netcore50 (.NETCore,Version=v5.0)
- netstandard1.0 (.NETStandard,Version=v1.0)
- netstandard1.3 (.NETStandard,Version=v1.3)
- portable-net45+win8+wp8+wpa81 (.NETPortable,Version=v0.0,Profile=Profile259)
- win8 (Windows,Version=v8.0)
- wp8 (WindowsPhone,Version=v8.0)
- wpa81 (WindowsPhoneApp,Version=v8.1)
- xamarinios10 (Xamarin.iOS,Version=v1.0)
- xamarinmac20 (Xamarin.Mac,Version=v2.0)
- xamarintvos10 (Xamarin.TVOS,Version=v1.0)
- xamarinwatchos10 (Xamarin.WatchOS,Version=v1.0)
One or more packages are incompatible with .NETStandard,Version=v1.3.
Again, this is on a fresh Windows 10 installation. All this stuff used to work when I had gone through the VS tooling upgrade paths for the last ~2 years. Are the fresh installs of VS & tooling missing something that only comes through the upgrade installers?
Ping @rrelyea - could I at least get a confirmation that something is wrong with either the tooling or my setup? If this is intended behavior or not yet supported I've love to know so I can stop wasting time trying to get it to work.
Solved the problem. http://stackoverflow.com/a/39810908/794962
Package Xam.Plugin.Iconize 3.5.0.129 is not compatible with portable45-net45+win8+wpa81 (.NETPortable,Version=v4.5,Profile=Profile111). Package Xam.Plugin.Iconize 3.5.0.129 supports:
in Mac machine. Can any one suggest how to resolve ?
just install version 7.1.4 https://www.nuget.org/packages/System.Management.Automation/7.1.4
I just setup a new development machine with fresh installations of visual studio and tooling. Now I can no longer install nuget packages targeting .NET Standard.
Here's an example: the package
System.ComponentModel.EventBasedAsync
won't install for a .NETStandard1.3 portable project type as stated in output:One or more packages are incompatible with .NETStandard,Version=v1.3
,Yet outputs
netstandard1.3 (.NETStandard,Version=v1.3)
as one of the types it supports...What's going on here?
Full output log: