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

Commit4b85261

Browse files
committed
Move to new VS SDK build tools
Recent changes to the VS SDK / VS detouring layer are forcing us to move to a new SDK in order to continue building / dogfooding.This is the peer of the Roslyn change:dotnet/roslyn#16858closesdotnet#2356
1 parentf38fec3 commit4b85261

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

‎build.cmd‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ echo .
371371
echo .
372372

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

‎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
@@ -32,7 +32,7 @@
3232
<WarningsAsErrors />
3333

3434
<FX_NO_LOADERCondition=" '$(FX_NO_LOADER)'==''">false</FX_NO_LOADER>
35-
<VSSDK_BUILDTOOLS_VERSION>Microsoft.VSSDK.BuildTools.15.0.25929-RC2</VSSDK_BUILDTOOLS_VERSION>
35+
<VSSDK_BUILDTOOLS_VERSION>Microsoft.VSSDK.BuildTools.15.0.26124-RC3</VSSDK_BUILDTOOLS_VERSION>
3636

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

‎vsintegration/packages.config‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<packageid="Microsoft.VisualStudio.Language.StandardClassification"version="14.3.25407"targetFramework="net46" />
2222
<packageid="Microsoft.VisualStudio.Language.Intellisense"version="14.3.25407"targetFramework="net46" />
2323
<packageid="Microsoft.VisualStudio.Designer.Interfaces"version="1.1.4322" />
24-
<packageid="Microsoft.VSSDK.BuildTools"version="15.0.25929-RC2" />
24+
<packageid="Microsoft.VSSDK.BuildTools"version="15.0.26124-RC3" />
2525
<packageid="Roslyn.Microsoft.VisualStudio.ComponentModelHost"version="0.0.2"targetFramework="net46" />
2626
<packageid="Microsoft.VisualFSharp.Microsoft.VisualStudio.Shell.UI.Internal"version="14.0.25420"targetFramework="net46" />
2727
<packageid="RoslynDependencies.Microsoft.VisualStudio.Text.Internal"version="14.3.25407"targetFramework="net45" />

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp