This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'dotnet/release/2.0.0' into merges/relea…
…se/2.0.0-to-master-20170620-070043 * dotnet/release/2.0.0: (34 commits) Simple clean up to the store tests Updating xlf files for the Configurer. Removing NuGetConfig from the first run experience and replacing the sentinel with the FirstUseNoticeSentinel when needed. Moving the expanding fallback folder to the dotnet folder hive. The folder will be expanded at sdk/NuGetFallbackFolder. Fixing CRLF issue. Updating xlf and fixing line ending problems with one file. Add rhel and Debian download link Fix race in telemetry msbuild arg tests Avoid repeating the first-run message if lzma archive is missing Use fluent helper for line-end normalization Update CoreSetup to preview3-25419-01 Updating Roslyn to 2.3.0-beta3-61816-04 Update CoreSetup to preview3-25418-01 insert new tpv2 which fixes following issue microsoft/vstest#632 microsoft/vstest#844 microsoft/vstest#847 microsoft/vstest#840 microsoft/vstest#843 Windows installer refresh Update SDK to 1.1.0-alpha-20170615-3 Updating NuGet to 4.3.0-preview3-4168 MSBuild 15.3.388 Make dotnet-sln-add.Tests pass on localized setup Make dotnet-sln-list.Tests pass on localized setup ...
- Loading branch information
Showing
435 changed files
with
2,587 additions
and
1,368 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,47 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<CLI_SharedFrameworkVersion>2.0.0-preview3-25415-01</CLI_SharedFrameworkVersion> | ||
<CLI_MSBuild_Version>15.3.0-preview-000388-01</CLI_MSBuild_Version> | ||
<CLI_Roslyn_Version>2.3.0-beta3-61814-09</CLI_Roslyn_Version> | ||
<CLI_DiaSymNative_Version>1.6.0-beta2-25304</CLI_DiaSymNative_Version> | ||
<CLI_FSharp_Version>4.2.0-rc-170602-0</CLI_FSharp_Version> | ||
|
||
<!-- We'll usually want to keep these versions in sync, but we may want to diverge in some | ||
cases, so use separate properties but derive one from the other unless we want to | ||
explicitly use different versions. --> | ||
<CLI_NETSDK_Version>2.0.0-preview2-20170615-7</CLI_NETSDK_Version> | ||
<CLI_MSBuildExtensions_Version>$(CLI_NETSDK_Version)</CLI_MSBuildExtensions_Version> | ||
|
||
<CLI_NuGet_Version>4.3.0-preview3-4168</CLI_NuGet_Version> | ||
<CLI_NETStandardLibraryNETFrameworkVersion>2.0.0-preview2-25331-02</CLI_NETStandardLibraryNETFrameworkVersion> | ||
<CLI_WEBSDK_Version>2.0.0-rel-20170518-512</CLI_WEBSDK_Version> | ||
<CLI_TestPlatform_Version>15.3.0-preview-20170609-02</CLI_TestPlatform_Version> | ||
<SharedFrameworkVersion>$(CLI_SharedFrameworkVersion)</SharedFrameworkVersion> | ||
<SharedHostVersion>$(CLI_SharedFrameworkVersion)</SharedHostVersion> | ||
<HostFxrVersion>$(CLI_SharedFrameworkVersion)</HostFxrVersion> | ||
<TemplateEngineVersion>1.0.0-beta2-20170608-254</TemplateEngineVersion> | ||
<TemplateEngineTemplateVersion>1.0.0-beta2-20170612-258</TemplateEngineTemplateVersion> | ||
<TemplateEngineTemplate2_0Version>1.0.0-beta2-20170612-258</TemplateEngineTemplate2_0Version> | ||
<PlatformAbstractionsVersion>2.0.0-preview3-25415-01</PlatformAbstractionsVersion> | ||
<DependencyModelVersion>2.0.0-preview3-25415-01</DependencyModelVersion> | ||
<CliCommandLineParserVersion>0.1.0-alpha-142</CliCommandLineParserVersion> | ||
<CliMigrateVersion>1.2.1-alpha-002133</CliMigrateVersion> | ||
<MicroBuildVersion>0.2.0</MicroBuildVersion> | ||
<SpaTemplateVersion>1.0.0-preview-000297</SpaTemplateVersion> | ||
|
||
<!-- This should either be timestamped or notimestamp as appropriate --> | ||
<AspNetCoreRuntimePackageFlavor>timestamped</AspNetCoreRuntimePackageFlavor> | ||
<AspNetCoreRuntimeVersion>2.0.0-preview2-186</AspNetCoreRuntimeVersion> | ||
<AspNetCoherenceLabel>preview2</AspNetCoherenceLabel> | ||
<AspNetCoreCoherenceTimestamp>25661</AspNetCoreCoherenceTimestamp> | ||
|
||
</PropertyGroup> | ||
|
||
<!-- infrastructure and test only dependencies --> | ||
<PropertyGroup> | ||
<VersionToolsVersion>1.0.27-prerelease-01611-04</VersionToolsVersion> | ||
<DotnetDebToolVersion>2.0.0-preview2-25331-01</DotnetDebToolVersion> | ||
</PropertyGroup> | ||
</Project> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<CLI_SharedFrameworkVersion>2.0.0-preview3-25419-01</CLI_SharedFrameworkVersion> | ||
<CLI_MSBuild_Version>15.3.0-preview-000388-01</CLI_MSBuild_Version> | ||
<CLI_Roslyn_Version>2.3.0-beta3-61816-04</CLI_Roslyn_Version> | ||
<CLI_DiaSymNative_Version>1.6.0-beta2-25304</CLI_DiaSymNative_Version> | ||
<CLI_FSharp_Version>4.2.0-rc-170602-0</CLI_FSharp_Version> | ||
|
||
<!-- We'll usually want to keep these versions in sync, but we may want to diverge in some | ||
cases, so use separate properties but derive one from the other unless we want to | ||
explicitly use different versions. --> | ||
<CLI_NETSDK_Version>2.0.0-preview2-20170615-7</CLI_NETSDK_Version> | ||
<CLI_MSBuildExtensions_Version>$(CLI_NETSDK_Version)</CLI_MSBuildExtensions_Version> | ||
|
||
<CLI_NuGet_Version>4.3.0-preview3-4168</CLI_NuGet_Version> | ||
<CLI_NETStandardLibraryNETFrameworkVersion>2.0.0-preview2-25331-02</CLI_NETStandardLibraryNETFrameworkVersion> | ||
<CLI_WEBSDK_Version>2.0.0-rel-20170518-512</CLI_WEBSDK_Version> | ||
<CLI_TestPlatform_Version>15.3.0-preview-20170618-03</CLI_TestPlatform_Version> | ||
<SharedFrameworkVersion>$(CLI_SharedFrameworkVersion)</SharedFrameworkVersion> | ||
<SharedHostVersion>$(CLI_SharedFrameworkVersion)</SharedHostVersion> | ||
<HostFxrVersion>$(CLI_SharedFrameworkVersion)</HostFxrVersion> | ||
<TemplateEngineVersion>1.0.0-beta2-20170608-254</TemplateEngineVersion> | ||
<TemplateEngineTemplateVersion>1.0.0-beta2-20170612-258</TemplateEngineTemplateVersion> | ||
<TemplateEngineTemplate2_0Version>1.0.0-beta2-20170612-258</TemplateEngineTemplate2_0Version> | ||
<PlatformAbstractionsVersion>2.0.0-preview3-25419-01</PlatformAbstractionsVersion> | ||
<DependencyModelVersion>2.0.0-preview3-25419-01</DependencyModelVersion> | ||
<CliCommandLineParserVersion>0.1.0-alpha-142</CliCommandLineParserVersion> | ||
<CliMigrateVersion>1.2.1-alpha-002133</CliMigrateVersion> | ||
<MicroBuildVersion>0.2.0</MicroBuildVersion> | ||
<SpaTemplateVersion>1.0.0-preview-000297</SpaTemplateVersion> | ||
<XliffTasksVersion>0.2.0-beta-000042</XliffTasksVersion> | ||
|
||
<!-- This should either be timestamped or notimestamp as appropriate --> | ||
<AspNetCoreRuntimePackageFlavor>timestamped</AspNetCoreRuntimePackageFlavor> | ||
<AspNetCoreRuntimeVersion>2.0.0-preview2-186</AspNetCoreRuntimeVersion> | ||
<AspNetCoherenceLabel>preview2</AspNetCoherenceLabel> | ||
<AspNetCoreCoherenceTimestamp>25661</AspNetCoreCoherenceTimestamp> | ||
|
||
</PropertyGroup> | ||
|
||
<!-- infrastructure and test only dependencies --> | ||
<PropertyGroup> | ||
<VersionToolsVersion>1.0.27-prerelease-01611-04</VersionToolsVersion> | ||
<DotnetDebToolVersion>2.0.0-preview2-25331-01</DotnetDebToolVersion> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.