Set rollForward to LatestPatch (#11150)
This commit is contained in:
parent
3707e1a832
commit
8e4825fd6b
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"rollForward": "LatestPatch"
|
||||
}
|
||||
|
|
@ -65,6 +65,7 @@ namespace Microsoft.AspNetCore
|
|||
|
||||
Assert.Equal("Microsoft.NETCore.App", (string)runtimeConfig["runtimeOptions"]["framework"]["name"]);
|
||||
Assert.Equal(_expectedTfm, (string)runtimeConfig["runtimeOptions"]["tfm"]);
|
||||
Assert.Equal("LatestPatch", (string)runtimeConfig["runtimeOptions"]["rollForward"]);
|
||||
|
||||
Assert.Equal(TestData.GetMicrosoftNETCoreAppPackageVersion(), (string)runtimeConfig["runtimeOptions"]["framework"]["version"]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue