This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree 5 files changed +10
-10
lines changed
test/Microsoft.DotNet.Cli.Utils.Tests 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3
3
# Each line is expected to be in the format "[Name]=[Value]".
4
4
MAJOR_VERSION=1
5
5
MINOR_VERSION=1
6
- PATCH_VERSION=6
6
+ PATCH_VERSION=7
7
7
RELEASE_SUFFIX=servicing
8
8
CHANNEL=rel-1.1.0
9
9
BRANCH_NAME=rel/1.1.0
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 14.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<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 >
7
7
<CLI_SharedHostVersion >1.1.0</CLI_SharedHostVersion >
8
8
<CLI_HostFxrContainerVersion >1.1.0</CLI_HostFxrContainerVersion >
9
9
<CLI_HostFxrVersion Condition =" '$(OS)' != 'Windows_NT'" >1.1.0</CLI_HostFxrVersion >
10
10
<CLI_HostFxrVersion Condition =" '$(OS)' == 'Windows_NT'" >1.1.2</CLI_HostFxrVersion >
11
11
12
- <CLI_SharedFrameworkVersion_1_0 >1.0.8 </CLI_SharedFrameworkVersion_1_0 >
12
+ <CLI_SharedFrameworkVersion_1_0 >1.0.9 </CLI_SharedFrameworkVersion_1_0 >
13
13
<CLI_SharedHostVersion_1_0 >1.0.1</CLI_SharedHostVersion_1_0 >
14
14
<CLI_HostFxrContainerVersion_1_0 >1.0.1</CLI_HostFxrContainerVersion_1_0 >
15
15
<CLI_HostFxrVersion_1_0 Condition =" '$(OS)' != 'Windows_NT'" >1.0.1</CLI_HostFxrVersion_1_0 >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 14.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<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 >
6
6
<SharedHostBrandName >Microsoft .NET Core 1.1.0 - Host</SharedHostBrandName >
7
7
<HostFxrBrandName >Microsoft .NET Core 1.1.0 - Host FX Resolver</HostFxrBrandName >
8
8
9
- <AdditionalSharedFrameworkBrandName >Microsoft .NET Core 1.0.8 - Runtime</AdditionalSharedFrameworkBrandName >
9
+ <AdditionalSharedFrameworkBrandName >Microsoft .NET Core 1.0.9 - Runtime</AdditionalSharedFrameworkBrandName >
10
10
<AdditionalSharedHostBrandName >Microsoft .NET Core 1.0.1 - Host</AdditionalSharedHostBrandName >
11
11
<AdditionalHostFxrBrandName >Microsoft .NET Core 1.0.1 - Host FX Resolver</AdditionalHostFxrBrandName >
12
12
Original file line number Diff line number Diff line change 13
13
<DisableImplicitFrameworkReferences >true</DisableImplicitFrameworkReferences >
14
14
15
15
16
- <CliVersionPrefix >1.1.6 </CliVersionPrefix >
16
+ <CliVersionPrefix >1.1.7 </CliVersionPrefix >
17
17
</PropertyGroup >
18
18
</Project >
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ public void ItAddsFxVersionAsAParamWhenTheToolHasThePrefercliruntimeFile()
308
308
309
309
result . Should ( ) . NotBeNull ( ) ;
310
310
311
- result . Args . Should ( ) . Contain ( "--fx-version 1.1.5 " ) ;
311
+ result . Args . Should ( ) . Contain ( "--fx-version 1.1.6 " ) ;
312
312
}
313
313
314
314
[ Fact ]
You can’t perform that action at this time.
0 commit comments