We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da49f4 commit 400abb3Copy full SHA for 400abb3
eng/Versions.props
@@ -1,11 +1,11 @@
1
<Project>
2
<PropertyGroup>
3
<!-- The .NET product branding version -->
4
- <ProductVersion>9.0.4</ProductVersion>
+ <ProductVersion>9.0.5</ProductVersion>
5
<!-- File version numbers -->
6
<MajorVersion>9</MajorVersion>
7
<MinorVersion>0</MinorVersion>
8
- <PatchVersion>4</PatchVersion>
+ <PatchVersion>5</PatchVersion>
9
<SdkBandVersion>9.0.100</SdkBandVersion>
10
<PackageVersionNet8>8.0.$([MSBuild]::Add($(PatchVersion),11))</PackageVersionNet8>
11
<PackageVersionNet7>7.0.20</PackageVersionNet7>
0 commit comments