Fix content path for config transform
This forces installation failure in a 4.5 project.
This commit is contained in:
Родитель
d2def94712
Коммит
794f60b104
|
@ -19,7 +19,7 @@ k-standard-goals
|
|||
CreatePartFromFile(
|
||||
package,
|
||||
@"src\Microsoft.AspNet.DataProtection.SystemWeb\web.config.transform",
|
||||
@"content\web.config.transform");
|
||||
@"content\net451\web.config.transform");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче