blazor.boot.json - don't set physicalpath

This commit is contained in:
Nick Sullivan 2019-05-08 01:40:47 -05:00 committed by Steve Sanderson
parent c22de8f39c
commit 48d2f40192
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ namespace Microsoft.AspNetCore.Components.Server
public long Length => _data.Length;
public string PhysicalPath => "/_framework/blazor.boot.json";
public string PhysicalPath => null;
public string Name => "blazor.boot.json";