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 +6
-4
lines changed
test/Microsoft.DotNet.Cli.Utils.Tests Expand file tree Collapse file tree 2 files changed +6
-4
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.6-servicing-26118-01 </MicrosoftNETCoreAppPackageVersion >
4
+ <MicrosoftNETCoreAppPackageVersion >2.0.6</MicrosoftNETCoreAppPackageVersion >
5
5
<MicrosoftNETCoreDotNetHostResolverPackageVersion >$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion >
6
6
<MicrosoftBuildPackageVersion >15.6.81</MicrosoftBuildPackageVersion >
7
7
<MicrosoftBuildFrameworkPackageVersion >$(MicrosoftBuildPackageVersion)</MicrosoftBuildFrameworkPackageVersion >
59
59
<HostFxrVersion >$(MicrosoftNETCoreAppPackageVersion)</HostFxrVersion >
60
60
61
61
<AspNetCoreTemplatePackageVersion >2.0.6</AspNetCoreTemplatePackageVersion >
62
- <!-- This should either be timestamped or notimestamp as appropriate -->
62
+ <!-- This should either be timestamped or notimestamp as appropriate.
63
+ AspNetCoreRelease is only used if the value of this property is "timestamped" -->
63
64
<AspNetCoreRuntimePackageFlavor >notimestamp</AspNetCoreRuntimePackageFlavor >
65
+
64
66
<!-- BranchName and AspNetCoreVersion will not always be the same-->
65
67
<AspNetCoreBranchName >2.0.6</AspNetCoreBranchName >
66
68
<AspNetCoreRelease >rtm</AspNetCoreRelease >
67
69
<AspNetCoreVersion >2.0.6</AspNetCoreVersion >
68
- <AspNetCoreRuntimePackageTimestamp >10007 </AspNetCoreRuntimePackageTimestamp >
70
+ <AspNetCoreRuntimePackageTimestamp >10010 </AspNetCoreRuntimePackageTimestamp >
69
71
70
72
<AspNetCoreRuntimePackageBrandName >aspnetcore-store</AspNetCoreRuntimePackageBrandName >
71
73
<AspNetCoreVersionAndRelease >$(AspNetCoreVersion)-$(AspNetCoreRelease)</AspNetCoreVersionAndRelease >
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.6-servicing-26118-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