Use LogicalName that works consistently in all platforms (#9527)

This commit is contained in:
Pranav K 2019-04-18 19:27:25 -07:00 committed by GitHub
parent 7669cf0d03
commit 9e4d5c14c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -47,11 +47,11 @@
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\..\Browser.JS\dist\$(Configuration)\blazor.server.js" LogicalName="_framework\%(Filename)%(Extension)" />
<EmbeddedResource Include="..\..\Browser.JS\dist\$(Configuration)\blazor.server.js" LogicalName="_framework/%(Filename)%(Extension)" />
<EmbeddedResource
Include="..\..\Browser.JS\dist\$(Configuration)\blazor.server.js.map"
LogicalName="_framework\%(Filename)%(Extension)"
LogicalName="_framework/%(Filename)%(Extension)"
Condition="Exists('..\..\Browser.JS\dist\$(Configuration)\blazor.server.js.map')" />
</ItemGroup>

View File

@ -2,11 +2,11 @@
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug"
"Default": "Information"
},
"Console": {
"LogLevel": {
"Default": "Debug"
"Default": "Information"
}
}
}