Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7d8adb6aba22f885ab569ca7c10bacb636ea6962
Choose a base ref
..
head repository: dotnet/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 51a9a2a938385972278cf919dd80aafeedd479d8
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 build/DependencyVersions.props
6 changes: 3 additions & 3 deletions build/DependencyVersions.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<CLI_SharedFrameworkVersion>2.1.0-preview1-25717-01</CLI_SharedFrameworkVersion>
<CLI_SharedFrameworkVersion>2.1.0-preview1-25717-02</CLI_SharedFrameworkVersion>
<CLI_MSBuild_Version>15.5.0-preview-000074-0946838</CLI_MSBuild_Version>
<CLI_Roslyn_Version>2.3.2-beta1-61921-05</CLI_Roslyn_Version>
<CLI_Roslyn_Satellites_Version>2.3.0-pre-20170727-1</CLI_Roslyn_Satellites_Version>
@@ -25,8 +25,8 @@
<TemplateEngineVersion>1.0.0-beta2-20170828-305</TemplateEngineVersion>
<TemplateEngineTemplateVersion>1.0.0-beta2-20170828-305</TemplateEngineTemplateVersion>
<TemplateEngineTemplate2_0Version>1.0.0-beta2-20170828-305</TemplateEngineTemplate2_0Version>
<PlatformAbstractionsVersion>2.1.0-preview1-25717-01</PlatformAbstractionsVersion>
<DependencyModelVersion>2.1.0-preview1-25717-01</DependencyModelVersion>
<PlatformAbstractionsVersion>2.1.0-preview1-25717-02</PlatformAbstractionsVersion>
<DependencyModelVersion>2.1.0-preview1-25717-02</DependencyModelVersion>
<CliCommandLineParserVersion>0.1.1-alpha-167</CliCommandLineParserVersion>
<CliMigrateVersion>1.2.1-alpha-002133</CliMigrateVersion>
<MicroBuildVersion>0.2.0</MicroBuildVersion>