Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yagodin committed Apr 10, 2020
1 parent 3d904bd commit a23ac60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R7.Dnn.JavaScriptLibraries/ReactRedux/Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="../BuildSettings.targets" Condition=" '$(BuildSettingsImported)' == '' " />
<Target Name="ReactRedux">
<PropertyGroup>
<PackageName>React-Redux</PackageName>
<PackageName>ReactRedux</PackageName>
<IncludeBasePath>$(MSBuildProjectDirectory)/../node_modules/react-redux</IncludeBasePath>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit a23ac60

Please sign in to comment.