Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0a38f47

Browse files
authored
Merge pull requestdotnet#2357 from jaredpar/fix-sdk
Move to new VS SDK build tools
2 parentsa982ecf +4b85261 commit0a38f47

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎build.cmd‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ echo .
374374
echo .
375375

376376
echo ---------------- Done with arguments, starting preparation -----------------
377-
setBuildToolsPackage=Microsoft.VSSDK.BuildTools.15.0.25929-RC2
377+
setBuildToolsPackage=Microsoft.VSSDK.BuildTools.15.0.26124-RC3
378378
if '%VSSDKInstall%'=='' (
379379
setVSSDKInstall=%~dp0packages\%BuildToolsPackage%\tools\vssdk
380380
)

‎packages.config‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<packageid="VisualCppTools"version="14.0.24519-Pre"/>
3030
<packageid="Newtonsoft.Json"version="6.0.8"/>
3131
<packageid="Microsoft.FSharp.TupleSample"version="1.0.0-alpha-161121"/>
32-
<packageid="Microsoft.VSSDK.BuildTools"version="15.0.25929-RC2" />
32+
<packageid="Microsoft.VSSDK.BuildTools"version="15.0.26124-RC3" />
3333

3434
<!-- Annoyingly the build of FSharp.Compiler.Server.Shared references a Visual Studio-specific attribute-->
3535
<!-- That DLL is logically part of the F# Compiler and F# Interactive but is shipped as part of the Visual F# IDE Tools-->

‎setup/packages.config‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<packageid="FsSrGen"version="2.0.0"targetFramework="net46" />
88
<packageid="MicroBuild.Core"version="0.2.0" />
99
<packageid="MicroBuild.Core.Sentinel"version="1.0.0" />
10-
<packageid="MicroBuild.Plugins.SwixBuild"version="1.0.101" />
10+
<packageid="MicroBuild.Plugins.SwixBuild"version="1.1.0-g0701ee829f" />
1111
<packageid="WiX.Toolset.2015"version="3.10.0.1503" />
1212
<packageid="Microsoft.VisualFSharp.Core.Redist"version="1.0.0" />
1313
<packageid="Microsoft.VisualStudio.Shell.14.0"version="14.3.25407"targetFramework="net46" />

‎src/FSharpSource.Settings.targets‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<WarningsAsErrors />
3232

3333
<FX_NO_LOADERCondition=" '$(FX_NO_LOADER)'==''">false</FX_NO_LOADER>
34-
<VSSDK_BUILDTOOLS_VERSION>Microsoft.VSSDK.BuildTools.15.0.25929-RC2</VSSDK_BUILDTOOLS_VERSION>
34+
<VSSDK_BUILDTOOLS_VERSION>Microsoft.VSSDK.BuildTools.15.0.26124-RC3</VSSDK_BUILDTOOLS_VERSION>
3535

3636
<!-- Always qualify the IntermediateOutputPath by the TargetFramework if any exists-->
3737
<IntermediateOutputPath>obj\$(Configuration)\$(TargetFramework)\</IntermediateOutputPath>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp