Skip to content

Commit ac8a464

Browse files
committed
Update to SDK and MS.NET.Build.Extensions versions with latest fixes, fix RestoreDependency.proj to work when SdkLayoutDirectory isn't set
1 parent bc24634 commit ac8a464

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/DependencyVersions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<CLI_Roslyn_Version>2.3.0-beta2-61716-09</CLI_Roslyn_Version>
77
<CLI_DiaSymNative_Version>1.6.0-beta2-25304</CLI_DiaSymNative_Version>
88
<CLI_FSharp_Version>4.2.0-rc-170602-0</CLI_FSharp_Version>
9-
<CLI_NETSDK_Version>2.0.0-preview2-20170606-4</CLI_NETSDK_Version>
9+
<CLI_NETSDK_Version>2.0.0-preview2-20170608-2</CLI_NETSDK_Version>
1010
<CLI_NuGet_Version>4.3.0-preview3-4146</CLI_NuGet_Version>
11-
<CLI_MSBuildExtensions_Version>2.0.0-preview2-20170606-4</CLI_MSBuildExtensions_Version>
11+
<CLI_MSBuildExtensions_Version>2.0.0-preview2-20170608-2</CLI_MSBuildExtensions_Version>
1212
<CLI_NETStandardLibraryNETFrameworkVersion>2.0.0-preview2-25331-02</CLI_NETStandardLibraryNETFrameworkVersion>
1313
<CLI_WEBSDK_Version>2.0.0-rel-20170518-512</CLI_WEBSDK_Version>
1414
<CLI_TestPlatform_Version>15.3.0-preview-20170601-03</CLI_TestPlatform_Version>

build/RestoreDependency.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project ToolsVersion="15.0" DefaultTargets="CopySdkToOutput">
1+
<Project ToolsVersion="15.0" DefaultTargets="EnsureDependencyRestored;CopySdkToOutput">
22
<!-- workaround for https://github.com/Microsoft/msbuild/issues/885 -->
33
<!-- renaming the property because the original property is a global property and therefore
44
cannot be redefined at runtime. -->

0 commit comments

Comments
 (0)