Skip to content

Commit 4c3fd8a

Browse files
committed
Add missing OWIN NuGet package. References #69
1 parent 83b53e5 commit 4c3fd8a

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

build.proj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ of patent rights can be found in the PATENTS file in the same directory.
3131
<PackageAssemblies Include="System.Web.Optimization.React" />
3232
<PackageAssemblies Include="Cassette.React" />
3333
<PackageAssemblies Include="React.MSBuild" />
34+
<PackageAssemblies Include="React.Owin" />
3435
<PackageAssembliesAspNet5 Include="React.AspNet" />
3536
<AspNet5ProjectJson Include="src/**/project.json" />
3637
</ItemGroup>

src/React.Owin/React.Owin.nutrans

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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>

0 commit comments

Comments
 (0)