Fix content path for config transform
This forces installation failure in a 4.5 project.
This commit is contained in:
parent
d2def94712
commit
794f60b104
|
|
@ -19,7 +19,7 @@ k-standard-goals
|
||||||
CreatePartFromFile(
|
CreatePartFromFile(
|
||||||
package,
|
package,
|
||||||
@"src\Microsoft.AspNet.DataProtection.SystemWeb\web.config.transform",
|
@"src\Microsoft.AspNet.DataProtection.SystemWeb\web.config.transform",
|
||||||
@"content\web.config.transform");
|
@"content\net451\web.config.transform");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue