1. Create an empty Web application project targeting 4.5
2. install nuget.server package
3. run
Actual:
Config section 'system.web/compilation' already defined. Sections must only appear once per config file. See the help topic <location> for exceptions
package has web.config transform that adds a duplicate compilation entry for 4.0
Expected:
No error
Comments: There is no code change for this item. We'll just need to manually modify the package for now until we support xdt in nugget.
2. install nuget.server package
3. run
Actual:
Config section 'system.web/compilation' already defined. Sections must only appear once per config file. See the help topic <location> for exceptions
package has web.config transform that adds a duplicate compilation entry for 4.0
Expected:
No error
Comments: There is no code change for this item. We'll just need to manually modify the package for now until we support xdt in nugget.