Skip to content

Commit 8aa920f

Browse files
JamesNKadamint
authored andcommitted
serve blazor.web.js from wwwroot instead of setting up new endpoint to serve it (dotnet#10990)
Co-authored-by: Adam Ratzman <adam@adamratzman.com>
1 parent 01f0df1 commit 8aa920f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

eng/Versions.props

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@
6565
<MicrosoftEntityFrameworkCoreSqlServerVersion>9.0.9</MicrosoftEntityFrameworkCoreSqlServerVersion>
6666
<MicrosoftEntityFrameworkCoreToolsVersion>9.0.9</MicrosoftEntityFrameworkCoreToolsVersion>
6767
<!-- ASP.NET Core -->
68-
<MicrosoftAspNetCoreAuthenticationCertificateVersion>9.0.9</MicrosoftAspNetCoreAuthenticationCertificateVersion>
69-
<MicrosoftAspNetCoreAuthenticationJwtBearerVersion>9.0.9</MicrosoftAspNetCoreAuthenticationJwtBearerVersion>
70-
<MicrosoftAspNetCoreAuthenticationOpenIdConnectVersion>9.0.9</MicrosoftAspNetCoreAuthenticationOpenIdConnectVersion>
71-
<MicrosoftAspNetCoreOutputCachingStackExchangeRedisVersion>9.0.9</MicrosoftAspNetCoreOutputCachingStackExchangeRedisVersion>
72-
<MicrosoftAspNetCoreTestHostVersion>9.0.9</MicrosoftAspNetCoreTestHostVersion>
73-
<MicrosoftExtensionsCachingStackExchangeRedisVersion>9.0.9</MicrosoftExtensionsCachingStackExchangeRedisVersion>
74-
<MicrosoftExtensionsDiagnosticsHealthChecksEntityFrameworkCoreVersion>9.0.9</MicrosoftExtensionsDiagnosticsHealthChecksEntityFrameworkCoreVersion>
75-
<MicrosoftExtensionsDiagnosticsHealthChecksVersion>9.0.9</MicrosoftExtensionsDiagnosticsHealthChecksVersion>
76-
<MicrosoftExtensionsFeaturesVersion>9.0.9</MicrosoftExtensionsFeaturesVersion>
77-
<MicrosoftAspNetCoreSignalRClientVersion>9.0.9</MicrosoftAspNetCoreSignalRClientVersion>
68+
<MicrosoftAspNetCoreAuthenticationCertificateVersion>9.0.7</MicrosoftAspNetCoreAuthenticationCertificateVersion>
69+
<MicrosoftAspNetCoreAuthenticationJwtBearerVersion>9.0.7</MicrosoftAspNetCoreAuthenticationJwtBearerVersion>
70+
<MicrosoftAspNetCoreAuthenticationOpenIdConnectVersion>9.0.7</MicrosoftAspNetCoreAuthenticationOpenIdConnectVersion>
71+
<MicrosoftAspNetCoreOutputCachingStackExchangeRedisVersion>9.0.7</MicrosoftAspNetCoreOutputCachingStackExchangeRedisVersion>
72+
<MicrosoftAspNetCoreTestHostVersion>9.0.7</MicrosoftAspNetCoreTestHostVersion>
73+
<MicrosoftExtensionsCachingStackExchangeRedisVersion>9.0.7</MicrosoftExtensionsCachingStackExchangeRedisVersion>
74+
<MicrosoftExtensionsDiagnosticsHealthChecksEntityFrameworkCoreVersion>9.0.7</MicrosoftExtensionsDiagnosticsHealthChecksEntityFrameworkCoreVersion>
75+
<MicrosoftExtensionsDiagnosticsHealthChecksVersion>9.0.7</MicrosoftExtensionsDiagnosticsHealthChecksVersion>
76+
<MicrosoftExtensionsFeaturesVersion>9.0.7</MicrosoftExtensionsFeaturesVersion>
77+
<MicrosoftAspNetCoreSignalRClientVersion>9.0.7</MicrosoftAspNetCoreSignalRClientVersion>
7878
<!-- Runtime -->
7979
<MicrosoftExtensionsHostingAbstractionsVersion>9.0.9</MicrosoftExtensionsHostingAbstractionsVersion>
8080
<MicrosoftExtensionsHostingVersion>9.0.9</MicrosoftExtensionsHostingVersion>

0 commit comments

Comments
 (0)