Skip to content

Commit

Permalink
Changed path to msbuild in the go.cmd scripts. Now to points to .NET …
Browse files Browse the repository at this point in the history
…4.0 RTW instead of some prereleased version.
  • Loading branch information
carlhoerberg committed Jun 9, 2010
1 parent c015a7b commit af23ae9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/go.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
@%SystemRoot%\Microsoft.NET\Framework\v4.0.30128\msbuild AutofacContrib.build %*
@%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild AutofacContrib.build %*
2 changes: 1 addition & 1 deletion go.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
@%SystemRoot%\Microsoft.NET\Framework\v3.5\msbuild Autofac.build %*
@%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild Autofac.build %*
2 changes: 1 addition & 1 deletion src/go.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
@%SystemRoot%\Microsoft.NET\Framework\v4.0.30128\msbuild Autofac.build %*
@%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild Autofac.build %*

0 comments on commit af23ae9

Please sign in to comment.