Skip to content

Commit 0adb412

Browse files
committed
- Ensure React.AspNet references correct version number, by updating the version number in wrap/React.Core/project.json
- Delete old React.AspNet NuGet packages on build
1 parent 8ca36fb commit 0adb412

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

build.proj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ of patent rights can be found in the PATENTS file in the same directory.
3636
<PackageAssembliesAspNet5 Include="React.AspNet" />
3737
<AspNet5ProjectJson Include="src/React.AspNet/project.json" />
3838
<AspNet5ProjectJson Include="src/React.Sample.Mvc6/project.json" />
39+
<AspNet5ProjectJson Include="src/wrap/**/project.json" />
3940
</ItemGroup>
4041

4142
<Import Project="src/React.tasks.proj" />
@@ -103,6 +104,7 @@ of patent rights can be found in the PATENTS file in the same directory.
103104
do it here. See https://github.com/aspnet/XRE/issues/1301
104105
-->
105106
<DeleteTree Directories="src/artifacts" />
107+
<DeleteTree Directories="bin/%(PackageAssembliesAspNet5.Identity)/Release" />
106108
</Target>
107109

108110
<Target Name="Build" DependsOnTargets="RestorePackages;UpdateVersion">

src/React.Owin/React.Owin.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
</ItemGroup>
9696
<ItemGroup>
9797
<None Include="packages.config" />
98+
<None Include="React.Owin.nutrans" />
9899
</ItemGroup>
99100
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
100101
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

0 commit comments

Comments
 (0)