dotnet / netcorecli-fsc

[DEPRECATED] F# and .NET Core SDK working together

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crossgen doesnt build (rc4)

enricosada opened this issue · comments

Project with multiple TargetFrameworks doesnt work

Affect rc3, rc4

repro

  • dotnet new console -lang f#
  • set targetframeworks as net451;netcoreapp1.0
  • dotnet restore -r win7-x64
  • dotnet build -r win7-x64

Expected

  • build both net451 and netcoreapp1.0

Actual

Fails:

C:\dotnetcli\dotnet-dev-win-x64.1.0.0-rc4-004771\sdk\1.0.0-rc4-004771\Microsoft.Common.CurrentVersion.targets(2620,7): error MSB4057: The target "CreateManifestResourceNames" does not exist in the project. [e:\temp3\rc4t\rc4t.fsproj]

version info

  • FSharp.NET.Sdk: 1.0.0-beta-060000

  • dotnet --info

.NET Command Line Tools (1.0.0-rc4-004771)

Product Information:
 Version:            1.0.0-rc4-004771
 Commit SHA-1 hash:  4228198f0e

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.14393
 OS Platform: Windows
 RID:         win10-x64
 Base Path:   C:\dotnetcli\dotnet-dev-win-x64.1.0.0-rc4-004771\sdk\1.0.0-rc4-004771

fixed, was a bad target name reenabled test in suite 3949528