Skip to content

Commit 0543c7b

Browse files
authored
Update WCF version to 8.1.0 (#5677)
1 parent 0011928 commit 0543c7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<Project>
33
<!-- Versioning specifications: https://github.com/dotnet/arcade/blob/master/Documentation/CorePackages/Versioning.md -->
44
<PropertyGroup>
5-
<ProductVersion>8.0.0</ProductVersion>
5+
<ProductVersion>8.1.0</ProductVersion>
66
<MajorVersion>8</MajorVersion>
7-
<MinorVersion>0</MinorVersion>
8-
<WcfAssemblyVersion>8.0.0.0</WcfAssemblyVersion>
7+
<MinorVersion>1</MinorVersion>
8+
<WcfAssemblyVersion>8.1.0.0</WcfAssemblyVersion>
99
<!-- To produce shipping versions in non-official builds, instead of default fixed dummy version number (42.42.42.42). -->
1010
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
1111
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>

0 commit comments

Comments
 (0)