File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ of patent rights can be found in the PATENTS file in the same directory.
31
31
<PackageAssemblies Include =" System.Web.Optimization.React" />
32
32
<PackageAssemblies Include =" Cassette.React" />
33
33
<PackageAssemblies Include =" React.MSBuild" />
34
+ <PackageAssemblies Include =" React.Owin" />
34
35
<PackageAssembliesAspNet5 Include =" React.AspNet" />
35
36
<AspNet5ProjectJson Include =" src/**/project.json" />
36
37
</ItemGroup >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ Copyright (c) 2015, Facebook, Inc.
4
+ All rights reserved.
5
+
6
+ This source code is licensed under the BSD-style license found in the
7
+ LICENSE file in the root directory of this source tree. An additional grant
8
+ of patent rights can be found in the PATENTS file in the same directory.
9
+ -->
10
+ <package
11
+ xmlns=" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"
12
+ xmlns:xdt=" http://schemas.microsoft.com/XML-Document-Transform" >
13
+ <metadata >
14
+ <id xdt : Transform =" Replace" >React.Owin</id >
15
+ <title xdt : Transform =" Insert" >ReactJS.NET - JSX for OWIN</title >
16
+ <description xdt : Transform =" Insert" >Allows you to compile JSX to JavaScript via OWIN middleware</description >
17
+ <tags xdt : Transform =" Replace" >asp.net mvc asp jquery javascript js react facebook reactjs owin</tags >
18
+ </metadata >
19
+ </package >
You can’t perform that action at this time.
0 commit comments