Commit 9ea3810
Upgrade .Net Core SDK from '1.0 Preview 2' to '1.1.5' (this is the LTS branch) and from Visual Studio 2015 to 2017 (#835)
* Upgrade to .Net Core SDK 1.1.5
* fix restore
* use newer vs 2017 image instead of wmf5
* do not install pester for new image because it is already installed
* replace project.json reference with new csproj in build.ps1
* Fix problem with ressource binding
* csproj xml syntax fix
* install .net sdk 1.1 for legacy wmf4 image
* add missing parenthesis
* use iwr instead of bitstransfer for wmf4 build due to mixed assembly mode and do not use aliases any more
* Update appveyor.yml
* correct iwr syntax do downlod dotnet-install
* correct syntax to install dotnet
* install pester for wmf 4 build
* appveyor syntax fix
* PowerShellGet is not available in wmf4 -> use cinst instead
* use fullsemver of pester to install
* add cache back to appveyor
* cleanup
* restore packages automatically the first time
* rename VS solutions appropriately
* simplify restore to do it on the solution
* update download link for .net core 1.1.5 sdk
* add pester version to readme
* try to see if it is possible to get rid of the old solution
* try to get rid of the last call to the resource generation script
* update readme with full path to out directory
* remove the remainders of the ressource generation script calls and document it
* csproj cleanup from the old DNX or preview days1 parent e973047 commit 9ea3810
17 files changed
Lines changed: 822 additions & 224 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
84 | | - | |
85 | | - | |
| 83 | + | |
| 84 | + | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
| |||
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | 111 | | |
127 | 112 | | |
128 | 113 | | |
| |||
136 | 121 | | |
137 | 122 | | |
138 | 123 | | |
139 | | - | |
140 | 124 | | |
141 | 125 | | |
142 | 126 | | |
143 | 127 | | |
144 | 128 | | |
145 | 129 | | |
146 | | - | |
147 | 130 | | |
148 | 131 | | |
149 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
0 commit comments