-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Csproj to Xproj references design meeting discussion #1320
Comments
Hi, What is the status of this feature? Is there a timeline of when will this be released? Having to publish a new package to update csproj is real pain at the moment. |
@yufeih this will go into Visual Studio 2015 Update 2 / NuGet 3.4.0 |
@emgarten I have downloaded Visual Studio 2015 Update 2 RC, so should this feature be working for me, as currently it does not work for me locally, or I have to wait till the full release of Visual Studio 2015 update 2. |
@emgarten I installed VS2015 Update 2, created a console app and an xproj library, then reference xproj from csproj, it gave me the following error: Is there a working sample where I can learn how to do the trick? Thanks! |
I have the same problem as yufeih. I have a project called Deployment which should contain the reference to all other projects and create a bin folder with all outputs. How can i achieve this with the current vs 2015? Thanks! |
@xaviergxf @yufeih there are a few issues with csproj to xproj references, but the fixes are in progress and we're trying to get an update out as soon as possible. |
Was implemented in NuGet 3.5.0 or ASPNET core rc2. |
With NuGet 3.5.0 from .NET Core for Visual Studio, I'm still unable to build csproj that reference xproj. It is able to add project reference now, it even show correct dll pah in properties, but it doesn't pass this dll to c# compiler in csproj build. |
No description provided.
The text was updated successfully, but these errors were encountered: