Skip to content

Commit a23ac60

Browse files
committed
Fix build error
1 parent 3d904bd commit a23ac60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R7.Dnn.JavaScriptLibraries/ReactRedux/Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="../BuildSettings.targets" Condition=" '$(BuildSettingsImported)' == '' " />
44
<Target Name="ReactRedux">
55
<PropertyGroup>
6-
<PackageName>React-Redux</PackageName>
6+
<PackageName>ReactRedux</PackageName>
77
<IncludeBasePath>$(MSBuildProjectDirectory)/../node_modules/react-redux</IncludeBasePath>
88
</PropertyGroup>
99
<ItemGroup>

0 commit comments

Comments
 (0)