Skip to content

Commit 34dc5ab

Browse files
bucrogersMano Marks
authored and
Mano Marks
committed
fix for web.targets version to specify specific version (docker#19)
1 parent 63e9d27 commit 34dc5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/dotnet-aspnet46-webapp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN powershell add-windowsfeature web-asp-net45 \
1717
&& choco install microsoft-build-tools -y \
1818
&& choco install dotnet4.6-targetpack -y \
1919
&& choco install nuget.commandline -y \
20-
&& nuget install MSBuild.Microsoft.VisualStudio.Web.targets
20+
&& nuget install MSBuild.Microsoft.VisualStudio.Web.targets -Version 14.0.0
2121

2222
#Secure default root IIS access by removing default page
2323
RUN powershell remove-item \inetpub\wwwroot\iisstart.*

0 commit comments

Comments
 (0)