You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/TESTGUIDE.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -334,7 +334,7 @@ <h3>Test Suites</h3>
334
334
<li><code>msbuild fsharp-compiler-build.proj /p:TargetFramework=net40 /p:Configuration=<debug|release></code> to generate the compiler, libraries, and interative for .NET 4</li>
335
335
<li><code>msbuild fsharp-library-build.proj /p:TargetFramework=net20 /p:Configuration=<debug|release></code> to generate the libraries for .NET 2</li>
336
336
<li><code>msbuild fsharp-library-build.proj /p:TargetFramework=portable47 /p:Configuration=<debug|release></code> to generate the libraries for .NET portable profile 47</li>
337
-
<li><code>msbuild fsharp-tyeproviders-build.proj /p:TargetFramework=net40 /p:Configuration=<debug|release></code> to generate FSharp.Data.TypeProviders.dll for .NET 4</li>
337
+
<li><code>msbuild fsharp-typeproviders-build.proj /p:TargetFramework=net40 /p:Configuration=<debug|release></code> to generate FSharp.Data.TypeProviders.dll for .NET 4</li>
338
338
<li><code>update.cmd <debug|release> -ngen</code> to update the GAC, add strong name validation skips, and ngen latest-built binaries</li>