Skip to content

Commit 773e8cc

Browse files
dotnet-botwtgodbe
authored andcommitted
Merged PR 23388: [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-efcore dnceng/internal/dotnet-runtime
This pull request updates the following dependencies [marker]: <> (Begin:1ac68a20-28fc-4e11-3a4d-08d961c5a689) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-efcore - **Subscription**: 1ac68a20-28fc-4e11-3a4d-08d961c5a689 - **Build**: 20220615.1 - **Date Produced**: June 15, 2022 9:41:06 AM UTC - **Commit**: 5f5283806774a7fd1bbe2ec54736dc8a5d30c16d - **Branch**: refs/heads/internal/release/6.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **dotnet-ef**: [from 6.0.6 to 6.0.7][10] - **Microsoft.EntityFrameworkCore**: [from 6.0.6 to 6.0.7][10] - **Microsoft.EntityFrameworkCore.Design**: [from 6.0.6 to 6.0.7][10] - **Microsoft.EntityFrameworkCore.InMemory**: [from 6.0.6 to 6.0.7][10] - **Microsoft.EntityFrameworkCore.Relational**: [from 6.0.6 to 6.0.7][10] - **Microsoft.EntityFrameworkCore.Sqlite**: [from 6.0.6 to 6.0.7][10] - **Microsoft.EntityFrameworkCore.SqlServer**: [from 6.0.6 to 6.0.7][10] - **Microsoft.EntityFrameworkCore.Tools**: [from 6.0.6 to 6.0.7][10] [10]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GC796d2f8&targetVersion=GC5f52838&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:1ac68a20-28fc-4e11-3a4d-08d961c5a689) [marker]: <> (Begin:7745f62d-e15b-4ba3-39b3-08d960f4ca81) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - **Subscription**: 7745f62d-e15b-4ba3-39b3-08d960f4ca81 - **Build**: 20220622.2 - **Date Produced**: June 22, 2022 2:36:52 PM UTC - **Commit**: 0ec02c8c96e2eda06dc5b5edfdbdba0f36415082 - **Branch**: refs/heads/internal/release/6.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.Internal.Runtime.AspNetCore.Transport**: [from 6.0.6-servicing.22267.7 to 6.0.7-servicing.22322.2][12] - **Microsoft.NET.Runtime.MonoAOTCompiler.Task**: [from 6.0.6 to 6.0.7][12] - **Microsoft.NET.Runtime.WebAssembly.Sdk**: [from 6.0.6 to 6.0.7][12] - **Microsoft.NETCore.App.Ref**: [from 6.0.6 to 6.0.7][12] - **Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm**: [from 6.0.6 to 6.0.7][12] - **Microsoft.NETCore.App.Runtime.win-x64**: [from 6.0.6 to 6.0.7][12] - **Microsoft.NETCore.BrowserDebugHost.Transport**: [from 6.0.6-servicing.22267.7 to 6.0.7-servicing.22322.2][12] - **Microsoft.NETCore.Platforms**: [from 6.0.4 to 6.0.5][12] [12]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC7cca709&targetVersion=GC0ec02c8&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:7745f62d-e15b-4ba3-39b3-08d960f4ca81)
1 parent 154e31e commit 773e8cc

File tree

5 files changed

+62
-53
lines changed

5 files changed

+62
-53
lines changed

NuGet.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-runtime -->
7+
<add key="darc-int-dotnet-runtime-0ec02c8" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-0ec02c8c/nuget/v3/index.json" />
78
<!-- End: Package sources from dotnet-runtime -->
89
<!-- Begin: Package sources from dotnet-efcore -->
10+
<add key="darc-int-dotnet-efcore-5f52838" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-efcore-5f528380/nuget/v3/index.json" />
911
<!-- End: Package sources from dotnet-efcore -->
1012
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1113
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -25,8 +27,10 @@
2527
<clear />
2628
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2729
<!-- Begin: Package sources from dotnet-efcore -->
30+
<add key="darc-int-dotnet-efcore-5f52838" value="true" />
2831
<!-- End: Package sources from dotnet-efcore -->
2932
<!-- Begin: Package sources from dotnet-runtime -->
33+
<add key="darc-int-dotnet-runtime-0ec02c8" value="true" />
3034
<!-- End: Package sources from dotnet-runtime -->
3135
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3236
</disabledPackageSources>

