forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit709c760
Fixesdotnet#283 - Changing target framework causes incorrect binding redirects to be added to app.config
closesdotnet#308commit 36cc632283c3eea9db6b0a5c1f0063d6c045485dAuthor: latkin <latkin@microsoft.com>Date: Wed Mar 25 16:07:18 2015 -0700 Add 2.3.0.0 redirect when targeting 4.3.0.0+commit0826f7aAuthor: KevinRansom <kevinr@microsoft.com>Date: Wed Mar 25 11:04:04 2015 -0700 Handle feedback, fix some potential redirectscommitbda4c09Author: KevinRansom <kevinr@microsoft.com>Date: Wed Mar 18 15:54:38 2015 -0700 Address feedbackcommit7396db7Author: KevinRansom <kevinr@microsoft.com>Date: Wed Mar 18 12:49:30 2015 -0700Fixesdotnet#283 - Changing target framework causes incorrect binding redirects to be added to app.config Ensures that when the F# project system updates the app.config file for the project. It correctly handles the binding redirects. 1. If autogeneratebindingredirects is set in the project then the project system leaves it to the build. 2. For projects without autogeneratebindingredirects it adds a bindingredirect for fsharp.core for each possible version of fsharp.core, depending on the target frameworkcommit1bc99dcAuthor: KevinRansom <kevinr@microsoft.com>Date: Mon Mar 16 14:55:02 2015 -0700Fixesdotnet#283 Ensures that when the F# project system updates the app.config file for the project. It correctly handles the binding redirects. 1. If autogeneratebindingredirects is set in the project then the project system leaves it to the build. 2. For projects without autogeneratebindingredirects it adds a bindingredirect for fsharp.core for each possible version of fsharp.core, depending on the target framework1 parenta2d770f commit709c760
File tree
6 files changed
+192
-170
lines changed- vsintegration/src
- deployment/EnableOpenSource
- unittests
- vs/FsPkgs/FSharp.Project
- Common.Source.CSharp/Project
- FS
6 files changed
+192
-170
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
Lines changed: 48 additions & 60 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3276 | 3276 | | |
3277 | 3277 | | |
3278 | 3278 | | |
3279 | | - | |
3280 | 3279 | | |
3281 | 3280 | | |
3282 | 3281 | | |
| |||
3301 | 3300 | | |
3302 | 3301 | | |
3303 | 3302 | | |
| 3303 | + | |
| 3304 | + | |
| 3305 | + | |
| 3306 | + | |
3304 | 3307 | | |
3305 | | - | |
3306 | | - | |
3307 | | - | |
3308 | | - | |
3309 | | - | |
3310 | | - | |
3311 | | - | |
3312 | | - | |
3313 | | - | |
3314 | | - | |
| 3308 | + | |
| 3309 | + | |
| 3310 | + | |
| 3311 | + | |
| 3312 | + | |
| 3313 | + | |
| 3314 | + | |
3315 | 3315 | | |
3316 | | - | |
3317 | | - | |
3318 | | - | |
3319 | | - | |
3320 | | - | |
3321 | | - | |
3322 | | - | |
3323 | | - | |
3324 | | - | |
3325 | | - | |
3326 | | - | |
3327 | | - | |
3328 | | - | |
3329 | | - | |
3330 | | - | |
3331 | | - | |
3332 | | - | |
| 3316 | + | |
| 3317 | + | |
| 3318 | + | |
| 3319 | + | |
| 3320 | + | |
| 3321 | + | |
3333 | 3322 | | |
3334 | | - | |
3335 | | - | |
3336 | | - | |
3337 | | - | |
3338 | | - | |
3339 | | - | |
3340 | | - | |
3341 | | - | |
3342 | | - | |
| 3323 | + | |
| 3324 | + | |
| 3325 | + | |
| 3326 | + | |
| 3327 | + | |
| 3328 | + | |
| 3329 | + | |
| 3330 | + | |
| 3331 | + | |
3343 | 3332 | | |
3344 | | - | |
| 3333 | + | |
3345 | 3334 | | |
3346 | | - | |
| 3335 | + | |
3347 | 3336 | | |
3348 | | - | |
3349 | | - | |
3350 | | - | |
3351 | | - | |
3352 | | - | |
3353 | | - | |
3354 | | - | |
| 3337 | + | |
| 3338 | + | |
| 3339 | + | |
| 3340 | + | |
| 3341 | + | |
| 3342 | + | |
| 3343 | + | |
3355 | 3344 | | |
3356 | | - | |
| 3345 | + | |
| 3346 | + | |
| 3347 | + | |
3357 | 3348 | | |
3358 | | - | |
3359 | | - | |
3360 | | - | |
3361 | | - | |
3362 | | - | |
3363 | | - | |
3364 | | - | |
3365 | | - | |
3366 | | - | |
3367 | | - | |
3368 | | - | |
3369 | | - | |
| 3349 | + | |
| 3350 | + | |
| 3351 | + | |
| 3352 | + | |
| 3353 | + | |
| 3354 | + | |
| 3355 | + | |
| 3356 | + | |
| 3357 | + | |
3370 | 3358 | | |
3371 | 3359 | | |
3372 | 3360 | | |
3373 | 3361 | | |
3374 | 3362 | | |
3375 | 3363 | | |
3376 | 3364 | | |
3377 | | - | |
| 3365 | + | |
3378 | 3366 | | |
3379 | 3367 | | |
3380 | 3368 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3347 | 3347 | | |
3348 | 3348 | | |
3349 | 3349 | | |
3350 | | - | |
| 3350 | + | |
3351 | 3351 | | |
3352 | 3352 | | |
3353 | 3353 | | |
| |||
0 commit comments
Comments
(0)