Skip to content

Commit 1cc32fb

Browse files
fix net451 issues
1 parent 18cf4bf commit 1cc32fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/React.Sample.Mvc4/React.Sample.Mvc4.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<Reference Include="System.Web" />
9393
<Reference Include="System.Web.Abstractions" />
9494
<Reference Include="System.Web.Optimization.React">
95-
<HintPath>..\System.Web.Optimization.React\bin\$(Configuration)\net40\System.Web.Optimization.React.dll</HintPath>
95+
<HintPath>..\System.Web.Optimization.React\bin\$(Configuration)\net451\System.Web.Optimization.React.dll</HintPath>
9696
</Reference>
9797
<Reference Include="System.Web.Routing" />
9898
<Reference Include="System.Xml" />

src/React.Sample.Mvc4/TransformBabel.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="TransformBabel">
3-
<UsingTask AssemblyFile="..\React.MSBuild\bin\$(Configuration)\net40\React.MSBuild.dll" TaskName="TransformBabel" />
3+
<UsingTask AssemblyFile="..\React.MSBuild\bin\$(Configuration)\net451\React.MSBuild.dll" TaskName="TransformBabel" />
44
<Target Name="TransformBabel">
55
<TransformBabel SourceDir="$(MSBuildProjectDirectory)" />
66
</Target>

0 commit comments

Comments
 (0)