eng/Version.Details.xml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -9,37 +9,37 @@
99
-->
1010
<Dependencies>
1111
<ProductDependencies>
12-
<Dependency Name="dotnet-ef" Version="6.0.6">
12+
<Dependency Name="dotnet-ef" Version="6.0.7">
1313
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
14-
<Sha>796d2f8b516781d64bbdf4c21b0163de9fa56ab8</Sha>
14+
<Sha>5f5283806774a7fd1bbe2ec54736dc8a5d30c16d</Sha>
1515
</Dependency>
16-
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.6">
16+
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.7">
1717
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
18-
<Sha>796d2f8b516781d64bbdf4c21b0163de9fa56ab8</Sha>
18+
<Sha>5f5283806774a7fd1bbe2ec54736dc8a5d30c16d</Sha>
1919
</Dependency>
20-
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="6.0.6">
20+
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="6.0.7">
2121
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
22-
<Sha>796d2f8b516781d64bbdf4c21b0163de9fa56ab8</Sha>
22+
<Sha>5f5283806774a7fd1bbe2ec54736dc8a5d30c16d</Sha>
2323
</Dependency>
24-
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.6">
24+
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.7">
2525
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
26-
<Sha>796d2f8b516781d64bbdf4c21b0163de9fa56ab8</Sha>
26+
<Sha>5f5283806774a7fd1bbe2ec54736dc8a5d30c16d</Sha>
2727
</Dependency>
28-
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.6">
28+
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.7">
2929
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
30-
<Sha>796d2f8b516781d64bbdf4c21b0163de9fa56ab8</Sha>
30+
<Sha>5f5283806774a7fd1bbe2ec54736dc8a5d30c16d</Sha>
3131
</Dependency>
32-
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="6.0.6">
32+
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="6.0.7">
3333
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
34-
<Sha>796d2f8b516781d64bbdf4c21b0163de9fa56ab8</Sha>
34+
<Sha>5f5283806774a7fd1bbe2ec54736dc8a5d30c16d</Sha>
3535
</Dependency>
36-
<Dependency Name="Microsoft.EntityFrameworkCore" Version="6.0.6">
36+
<Dependency Name="Microsoft.EntityFrameworkCore" Version="6.0.7">
3737
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
38-
<Sha>796d2f8b516781d64bbdf4c21b0163de9fa56ab8</Sha>
38+
<Sha>5f5283806774a7fd1bbe2ec54736dc8a5d30c16d</Sha>
3939
</Dependency>
40-
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="6.0.6">
40+
<Dependency Name="Microsoft.EntityFrameworkCore.Design" Version="6.0.7">
4141
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-efcore</Uri>
42-
<Sha>796d2f8b516781d64bbdf4c21b0163de9fa56ab8</Sha>
42+
<Sha>5f5283806774a7fd1bbe2ec54736dc8a5d30c16d</Sha>
4343
</Dependency>
4444
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="6.0.0">
4545
<Uri>https://github.com/dotnet/runtime</Uri>
@@ -177,9 +177,9 @@
177177
<Uri>https://github.com/dotnet/runtime</Uri>
178178
<Sha>4822e3c3aa77eb82b2fb33c9321f923cf11ddde6</Sha>
179179
</Dependency>
180-
<Dependency Name="Microsoft.Internal.Runtime.AspNetCore.Transport" Version="6.0.6-servicing.22267.7">
180+
<Dependency Name="Microsoft.Internal.Runtime.AspNetCore.Transport" Version="6.0.7-servicing.22322.2">
181181
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
182-
<Sha>7cca709db2944a09b4db6ca7b20c457ff260fb5a</Sha>
182+
<Sha>0ec02c8c96e2eda06dc5b5edfdbdba0f36415082</Sha>
183183
</Dependency>
184184
<Dependency Name="System.Diagnostics.DiagnosticSource" Version="6.0.0">
185185
<Uri>https://github.com/dotnet/runtime</Uri>
@@ -245,40 +245,40 @@
245245
<Uri>https://github.com/dotnet/runtime</Uri>
246246
<Sha>4822e3c3aa77eb82b2fb33c9321f923cf11ddde6</Sha>
247247
</Dependency>
248-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.6">
248+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.7">
249249
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
250-
<Sha>7cca709db2944a09b4db6ca7b20c457ff260fb5a</Sha>
250+
<Sha>0ec02c8c96e2eda06dc5b5edfdbdba0f36415082</Sha>
251251
</Dependency>
252-
<Dependency Name="Microsoft.NET.Runtime.MonoAOTCompiler.Task" Version="6.0.6">
252+
<Dependency Name="Microsoft.NET.Runtime.MonoAOTCompiler.Task" Version="6.0.7">
253253
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
254-
<Sha>7cca709db2944a09b4db6ca7b20c457ff260fb5a</Sha>
254+
<Sha>0ec02c8c96e2eda06dc5b5edfdbdba0f36415082</Sha>
255255
</Dependency>
256-
<Dependency Name="Microsoft.NET.Runtime.WebAssembly.Sdk" Version="6.0.6">
256+
<Dependency Name="Microsoft.NET.Runtime.WebAssembly.Sdk" Version="6.0.7">
257257
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
258-
<Sha>7cca709db2944a09b4db6ca7b20c457ff260fb5a</Sha>
258+
<Sha>0ec02c8c96e2eda06dc5b5edfdbdba0f36415082</Sha>
259259
</Dependency>
260260
<!--
261261
Win-x64 is used here because we have picked an arbitrary runtime identifier to flow the version of the latest NETCore.App runtime.
262262
All Runtime.$rid packages should have the same version.
263263
-->
264-
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="6.0.6">
264+
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="6.0.7">
265265
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
266-
<Sha>7cca709db2944a09b4db6ca7b20c457ff260fb5a</Sha>
266+
<Sha>0ec02c8c96e2eda06dc5b5edfdbdba0f36415082</Sha>
267267
</Dependency>
268-
<Dependency Name="Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm" Version="6.0.6">
268+
<Dependency Name="Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm" Version="6.0.7">
269269
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
270-
<Sha>7cca709db2944a09b4db6ca7b20c457ff260fb5a</Sha>
270+
<Sha>0ec02c8c96e2eda06dc5b5edfdbdba0f36415082</Sha>
271271
</Dependency>
272-
<Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="6.0.6-servicing.22267.7">
272+
<Dependency Name="Microsoft.NETCore.BrowserDebugHost.Transport" Version="6.0.7-servicing.22322.2">
273273
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
274-
<Sha>7cca709db2944a09b4db6ca7b20c457ff260fb5a</Sha>
274+
<Sha>0ec02c8c96e2eda06dc5b5edfdbdba0f36415082</Sha>
275275
</Dependency>
276276
</ProductDependencies>
277277
<ToolsetDependencies>
278278
<!-- Listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
279-
<Dependency Name="Microsoft.NETCore.Platforms" Version="6.0.4">
279+
<Dependency Name="Microsoft.NETCore.Platforms" Version="6.0.5">
280280
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
281-
<Sha>7cca709db2944a09b4db6ca7b20c457ff260fb5a</Sha>
281+
<Sha>0ec02c8c96e2eda06dc5b5edfdbdba0f36415082</Sha>
282282
</Dependency>
283283
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22314.7">
284284
<Uri>https://github.com/dotnet/arcade</Uri>

