We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72bd32 commit 9872ac6Copy full SHA for 9872ac6
build.proj
@@ -9,9 +9,9 @@ of patent rights can be found in the PATENTS file in the same directory.
9
-->
10
<Project ToolsVersion="4.0" DefaultTargets="Build;Test;Package" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
11
<PropertyGroup>
12
- <Major>4</Major>
13
- <Minor>2</Minor>
14
- <Build>0-beta1</Build>
+ <Major>5</Major>
+ <Minor>0</Minor>
+ <Build>0-alpha1</Build>
15
<Revision>0</Revision>
16
<DevNuGetServer>http://reactjs.net/packages/</DevNuGetServer>
17
<MSBuildCommunityTasksPath>$(MSBuildProjectDirectory)\tools\MSBuildTasks</MSBuildCommunityTasksPath>
0 commit comments