Skip to content

Commit 238c716

Browse files
committed
Rename "React" project to "React.Core" to correspond with its NuGet package name. The assembly is still called "React".
1 parent 04f57a1 commit 238c716

File tree

61 files changed

+57
-64
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+57
-64
lines changed

build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ of patent rights can be found in the PATENTS file in the same directory.
2424
<SolutionFile Condition="$(BuildAspNet5) == 'false'">src\React.sln</SolutionFile>
2525
</PropertyGroup>
2626
<ItemGroup>
27-
<PackageAssemblies Include="React" />
27+
<PackageAssemblies Include="React.Core" />
2828
<PackageAssemblies Include="React.Web" />
2929
<PackageAssemblies Include="React.Web.Mvc4" />
3030
<PackageAssemblies Include="React.Web.Mvc3" />

src/Cassette.React/Cassette.React.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
<Project>{134edd16-8dc8-4983-a2e0-b38dab1ecf1c}</Project>
7878
<Name>React.Web</Name>
7979
</ProjectReference>
80-
<ProjectReference Include="..\React\React.csproj">
80+
<ProjectReference Include="..\React.Core\React.Core.csproj">
8181
<Project>{d0cc8a22-cee6-485c-924b-1f94426fea59}</Project>
82-
<Name>React</Name>
82+
<Name>React.Core</Name>
8383
</ProjectReference>
8484
</ItemGroup>
8585
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

src/React.AspNet/React.AspNet.kproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
<PropertyGroup>
1818
<SchemaVersion>2.0</SchemaVersion>
1919
</PropertyGroup>
20-
<ItemGroup>
21-
<ProjectReference Include="..\React\React.csproj" />
22-
</ItemGroup>
2320
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
2421
<ProjectExtensions>
2522
<VisualStudio>

src/React.AspNet/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"Microsoft.AspNet.Hosting": "1.0.0.0-beta3",
2020
"Microsoft.AspNet.Mvc.Core": "6.0.0.0-beta3",
2121
"Microsoft.AspNet.StaticFiles": "1.0.0.0-beta3",
22-
"React": ""
22+
"React.Core": ""
2323
},
2424
"frameworks": {
2525
"aspnet50": { }

0 commit comments

Comments
 (0)