eng/Versions.props

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
<PropertyGroup Label="Automated">
6464
<!-- Packages from dotnet/runtime -->
6565
<MicrosoftExtensionsDependencyModelVersion>6.0.0</MicrosoftExtensionsDependencyModelVersion>
66-
<MicrosoftNETCoreAppRefVersion>6.0.6</MicrosoftNETCoreAppRefVersion>
67-
<MicrosoftNETCoreAppRuntimewinx64Version>6.0.6</MicrosoftNETCoreAppRuntimewinx64Version>
68-
<MicrosoftNETRuntimeMonoAOTCompilerTaskVersion>6.0.6</MicrosoftNETRuntimeMonoAOTCompilerTaskVersion>
69-
<MicrosoftNETRuntimeWebAssemblySdkVersion>6.0.6</MicrosoftNETRuntimeWebAssemblySdkVersion>
70-
<MicrosoftNETCoreAppRuntimeAOTwinx64CrossbrowserwasmVersion>6.0.6</MicrosoftNETCoreAppRuntimeAOTwinx64CrossbrowserwasmVersion>
71-
<MicrosoftNETCoreBrowserDebugHostTransportVersion>6.0.6-servicing.22267.7</MicrosoftNETCoreBrowserDebugHostTransportVersion>
66+
<MicrosoftNETCoreAppRefVersion>6.0.7</MicrosoftNETCoreAppRefVersion>
67+
<MicrosoftNETCoreAppRuntimewinx64Version>6.0.7</MicrosoftNETCoreAppRuntimewinx64Version>
68+
<MicrosoftNETRuntimeMonoAOTCompilerTaskVersion>6.0.7</MicrosoftNETRuntimeMonoAOTCompilerTaskVersion>
69+
<MicrosoftNETRuntimeWebAssemblySdkVersion>6.0.7</MicrosoftNETRuntimeWebAssemblySdkVersion>
70+
<MicrosoftNETCoreAppRuntimeAOTwinx64CrossbrowserwasmVersion>6.0.7</MicrosoftNETCoreAppRuntimeAOTwinx64CrossbrowserwasmVersion>
71+
<MicrosoftNETCoreBrowserDebugHostTransportVersion>6.0.7-servicing.22322.2</MicrosoftNETCoreBrowserDebugHostTransportVersion>
7272
<MicrosoftExtensionsCachingAbstractionsVersion>6.0.0</MicrosoftExtensionsCachingAbstractionsVersion>
7373
<MicrosoftExtensionsCachingMemoryVersion>6.0.1</MicrosoftExtensionsCachingMemoryVersion>
7474
<MicrosoftExtensionsConfigurationAbstractionsVersion>6.0.0</MicrosoftExtensionsConfigurationAbstractionsVersion>
@@ -103,7 +103,7 @@
103103
<MicrosoftExtensionsOptionsDataAnnotationsVersion>6.0.0</MicrosoftExtensionsOptionsDataAnnotationsVersion>
104104
<MicrosoftExtensionsOptionsVersion>6.0.0</MicrosoftExtensionsOptionsVersion>
105105
<MicrosoftExtensionsPrimitivesVersion>6.0.0</MicrosoftExtensionsPrimitivesVersion>
106-
<MicrosoftInternalRuntimeAspNetCoreTransportVersion>6.0.6-servicing.22267.7</MicrosoftInternalRuntimeAspNetCoreTransportVersion>
106+
<MicrosoftInternalRuntimeAspNetCoreTransportVersion>6.0.7-servicing.22322.2</MicrosoftInternalRuntimeAspNetCoreTransportVersion>
107107
<SystemDiagnosticsDiagnosticSourceVersion>6.0.0</SystemDiagnosticsDiagnosticSourceVersion>
108108
<SystemDiagnosticsEventLogVersion>6.0.0</SystemDiagnosticsEventLogVersion>
109109
<SystemDirectoryServicesProtocolsVersion>6.0.1</SystemDirectoryServicesProtocolsVersion>
@@ -120,16 +120,16 @@
120120
<SystemTextJsonVersion>6.0.5</SystemTextJsonVersion>
121121
<SystemThreadingChannelsVersion>6.0.0</SystemThreadingChannelsVersion>
122122
<!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
123-
<MicrosoftNETCorePlatformsVersion>6.0.4</MicrosoftNETCorePlatformsVersion>
123+
<MicrosoftNETCorePlatformsVersion>6.0.5</MicrosoftNETCorePlatformsVersion>
124124
<!-- Packages from dotnet/efcore -->
125-
<dotnetefVersion>6.0.6</dotnetefVersion>
126-
<MicrosoftEntityFrameworkCoreInMemoryVersion>6.0.6</MicrosoftEntityFrameworkCoreInMemoryVersion>
127-
<MicrosoftEntityFrameworkCoreRelationalVersion>6.0.6</MicrosoftEntityFrameworkCoreRelationalVersion>
128-
<MicrosoftEntityFrameworkCoreSqliteVersion>6.0.6</MicrosoftEntityFrameworkCoreSqliteVersion>
129-
<MicrosoftEntityFrameworkCoreSqlServerVersion>6.0.6</MicrosoftEntityFrameworkCoreSqlServerVersion>
130-
<MicrosoftEntityFrameworkCoreToolsVersion>6.0.6</MicrosoftEntityFrameworkCoreToolsVersion>
131-
<MicrosoftEntityFrameworkCoreVersion>6.0.6</MicrosoftEntityFrameworkCoreVersion>
132-
<MicrosoftEntityFrameworkCoreDesignVersion>6.0.6</MicrosoftEntityFrameworkCoreDesignVersion>
125+
<dotnetefVersion>6.0.7</dotnetefVersion>
126+
<MicrosoftEntityFrameworkCoreInMemoryVersion>6.0.7</MicrosoftEntityFrameworkCoreInMemoryVersion>
127+
<MicrosoftEntityFrameworkCoreRelationalVersion>6.0.7</MicrosoftEntityFrameworkCoreRelationalVersion>
128+
<MicrosoftEntityFrameworkCoreSqliteVersion>6.0.7</MicrosoftEntityFrameworkCoreSqliteVersion>
129+
<MicrosoftEntityFrameworkCoreSqlServerVersion>6.0.7</MicrosoftEntityFrameworkCoreSqlServerVersion>
130+
<MicrosoftEntityFrameworkCoreToolsVersion>6.0.7</MicrosoftEntityFrameworkCoreToolsVersion>
131+
<MicrosoftEntityFrameworkCoreVersion>6.0.7</MicrosoftEntityFrameworkCoreVersion>
132+
<MicrosoftEntityFrameworkCoreDesignVersion>6.0.7</MicrosoftEntityFrameworkCoreDesignVersion>
133133
<!-- Packages from dotnet/arcade -->
134134
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.22314.7</MicrosoftDotNetBuildTasksInstallersVersion>
135135
<MicrosoftDotNetBuildTasksTemplatingVersion>6.0.0-beta.22314.7</MicrosoftDotNetBuildTasksTemplatingVersion>

