File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ of patent rights can be found in the PATENTS file in the same directory.
36
36
<PackageAssembliesAspNet5 Include =" React.AspNet" />
37
37
<AspNet5ProjectJson Include =" src/React.AspNet/project.json" />
38
38
<AspNet5ProjectJson Include =" src/React.Sample.Mvc6/project.json" />
39
+ <AspNet5ProjectJson Include =" src/wrap/**/project.json" />
39
40
</ItemGroup >
40
41
41
42
<Import Project =" src/React.tasks.proj" />
@@ -103,6 +104,7 @@ of patent rights can be found in the PATENTS file in the same directory.
103
104
do it here. See https://github.com/aspnet/XRE/issues/1301
104
105
-->
105
106
<DeleteTree Directories =" src/artifacts" />
107
+ <DeleteTree Directories =" bin/%(PackageAssembliesAspNet5.Identity)/Release" />
106
108
</Target >
107
109
108
110
<Target Name =" Build" DependsOnTargets =" RestorePackages;UpdateVersion" >
Original file line number Diff line number Diff line change 95
95
</ItemGroup >
96
96
<ItemGroup >
97
97
<None Include =" packages.config" />
98
+ <None Include =" React.Owin.nutrans" />
98
99
</ItemGroup >
99
100
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
100
101
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
You can’t perform that action at this time.
0 commit comments