-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Merge blazor-wasm -> master #17562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Merge blazor-wasm -> master #17562
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
a33106d
Merge pull request #16985 from dotnet-maestro-bot/merge/release/3.1-t…
sebastienros 5b30797
Blazor WebAssembly move to netstandard2.1 (#16808)
SteveSandersonMS 23f9a9e
Revert "Keep Blazor at pre-release for 3.1"
halter73 a53addc
Revert dependency updates from 3.1 merge
halter73 343ca2a
Merge branch 'release/3.1' => 'blazor-wasm' (#17053)
dougbu 9276796
Merge branch 'blazor-wasm' into merge/release/3.1-to-blazor-wasm
dougbu 6af7fbe
Merge branch 'release/3.1' => 'blazor-wasm' (#17120)
dougbu ff4791e
Use mono wasm method to invoke entry point (#17050)
pranavkm 92fce0d
Enable building `blazor-wasm` branch (#17198)
mkArtakMSFT 5bdf75f
Use System.Reflection.Metadata to generate BootConfig (#17156)
pranavkm a42a40d
[blazor-wasm] Update dependencies from aspnet/EntityFrameworkCore dot…
dotnet-maestro[bot] d6c88a3
More cleaning up Blazor.Build package (#17157)
pranavkm 6902b14
[3.1.x] Backport HttpContext.Items fix (#17237)
Tratcher 9fded4c
[3.1.x] Fix dotnet.exe process recovery after abnormal exit in… (#17103)
jkotalik 3c06726
Move Mono.WebAssembly.Interop to blazor-wasm branch
pranavkm e470aea
Remove reference assembly for Blazor.HttpClient
pranavkm 814f3bd
[release/3.1] Update dependencies from 3 repositories (#17340)
dotnet-maestro[bot] a4b5d9d
Update dependencies from https://github.com/aspnet/EntityFrameworkCor…
dotnet-maestro[bot] fb266e7
[release/3.1] Update dependencies from 2 repositories (#17354)
dotnet-maestro[bot] e1e6bf8
Update dependencies from https://github.com/aspnet/AspNetCore-Tooling…
dotnet-maestro[bot] c31f51e
[3.1.x] Allow external startup hooks (#17116)
jkotalik ffb7b0d
Merge branch 'blazor-wasm' into merge/release/3.1-to-blazor-wasm
wtgodbe e862ce7
Use a task to launch the linker (#17313)
pranavkm 9cc3905
Don't ship blazor packages from release/3.1 (#17342)
wtgodbe 03dd93c
Enable WASM debugging (#17162)
ryanbrandenburg ca948aa
Merge pull request #17336 from dotnet-maestro-bot/merge/release/3.1-t…
wtgodbe c2b50da
[release/3.1] Update dependencies from aspnet/AspNetCore-Tooling aspn…
dotnet-maestro[bot] 4400467
[Blazor] Fixes publishing for standalone blazor-wasm applications (#1…
javiercn 93e4da5
[release/3.1] Update dependencies from 2 repositories (#17396)
dotnet-maestro[bot] 6c961ae
Update branding for Blazor packages and update baseline (#17346)
7db6969
[release/3.1] Update dependencies from 2 repositories (#17401)
dotnet-maestro[bot] 3c6dc1c
Try different MSBuild things to make build work (#17427)
pranavkm 0c381d2
Add some tests for hosted project building and publishing (#17398)
pranavkm 62eee6e
[release/3.1] Update dependencies from 2 repositories (#17431)
dotnet-maestro[bot] fa010ee
Pin external dependencies (#17437)
46b95b2
Fix wasm debugging when running on HTTPS. Fixes #17338
SteveSandersonMS 3579d8f
Fix swapped browser names. Fixes #16746
SteveSandersonMS 9988371
Suppress msedge first run experience when debugging
SteveSandersonMS 16195aa
Include .pdb files in blazor.boot.json to re-enable debugging
SteveSandersonMS 1f15d60
[blazor-wasm] Update dependencies from dotnet/arcade aspnet/Blazor …
dotnet-maestro[bot] 6accf24
Update dependencies from https://github.com/aspnet/AspNetCore-Tooling…
dotnet-maestro[bot] ecafc31
Merge remote-tracking branch 'origin/release/3.1' into prkrishn/merge…
pranavkm c0c08f3
Merge pull request #17466 from aspnet/prkrishn/merge/release/3.1-to-b…
pranavkm 0c11c75
[Blazor] Fix Blazor.build package (#17463)
pranavkm 548ae26
Fix Blazor WebAssembly hosted publishing
SteveSandersonMS e3dcd41
[Blazor] Pins the SDK version to 3.1 and forces Blazor projects to co…
javiercn ca893e2
[Blazor] Fixes publish issue with static web assets on hosted scenari…
javiercn 40a0173
[blazor-wasm] Update dependencies from dotnet/arcade aspnet/Blazor (#…
dotnet-maestro[bot] 6e8d862
Merge commit '40a0173e9d9410cfdcd0c5afe33bec3e1165092f' into prkrishn…
pranavkm ff6f669
Skip Blazor.Build tests from Helix
pranavkm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ trigger: | |
batch: true | ||
branches: | ||
include: | ||
- blazor-wasm | ||
- master | ||
- release/* | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,91 +1,89 @@ | ||
<!-- | ||
|
||
This file contains a list of all the packages and their versions which were released in ASP.NET Core 3.0.0. | ||
This file contains a list of all the packages and their versions which were released in ASP.NET Core 3.1.0. | ||
Update this list when preparing for a new patch. | ||
|
||
--> | ||
|
||
<Baseline Version="3.0.0"> | ||
<Baseline Version="3.1.0"> | ||
<Package Id="AspNetCoreRuntime.3.0.x64" Version="3.0.0" /> | ||
<Package Id="AspNetCoreRuntime.3.0.x86" Version="3.0.0" /> | ||
<Package Id="dotnet-sql-cache" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.ApiAuthorization.IdentityServer" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.App.Runtime.win-x64" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authentication.AzureAD.UI" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authentication.AzureADB2C.UI" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authentication.Certificate" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authentication.Facebook" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authentication.Google" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authentication.Negotiate" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authentication.Twitter" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authentication.WsFederation" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authorization" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.AzureAppServices.HostingStartup" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.AzureAppServices.SiteExtension" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.AzureAppServicesIntegration" Version="3.0.0" /> | ||
<Package Id="dotnet-sql-cache" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.ApiAuthorization.IdentityServer" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.App.Runtime.win-x64" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authentication.AzureAD.UI" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authentication.AzureADB2C.UI" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authentication.Certificate" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authentication.Facebook" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authentication.Google" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authentication.Negotiate" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authentication.Twitter" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authentication.WsFederation" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Authorization" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.AzureAppServices.HostingStartup" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.AzureAppServices.SiteExtension" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.AzureAppServicesIntegration" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Blazor" Version="3.0.0-preview9.19465.2" /> | ||
<Package Id="Microsoft.AspNetCore.Blazor.Build" Version="3.0.0-preview9.19465.2" /> | ||
<Package Id="Microsoft.AspNetCore.Blazor.DevServer" Version="3.0.0-preview9.19465.2" /> | ||
<Package Id="Microsoft.AspNetCore.Blazor.HttpClient" Version="3.0.0-preview9.19465.2" /> | ||
<Package Id="Microsoft.AspNetCore.Blazor.Server" Version="3.0.0-preview9.19465.2" /> | ||
<Package Id="Microsoft.AspNetCore.Blazor.Templates" Version="3.0.0-preview9.19465.2" /> | ||
<Package Id="Microsoft.AspNetCore.Components" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Components.Analyzers" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Components.Authorization" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Components.Forms" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Components.Web" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.ConcurrencyLimiter" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Connections.Abstractions" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Cryptography.Internal" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.DataProtection" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.DataProtection.Abstractions" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.DataProtection.AzureKeyVault" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.DataProtection.AzureStorage" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.DataProtection.Extensions" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.HeaderPropagation" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Hosting.WindowsServices" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Http.Connections.Client" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Http.Connections.Common" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Http.Features" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Identity.Specification.Tests" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Identity.UI" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.JsonPatch" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Metadata" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.MiddlewareAnalysis" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Mvc.Testing" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.NodeServices" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Owin" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.SignalR.Client" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.SignalR.Client.Core" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.SignalR.Common" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.SignalR.Protocols.Json" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.SignalR.Specification.Tests" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.SpaServices" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.0.0" /> | ||
<Package Id="Microsoft.AspNetCore.TestHost" Version="3.0.0" /> | ||
<Package Id="Microsoft.dotnet-openapi" Version="3.0.0" /> | ||
<Package Id="Microsoft.DotNet.Web.Client.ItemTemplates" Version="3.0.0" /> | ||
<Package Id="Microsoft.DotNet.Web.ItemTemplates" Version="3.0.0" /> | ||
<Package Id="Microsoft.DotNet.Web.ProjectTemplates.3.0" Version="3.0.0" /> | ||
<Package Id="Microsoft.DotNet.Web.Spa.ProjectTemplates.3.0" Version="3.0.0" /> | ||
<Package Id="Microsoft.Extensions.ApiDescription.Client" Version="3.0.0" /> | ||
<Package Id="Microsoft.Extensions.ApiDescription.Server" Version="3.0.0" /> | ||
<Package Id="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="3.0.0" /> | ||
<Package Id="Microsoft.Extensions.Identity.Core" Version="3.0.0" /> | ||
<Package Id="Microsoft.Extensions.Identity.Stores" Version="3.0.0" /> | ||
|
||
<Package Id="Microsoft.AspNetCore.Components" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Components.Analyzers" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Components.Authorization" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Components.Forms" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Components.Web" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.ConcurrencyLimiter" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Connections.Abstractions" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Cryptography.Internal" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.DataProtection" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.DataProtection.Abstractions" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.DataProtection.AzureKeyVault" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.DataProtection.AzureStorage" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.DataProtection.Extensions" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.HeaderPropagation" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Hosting.WindowsServices" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Http.Connections.Client" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Http.Connections.Common" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Http.Features" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Identity.Specification.Tests" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Identity.UI" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.JsonPatch" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Metadata" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.MiddlewareAnalysis" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Mvc.Testing" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.NodeServices" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Owin" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.SignalR.Client" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.SignalR.Client.Core" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.SignalR.Common" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.SignalR.Protocols.Json" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.SignalR.Specification.Tests" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.SpaServices" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.0" /> | ||
<Package Id="Microsoft.AspNetCore.TestHost" Version="3.1.0" /> | ||
<Package Id="Microsoft.dotnet-openapi" Version="3.1.0" /> | ||
<Package Id="Microsoft.DotNet.Web.Client.ItemTemplates" Version="3.1.0" /> | ||
<Package Id="Microsoft.DotNet.Web.ItemTemplates" Version="3.1.0" /> | ||
<Package Id="Microsoft.DotNet.Web.ProjectTemplates.3.1" Version="3.1.0" /> | ||
<Package Id="Microsoft.DotNet.Web.Spa.ProjectTemplates.3.1" Version="3.1.0" /> | ||
<Package Id="Microsoft.Extensions.ApiDescription.Client" Version="3.1.0" /> | ||
<Package Id="Microsoft.Extensions.ApiDescription.Server" Version="3.1.0" /> | ||
<Package Id="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="3.1.0" /> | ||
<Package Id="Microsoft.Extensions.Identity.Core" Version="3.1.0" /> | ||
<Package Id="Microsoft.Extensions.Identity.Stores" Version="3.1.0" /> | ||
</Baseline> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
src/Components/Blazor/Blazor/ref/Microsoft.AspNetCore.Blazor.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
src/Components/Blazor/Blazor/src/Microsoft.AspNetCore.Blazor.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does this version change make sense? That is, we should wait for a build of the 'master' branch in the Blazor repo