Skip to content

Commit 0782582

Browse files
gunnimdustinsoftware
authored andcommitted
Merge #499 (React.router.mvc4 package fixes)
1 parent d03553e commit 0782582

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Diff for: src/React.Router.Mvc4/React.Router.Mvc4.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
</Content>
3131
</ItemGroup>
3232

33+
<ItemGroup>
34+
<None Remove="Content\Views\web.config.transform" />
35+
</ItemGroup>
36+
3337
<ItemGroup>
3438
<Reference Include="System.Web" />
3539
<Reference Include="Microsoft.CSharp" />
@@ -38,6 +42,7 @@
3842

3943
<ItemGroup>
4044
<ProjectReference Include="..\React.Core\React.Core.csproj" />
45+
<ProjectReference Include="..\React.Web.Mvc4\React.Web.Mvc4.csproj" />
4146
</ItemGroup>
4247

4348
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">

Diff for: src/React.Router/React.Router.csproj

+1-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
<ItemGroup>
2323
<Compile Include="..\SharedAssemblyInfo.cs" />
2424
<Compile Include="..\SharedAssemblyVersionInfo.cs" />
25-
<Content Include="Content\**\*">
26-
<Pack>true</Pack>
27-
<PackagePath>content\</PackagePath>
28-
</Content>
2925
</ItemGroup>
3026

3127
<ItemGroup>
@@ -34,6 +30,7 @@
3430
</ItemGroup>
3531

3632
<ItemGroup>
33+
<ProjectReference Include="..\React.AspNet\React.AspNet.csproj" />
3734
<ProjectReference Include="..\React.Core\React.Core.csproj" />
3835
</ItemGroup>
3936

0 commit comments

Comments
 (0)