src/Servers/IIS/IIS/test/Common.FunctionalTests/StartupTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ public async Task TargedDifferenceSharedFramework_FailedToFindNativeDependencies
426426
Assert.Equal(HttpStatusCode.InternalServerError, response.StatusCode);
427427
var responseContent = await response.Content.ReadAsStringAsync();
428428
Assert.Contains("500.31", responseContent);
429-
Assert.Contains("The framework 'Microsoft.NETCore.App', version '2.9.9'", responseContent);
429+
Assert.Contains("Framework: 'Microsoft.NETCore.App', version '2.9.9'", responseContent);
430430
}
431431
else
432432
{

src/Servers/IIS/IIS/test/IIS.Shared.FunctionalTests/StdOutRedirectionTests.cs

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ public async Task FrameworkNotFoundExceptionLogged_Pipe()
4747
StopServer();
4848

4949
EventLogHelpers.VerifyEventLogEvent(deploymentResult,
50-
@"The framework 'Microsoft.NETCore.App', version '2.9.9' \(x64\) was not found.", Logger);
50+
@"Framework: 'Microsoft.NETCore.App', version '2.9.9' \(x64\)", Logger);
51+
EventLogHelpers.VerifyEventLogEvent(deploymentResult,
52+
"To install missing framework, download:", Logger);
5153
}
5254

5355
[ConditionalFact]
@@ -69,10 +71,13 @@ public async Task FrameworkNotFoundExceptionLogged_File()
6971
StopServer();
7072

7173
var contents = Helpers.ReadAllTextFromFile(Helpers.GetExpectedLogName(deploymentResult, LogFolderPath), Logger);
72-
var expectedString = "The framework 'Microsoft.NETCore.App', version '2.9.9' (x64) was not found.";
74+
var missingFrameworkString = "To install missing framework, download:";
75+
EventLogHelpers.VerifyEventLogEvent(deploymentResult,
76+
@"Framework: 'Microsoft.NETCore.App', version '2.9.9' \(x64\)", Logger);
7377
EventLogHelpers.VerifyEventLogEvent(deploymentResult,
74-
@"The framework 'Microsoft.NETCore.App', version '2.9.9' \(x64\) was not found.", Logger);
75-
Assert.Contains(expectedString, contents);
78+
missingFrameworkString, Logger);
79+
Assert.Contains(@"Framework: 'Microsoft.NETCore.App', version '2.9.9' (x64)", contents);
80+
Assert.Contains(missingFrameworkString, contents);
7681
}
7782

7883
[ConditionalFact]

0 commit comments

Comments
 (0)