Skip to content
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

Use netcoresdk preview1 #583

Merged
merged 4 commits into from
Jun 20, 2016
Merged

Conversation

enricosada
Copy link
Contributor

the .NET Core SDK is the preview1 ( latest released from http://dot.net ), was already like that but not is explicit.

fix to use only packages released on nuget.org, no dev packages from dev feeds

fix deps, NETCore.App is for console app, NETStandard.Library is of libraries (NETCore.App depends on NETStandard.Library, so i just removed useless dependencies, be lean)

btw about versions:

  • rc2 is ok for .net core (corefx,bcl,coreclr)
  • rc3 is oftern (always?) wrong, a dev package. there is not going to be a rc3, directly rtm after rc2
  • preview1 is for tools/sdk packages

@ncave
Copy link
Contributor

ncave commented Jun 18, 2016

@enricosada Thanks, nice changes. Just for the record, yes, MSBuild 0.1.0-preview-00022 is the latest rc2, but if you actually try to use it, it fails with a missing dependency on System.Threading.Tasks.Dataflow, Version=4.5.26.0.
MSBuild 0.1.0-preview-00024-* looks better (yes, it's rc3, but at least no missing dependencies), but is not able to build older .fsproj projects (see #582).

@dsyme
Copy link
Contributor

dsyme commented Jun 18, 2016

Is there an MSBuild issues with repro entered about this? Which fsproj files have the problem?

Thanks
Don

@enricosada
Copy link
Contributor Author

@ncave We need to ask msbuild repo team, i's open now, can you open an issue there about older fsproj?

I'll open one about build and package. We need a package usable by preview1 (or preview2, but is the the same rc2 netcore)
Problem is, it's not a good idea to use dev feed.
Lot of strange stuff there ( rc2 rc3 ), and doing -* for deps may give wrong version or not working with preview1 sdk.
Really it'is a pain to stay bleeding edge in dev feed, let's avoid it if possible, lost too much time. But now there is a working released preview1 so i am happy to use it and avoid pain

@ncave
Copy link
Contributor

ncave commented Jun 19, 2016

I have added an issue on the MSBuild repo: #709

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants