We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e46afa commit e6ea42bCopy full SHA for e6ea42b
eng/Versions.props
@@ -2,10 +2,10 @@
2
<Project>
3
<!-- Versioning specifications: https://github.com/dotnet/arcade/blob/master/Documentation/CorePackages/Versioning.md -->
4
<PropertyGroup>
5
- <ProductVersion>6.2.0</ProductVersion>
6
- <MajorVersion>6</MajorVersion>
7
- <MinorVersion>2</MinorVersion>
8
- <WcfAssemblyVersion>6.2.0.0</WcfAssemblyVersion>
+ <ProductVersion>8.0.0</ProductVersion>
+ <MajorVersion>0</MajorVersion>
+ <MinorVersion>0</MinorVersion>
+ <WcfAssemblyVersion>8.0.0.0</WcfAssemblyVersion>
9
<!-- To produce shipping versions in non-official builds, instead of default fixed dummy version number (42.42.42.42). -->
10
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
11
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
0 commit comments