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 +2
-2
lines changed
test/Microsoft.DotNet.Cli.Utils.Tests Expand file tree Collapse file tree 2 files changed +2
-2
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
- <MicrosoftNETCoreAppPackageVersion >2.0.7-servicing-26322-01 </MicrosoftNETCoreAppPackageVersion >
4
+ <MicrosoftNETCoreAppPackageVersion >2.0.6 </MicrosoftNETCoreAppPackageVersion >
5
5
<MicrosoftNETCoreDotNetHostResolverPackageVersion >$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion >
6
6
<MicrosoftBuildPackageVersion >15.6.82</MicrosoftBuildPackageVersion >
7
7
<MicrosoftBuildFrameworkPackageVersion >$(MicrosoftBuildPackageVersion)</MicrosoftBuildFrameworkPackageVersion >
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ public void ItAddsFxVersionAsAParamWhenTheToolHasThePrefercliruntimeFile()
303
303
304
304
result . Should ( ) . NotBeNull ( ) ;
305
305
306
- result . Args . Should ( ) . Contain ( "--fx-version 2.0.7-servicing-26322-01 " ) ;
306
+ result . Args . Should ( ) . Contain ( "--fx-version 2.0.6 " ) ;
307
307
}
308
308
309
309
[ Fact ]
You can’t perform that action at this time.
0 commit comments