File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ of patent rights can be found in the PATENTS file in the same directory.
1111 <PropertyGroup >
1212 <Major >1</Major >
1313 <Minor >1</Minor >
14- <Build >2 </Build >
14+ <Build >3 </Build >
1515 <Revision >0</Revision >
1616 <DevNuGetServer >http://reactjs.net/packages/</DevNuGetServer >
1717 <MSBuildCommunityTasksPath >$(MSBuildProjectDirectory)\tools\MSBuildTasks</MSBuildCommunityTasksPath >
@@ -30,7 +30,7 @@ of patent rights can be found in the PATENTS file in the same directory.
3030 </ItemGroup >
3131
3232 <Import Project =" $(MSBuildProjectDirectory)\tools\MSBuildTasks\MSBuild.Community.Tasks.Targets" />
33- <UsingTask
33+ <UsingTask
3434 AssemblyFile=" $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v12.0\Web\Microsoft.Web.Publishing.Tasks.dll"
3535 TaskName=" TransformXml"
3636 />
@@ -88,7 +88,7 @@ of patent rights can be found in the PATENTS file in the same directory.
8888 <Target Name =" Package" DependsOnTargets =" Build;GenerateNuSpecs" >
8989 <!-- Delete old packages -->
9090 <RemoveDir Directories =" $(PackageOutputDir)" />
91-
91+
9292 <!-- Create new packages -->
9393 <MakeDir Directories =" $(PackageOutputDir)" />
9494 <Exec
@@ -116,4 +116,4 @@ of patent rights can be found in the PATENTS file in the same directory.
116116 Command=" tools\NuGet\nuget.exe push $(PackageOutputDir)\*.symbols.nupkg -Source $(DevNuGetServer) -NonInteractive"
117117 />
118118 </Target >
119- </Project >
119+ </Project >
You can’t perform that action at this time.
0 commit comments