netcorecli-fsc/examples/preview3
Enrico Sada 28bccd8f59 Merge branch 'rel/1.0.0-preview2.1'
fix to use rc3 in test suite
2017-02-02 14:11:16 +01:00
..
console Fix .NET Core Sdk preview2.1 with .NET Core 1.1 (#49) 2016-12-08 14:12:41 +01:00
console-crossgen Fix .NET Core Sdk preview2.1 with .NET Core 1.1 (#49) 2016-12-08 14:12:41 +01:00
lib Merge branch 'rel/1.0.0-preview2.1' 2017-02-02 14:11:16 +01:00
mstest Fix .NET Core Sdk preview2.1 with .NET Core 1.1 (#49) 2016-12-08 14:12:41 +01:00
web Fix .NET Core Sdk preview2.1 with .NET Core 1.1 (#49) 2016-12-08 14:12:41 +01:00
xunit Fix .NET Core Sdk preview2.1 with .NET Core 1.1 (#49) 2016-12-08 14:12:41 +01:00
NuGet.local.Config Fix .NET Core Sdk preview2.1 with .NET Core 1.1 (#49) 2016-12-08 14:12:41 +01:00
README.md Fix .NET Core Sdk preview2.1 with .NET Core 1.1 (#49) 2016-12-08 14:12:41 +01:00

README.md

Require .NET Core sdk preview3 Tested with .NET Core sdk version 1.0.0-preview3-004056

All packages are on nuget.org, no special feed required

NOTES

For following projects the normal commands (restore,build,run,publish,test,pack) have issues

console-crossgen

  • dotnet restore
  • dotnet build doenst work atm
    • use dotnet build -r win7-x64 instead as workaround
  • dotnet run -f netcoreapp1.0
  • dotnet run -f net451 doesnt work atm
    • use bin\Debug\net451\ExampleConsoleApp.exe instead as workaround
  • dotnet pack
    • use dotnet pack /p:RuntimeIdentifier=win7-x64 instead as workaround