Skip to content

Commit 52c4598

Browse files
committed
Fixup
1 parent d90f5ef commit 52c4598

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Components/WebAssembly/Build/src/Microsoft.AspNetCore.Components.WebAssembly.Build.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<ItemGroup>
2222
<NuspecProperty Include="configuration=$(Configuration)" />
2323
<NuspecProperty Include="taskskDir=$(OutputPath)tools" />
24-
<NuspecProperty Include="MicrosoftAspNetCoreComponentsWebAssemblyRuntime=$(MicrosoftAspNetCoreComponentsWebAssemblyRuntime)" />
24+
<NuspecProperty Include="MicrosoftAspNetCoreComponentsWebAssemblyRuntimePackageVersion=$(MicrosoftAspNetCoreComponentsWebAssemblyRuntimePackageVersion)" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

src/Components/WebAssembly/Build/src/Microsoft.AspNetCore.Components.WebAssembly.Build.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
$CommonMetadataElements$
55
<dependencies>
6-
<dependency id="Microsoft.AspNetCore.Components.WebAssembly.Runtime" version="$MicrosoftAspNetCoreComponentsWebAssemblyRuntime$" include="all" />
6+
<dependency id="Microsoft.AspNetCore.Components.WebAssembly.Runtime" version="$MicrosoftAspNetCoreComponentsWebAssemblyRuntimePackageVersion$" include="all" />
77
</dependencies>
88
</metadata>
99
<files>

0 commit comments

Comments
 (0)