8000 Add WebAssemblyHotReloadCapabilities to Microsoft.AspNetCore.Componen… · dotnet/aspnetcore@c04abaa · GitHub
[go: up one dir, main page]

Skip to content

Commit c04abaa

Browse files
committed
Add WebAssemblyHotReloadCapabilities to Microsoft.AspNetCore.Components.WebAssembly.props
1 parent 3ca2609 commit c04abaa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Components/WebAssembly/WebAssembly/src/targets/Microsoft.AspNetCore.Components.WebAssembly.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<BlazorWebAssemblyJSPath>$(MSBuildThisFileDirectory)blazor.webassembly.js</BlazorWebAssemblyJSPath>
44
<BlazorRoutingEnableRegexConstraint Condition="'$(BlazorRoutingEnableRegexConstraint)' == ''">false</BlazorRoutingEnableRegexConstraint>
5+
<WebAssemblyHotReloadCapabilities>Baseline;AddMethodToExistingType;AddStaticFieldToExistingType;NewTypeDefinition;ChangeCustomAttributes;AddInstanceFieldToExistingType;GenericAddMethodToExistingType;GenericUpdateMethod;UpdateParameters;GenericAddFieldToExistingType</WebAssemblyHotReloadCapabilities>
56
</PropertyGroup>
67

78
<ItemGroup>

src/submodules/googletest

Submodule googletest updated 386 files

0 commit comments

Comments
 (0)
0