|
1 | 1 | <Project> |
2 | 2 | <PropertyGroup> |
3 | 3 | <!-- The .NET product branding version --> |
4 | | - <ProductVersion>6.0.2</ProductVersion> |
| 4 | + <ProductVersion>6.0.3</ProductVersion> |
5 | 5 | <!-- File version numbers --> |
6 | 6 | <MajorVersion>6</MajorVersion> |
7 | 7 | <MinorVersion>0</MinorVersion> |
8 | | - <PatchVersion>2</PatchVersion> |
| 8 | + <PatchVersion>3</PatchVersion> |
9 | 9 | <SdkBandVersion>6.0.100</SdkBandVersion> |
10 | 10 | <PreReleaseVersionLabel>servicing</PreReleaseVersionLabel> |
11 | 11 | <PreReleaseVersionIteration> |
|
23 | 23 | <UsingToolXliff>false</UsingToolXliff> |
24 | 24 | <LastReleasedStableAssemblyVersion>$(AssemblyVersion)</LastReleasedStableAssemblyVersion> |
25 | 25 | </PropertyGroup> |
26 | | - <!-- |
27 | | - Servicing build settings for Setup/Installer packages. Instructions: |
28 | | -
|
29 | | - * To enable a package build for the current patch release, set PatchVersion to match the current |
30 | | - patch version of that package. ("major.minor.patch".) This is normally the same as |
31 | | - PatchVersion above, but not always. Notably, NETStandard has its own patch version. |
32 | | - * When the PatchVersion property above is incremented at the beginning of the next servicing |
33 | | - release, all packages listed below automatically stop building because the property no longer |
34 | | - matches the metadata. (Do not delete the items!) |
35 | | -
|
36 | | - If the PatchVersion below is never changed from '0', the package will build in the 'main' |
37 | | - branch, and during a forked RTM release ("X.Y.0"). It will stop building for "X.Y.1" unless |
38 | | - manually enabled by updating the metadata. |
39 | | - --> |
40 | | - <ItemGroup> |
41 | | - <!-- Targeting packs are only patched when we need to patch reference assemblies, intellisense, or source generators. --> |
42 | | - <ProjectServicingConfiguration Include="Microsoft.NETCore.App.Ref" PatchVersion="2" /> |
43 | | - </ItemGroup> |
44 | 26 | <PropertyGroup> |
45 | 27 | <!-- For source generator support we need to target multiple versions of Rolsyn in order to be able to run on older versions of Roslyn --> |
46 | 28 | <MicrosoftCodeAnalysisCSharpWorkspacesVersion_3_11>3.11.0</MicrosoftCodeAnalysisCSharpWorkspacesVersion_3_11> |
|
0 commit comments