Граф коммитов

7 Коммитов

Автор SHA1 Сообщение Дата
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
Enrico Sada 717a9ed5d8 Fix .NET Core Sdk preview2.1 with .NET Core 1.1 (#49)
- add preview2.1 templates
- use .net 1.1 for dotnet-compile-fsc
- use .net core 1.1 in test and dotnet-compile-fsc preview2.1
- in test suite use `dotnet test`+xunit instead of msbuild scripts
- use only nuget.org for build of src/test. use nuget.org + devfeed for running test (temporary)
2016-12-08 14:12:41 +01:00
Enrico Sada 5c871741a4 remove unused, fix doc 2016-11-17 11:57:26 +01:00
Enrico Sada 626d35c86a update preview3 templates to 1.0.0-preview3-004056 (#39)
bump sdk version, more templates (web/xunit/mstest)
2016-11-17 11:53:07 +01:00
Enrico Sada b5dd998bc6 use sdk version 1.0.0-preview3-004007
- no more `3` suffix for commands
- use `dotnet-msbuild` to run tests
- it's prerelease
- add test library with multi fw
- workaround for error `RuntimeIdentifier property not set` with crossgen and net451
- refactor sdk/fsharp.core.netcore package version in test suite
- use specific version of Microsoft.FSharp.Core.netcore because latest give warning on restore

Some notes:

RuntimeIdentifier is required for net451?
Otherwise `dotnet build` error:

  (CheckRuntimeIdentifier target) ->
         C:\Users\%USERNAME%\.nuget\packages\microsoft.net.sdk\1.0.0-alpha-20161029-1\build\Microsoft.NET.RuntimeIdentifierInference.targets(45,5): error : RuntimeIdentifier must be set for .NETFramework executables. Consider RuntimeIdentifier=win7-x86 or RuntimeIdentifier=win7-x64
2016-11-02 17:43:39 +01:00
Enrico Sada 379c75a325 support crossgen, net45
- support .NET Framework (like net451)
- support crossgen (multiple framework)
- add tests runner script
- donet pack3 works with crossgen
2016-10-25 01:06:05 +02:00
Enrico Sada e8a5ab0c98 Initial work for .net core sdk preview3 (msbuild based projects) 2016-10-22 15:52:59 +02:00