This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
test/Microsoft.DotNet.Cli.Utils.Tests Expand file tree Collapse file tree 2 files changed +8
-8
lines changed 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.13-servicing-001807-00 </CLI_SharedFrameworkVersion >
5
- <CLI_CoreCLRVersion >1.1.13-servicing-27612-03 </CLI_CoreCLRVersion >
6
- <CLI_JitVersion >1.1.13-servicing-27612-03 </CLI_JitVersion >
7
- <CLI_SharedHostVersion >1.1.13-servicing-001807-00 </CLI_SharedHostVersion >
8
- <CLI_HostFxrContainerVersion >1.1.13-servicing-001807-00 </CLI_HostFxrContainerVersion >
9
- <CLI_HostFxrVersion Condition =" '$(OS)' != 'Windows_NT'" >1.1.13-servicing-001807-00 </CLI_HostFxrVersion >
4
+ <CLI_SharedFrameworkVersion >1.1.13</CLI_SharedFrameworkVersion >
5
+ <CLI_CoreCLRVersion >1.1.13</CLI_CoreCLRVersion >
6
+ <CLI_JitVersion >1.1.13</CLI_JitVersion >
7
+ <CLI_SharedHostVersion >1.1.13</CLI_SharedHostVersion >
8
+ <CLI_HostFxrContainerVersion >1.1.13</CLI_HostFxrContainerVersion >
9
+ <CLI_HostFxrVersion Condition =" '$(OS)' != 'Windows_NT'" >1.1.13</CLI_HostFxrVersion >
10
10
<CLI_HostFxrVersion Condition =" '$(OS)' == 'Windows_NT'" >1.1.9</CLI_HostFxrVersion >
11
11
12
- <CLI_SharedFrameworkVersion_1_0 >1.0.16-servicing-005113-00 </CLI_SharedFrameworkVersion_1_0 >
12
+ <CLI_SharedFrameworkVersion_1_0 >1.0.16</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 @@ -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.13-servicing-001807-00 " ) ;
311
+ result . Args . Should ( ) . Contain ( "--fx-version 1.1.13" ) ;
312
312
}
313
313
314
314
[ Fact ]
You can’t perform that action at this time.
0 commit comments