Skip to content

Commit 949150c

Browse files
committed
Switch to @pauldotknopf's VroomJs fork rather than maintaining our own. Closes #317
1 parent 52eddcc commit 949150c

File tree

9 files changed

+6
-23
lines changed

9 files changed

+6
-23
lines changed

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "lib/VroomJs"]
2-
path = lib/VroomJs
3-
url = https://github.com/Daniel15/vroomjs.git

lib/VroomJs

-1
This file was deleted.

lib/VroomJs.dll

-30 KB
Binary file not shown.

lib/build-vroomjs.bat

-3
This file was deleted.

src/React.AspNet/project.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"Microsoft.Extensions.DependencyInjection": "1.0.0",
3434
"React.Core": {
3535
"target": "project"
36-
}
36+
},
37+
"VroomJs": "1.2.3"
3738
},
3839
"frameworks": {
3940
"net451": {

src/React.Core/React.Core.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@
8282
<Reference Include="System.Core" />
8383
<Reference Include="Microsoft.CSharp" />
8484
<Reference Include="System.Runtime.Caching" />
85-
<Reference Include="VroomJs">
86-
<HintPath>..\..\lib\VroomJs.dll</HintPath>
85+
<Reference Include="VroomJs, Version=1.2.3.0, Culture=neutral, PublicKeyToken=e7c52e67fcb0044f, processorArchitecture=MSIL">
86+
<HintPath>..\packages\VroomJs.1.2.3\lib\net40\VroomJs.dll</HintPath>
87+
<Private>True</Private>
8788
</Reference>
8889
</ItemGroup>
8990
<ItemGroup>

src/React.Core/React.Core.nutrans

-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,4 @@ of patent rights can be found in the PATENTS file in the same directory.
1717
<description xdt:Transform="Insert">ReactJS and Babel tools for .NET.
1818
Important: This package does not do much on its own; you probably want an integration package (like React.Web.Mvc4) as well. Please refer to project site (http://reactjs.net/) for more details, usage examples and sample code.</description>
1919
</metadata>
20-
<files xdt:Transform="Insert">
21-
<file src="..\..\lib\VroomJs.dll" target="lib\net40" />
22-
</files>
2320
</package>

src/React.Core/packages.config

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
<package id="JSPool" version="0.4.1" targetFramework="net40-client" />
77
<package id="MsieJavaScriptEngine" version="1.7.0" targetFramework="net40" />
88
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net4" />
9+
<package id="VroomJs" version="1.2.3" targetFramework="net40" />
910
</packages>

src/wrap/VroomJs/project.json

-10
This file was deleted.

0 commit comments

Comments
 (0)