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

Commit 82e3a2c

Browse files
author
Livar
authored
Merge pull request #8351 from livarcocc/merge_rel_110_msrc
Merge rel/1.1.0-MSRC into rel/1.1.0
2 parents 28dff6b + 263223c commit 82e3a2c

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

branchinfo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Each line is expected to be in the format "[Name]=[Value]".
44
MAJOR_VERSION=1
55
MINOR_VERSION=1
6-
PATCH_VERSION=6
6+
PATCH_VERSION=7
77
RELEASE_SUFFIX=servicing
88
CHANNEL=rel-1.1.0
99
BRANCH_NAME=rel/1.1.0

build/Microsoft.DotNet.Cli.DependencyVersions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<CLI_SharedFrameworkVersion>1.1.5</CLI_SharedFrameworkVersion>
5-
<CLI_CoreCLRVersion>1.1.5</CLI_CoreCLRVersion>
6-
<CLI_JitVersion>1.1.5</CLI_JitVersion>
4+
<CLI_SharedFrameworkVersion>1.1.6</CLI_SharedFrameworkVersion>
5+
<CLI_CoreCLRVersion>1.1.6</CLI_CoreCLRVersion>
6+
<CLI_JitVersion>1.1.6</CLI_JitVersion>
77
<CLI_SharedHostVersion>1.1.0</CLI_SharedHostVersion>
88
<CLI_HostFxrContainerVersion>1.1.0</CLI_HostFxrContainerVersion>
99
<CLI_HostFxrVersion Condition="'$(OS)' != 'Windows_NT'">1.1.0</CLI_HostFxrVersion>
1010
<CLI_HostFxrVersion Condition="'$(OS)' == 'Windows_NT'">1.1.2</CLI_HostFxrVersion>
1111

12-
<CLI_SharedFrameworkVersion_1_0>1.0.8</CLI_SharedFrameworkVersion_1_0>
12+
<CLI_SharedFrameworkVersion_1_0>1.0.9</CLI_SharedFrameworkVersion_1_0>
1313
<CLI_SharedHostVersion_1_0>1.0.1</CLI_SharedHostVersion_1_0>
1414
<CLI_HostFxrContainerVersion_1_0>1.0.1</CLI_HostFxrContainerVersion_1_0>
1515
<CLI_HostFxrVersion_1_0 Condition="'$(OS)' != 'Windows_NT'">1.0.1</CLI_HostFxrVersion_1_0>

build/Microsoft.DotNet.Cli.Monikers.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<SdkBrandName>.NET Core SDK 1.1.6</SdkBrandName>
5-
<SharedFrameworkBrandName>Microsoft .NET Core 1.1.5 - Runtime</SharedFrameworkBrandName>
4+
<SdkBrandName>.NET Core SDK 1.1.7</SdkBrandName>
5+
<SharedFrameworkBrandName>Microsoft .NET Core 1.1.6 - Runtime</SharedFrameworkBrandName>
66
<SharedHostBrandName>Microsoft .NET Core 1.1.0 - Host</SharedHostBrandName>
77
<HostFxrBrandName>Microsoft .NET Core 1.1.0 - Host FX Resolver</HostFxrBrandName>
88

9-
<AdditionalSharedFrameworkBrandName>Microsoft .NET Core 1.0.8 - Runtime</AdditionalSharedFrameworkBrandName>
9+
<AdditionalSharedFrameworkBrandName>Microsoft .NET Core 1.0.9 - Runtime</AdditionalSharedFrameworkBrandName>
1010
<AdditionalSharedHostBrandName>Microsoft .NET Core 1.0.1 - Host</AdditionalSharedHostBrandName>
1111
<AdditionalHostFxrBrandName>Microsoft .NET Core 1.0.1 - Host FX Resolver</AdditionalHostFxrBrandName>
1212

dir.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
1414

1515

16-
<CliVersionPrefix>1.1.6</CliVersionPrefix>
16+
<CliVersionPrefix>1.1.7</CliVersionPrefix>
1717
</PropertyGroup>
1818
</Project>

test/Microsoft.DotNet.Cli.Utils.Tests/GivenAProjectToolsCommandResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ public void ItAddsFxVersionAsAParamWhenTheToolHasThePrefercliruntimeFile()
308308

309309
result.Should().NotBeNull();
310310

311-
result.Args.Should().Contain("--fx-version 1.1.5");
311+
result.Args.Should().Contain("--fx-version 1.1.6");
312312
}
313313

314314
[Fact]

0 commit comments

Comments
 (0)