Skip to content

Commit

Permalink
Update version to 6.3.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
bricelam committed Oct 23, 2017
1 parent 1ebb961 commit d5e4fd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/EntityFramework.settings.targets
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Project global pre-settings.

<PropertyGroup >
<RuntimeVersionMajor>6</RuntimeVersionMajor>
<RuntimeVersionMinor>2</RuntimeVersionMinor>
<RuntimeVersionMinor>3</RuntimeVersionMinor>
<RuntimeAssemblyVersionMinor>0</RuntimeAssemblyVersionMinor>
<ToolingVersionMajor Condition="'$(VisualStudioVersion)' == '11.0'">11</ToolingVersionMajor>
<ToolingVersionMajor Condition="'$(VisualStudioVersion)' == '12.0'">12</ToolingVersionMajor>
Expand All @@ -22,8 +22,8 @@ Project global pre-settings.
<VersionBuild>0</VersionBuild>
<VersionRevision>0</VersionRevision>
<VersionReleasePrefix>0</VersionReleasePrefix>
<VersionRelease>$(VersionReleasePrefix)</VersionRelease>
<VersionReleaseName></VersionReleaseName>
<VersionRelease>$(VersionReleasePrefix)-beta1</VersionRelease>
<VersionReleaseName>Beta 1</VersionReleaseName>
<ToolingDotNetFrameworkVersion Condition="'$(VisualStudioVersion)' == '11.0' OR '$(VisualStudioVersion)' == '12.0' OR '$(VisualStudioVersion)' == '14.0'">v4.5</ToolingDotNetFrameworkVersion>
<ToolingDotNetFrameworkVersion Condition="'$(ToolingDotNetFrameworkVersion)' == ''">v4.6</ToolingDotNetFrameworkVersion>
</PropertyGroup>
Expand Down

0 comments on commit d5e4fd4

Please sign in to comment.