This commit is contained in:
Sayed Ibrahim Hashimi 2016-05-16 14:10:58 -07:00
Родитель 095c0523a7
Коммит 76b37ea096
1 изменённых файлов: 12 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
# Known issues for ASP.NET 5 support in Visual Studio 2015
# Known issues for ASP.NET Core support in Visual Studio 2015
## ASP.NET Core RC2 Preview 1
## .NET Core 1.0.0 RC2 – VS 2015 Tooling Preview 1
Known issues in this release.
@ -63,6 +63,16 @@ Having property page open and modifying properties in project.json doesn't updat
IIS express shows up as an option in the Launch drop down on Debug page for Console Application
#### Issues with project-to-project references
There are some issues when using an .xproj referencing a .csproj.
All outputs may not be copied to the output folder. For example when using reference assemblies.
[Roslyn #10471](https://github.com/dotnet/roslyn/issues/10471) - Portable Class library - > Platform target 'AnyCPU' is not supported by one or more of the project's targets.
[dotnet cli #2961](https://github.com/dotnet/cli/issues/2961) - Runtime error after add reference from xproj web app (netcoreapp) to PCL csproj with project.json (netstandard)
## ASP.NET 5 RC1