|
2 | 2 | <PropertyGroup> |
3 | 3 | <!-- This repo version --> |
4 | 4 | <MajorVersion>9</MajorVersion> |
5 | | - <MinorVersion>3</MinorVersion> |
| 5 | + <MinorVersion>4</MinorVersion> |
6 | 6 | <PatchVersion>0</PatchVersion> |
7 | 7 | <VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix> |
8 | 8 | <PreReleaseVersionLabel>preview.1</PreReleaseVersionLabel> |
|
12 | 12 | <DotNetRuntimePreviousVersionForTesting>8.0.13</DotNetRuntimePreviousVersionForTesting> |
13 | 13 | <!-- dotnet 8.0 versions for running tests - used for templates tests --> |
14 | 14 | <DotNetSdkPreviousVersionForTesting>8.0.406</DotNetSdkPreviousVersionForTesting> |
15 | | - <XunitV3Version>2.0.0</XunitV3Version> |
16 | | - <XUnitAnalyzersVersion>1.20.0</XUnitAnalyzersVersion> |
17 | | - <XunitRunnerVisualStudioVersion>3.0.2</XunitRunnerVisualStudioVersion> |
| 15 | + <XunitV3Version>2.0.2</XunitV3Version> |
| 16 | + <XUnitAnalyzersVersion>1.21.0</XUnitAnalyzersVersion> |
| 17 | + <XunitRunnerVisualStudioVersion>3.1.0</XunitRunnerVisualStudioVersion> |
18 | 18 | <MicrosoftTestingPlatformVersion>1.6.3</MicrosoftTestingPlatformVersion> |
19 | 19 | <MicrosoftNETTestSdkVersion>17.13.0</MicrosoftNETTestSdkVersion> |
20 | 20 | <!-- Enable to remove prerelease label. --> |
|
25 | 25 | <!-- Package versions defined directly in <reporoot>/Directory.Packages.props --> |
26 | 26 | <MicrosoftDotnetSdkInternalVersion>8.0.100-rtm.23512.16</MicrosoftDotnetSdkInternalVersion> |
27 | 27 | <!-- DCP --> |
28 | | - <MicrosoftDeveloperControlPlanedarwinamd64Version>0.14.1</MicrosoftDeveloperControlPlanedarwinamd64Version> |
29 | | - <MicrosoftDeveloperControlPlanedarwinarm64Version>0.14.1</MicrosoftDeveloperControlPlanedarwinarm64Version> |
30 | | - <MicrosoftDeveloperControlPlanelinuxamd64Version>0.14.1</MicrosoftDeveloperControlPlanelinuxamd64Version> |
31 | | - <MicrosoftDeveloperControlPlanelinuxarm64Version>0.14.1</MicrosoftDeveloperControlPlanelinuxarm64Version> |
32 | | - <MicrosoftDeveloperControlPlanewindows386Version>0.14.1</MicrosoftDeveloperControlPlanewindows386Version> |
33 | | - <MicrosoftDeveloperControlPlanewindowsamd64Version>0.14.1</MicrosoftDeveloperControlPlanewindowsamd64Version> |
34 | | - <MicrosoftDeveloperControlPlanewindowsarm64Version>0.14.1</MicrosoftDeveloperControlPlanewindowsarm64Version> |
| 28 | + <MicrosoftDeveloperControlPlanedarwinamd64Version>0.14.3</MicrosoftDeveloperControlPlanedarwinamd64Version> |
| 29 | + <MicrosoftDeveloperControlPlanedarwinarm64Version>0.14.3</MicrosoftDeveloperControlPlanedarwinarm64Version> |
| 30 | + <MicrosoftDeveloperControlPlanelinuxamd64Version>0.14.3</MicrosoftDeveloperControlPlanelinuxamd64Version> |
| 31 | + <MicrosoftDeveloperControlPlanelinuxarm64Version>0.14.3</MicrosoftDeveloperControlPlanelinuxarm64Version> |
| 32 | + <MicrosoftDeveloperControlPlanewindows386Version>0.14.3</MicrosoftDeveloperControlPlanewindows386Version> |
| 33 | + <MicrosoftDeveloperControlPlanewindowsamd64Version>0.14.3</MicrosoftDeveloperControlPlanewindowsamd64Version> |
| 34 | + <MicrosoftDeveloperControlPlanewindowsarm64Version>0.14.3</MicrosoftDeveloperControlPlanewindowsarm64Version> |
35 | 35 | <!-- Other --> |
36 | 36 | <MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.25225.6</MicrosoftDotNetRemoteExecutorVersion> |
37 | 37 | <MicrosoftDotNetXUnitV3ExtensionsVersion>10.0.0-beta.25178.1</MicrosoftDotNetXUnitV3ExtensionsVersion> |
38 | 38 | <MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.25225.6</MicrosoftDotNetBuildTasksInstallersVersion> |
39 | 39 | <MicrosoftDotNetBuildTasksWorkloadsVersion>9.0.0-beta.25225.6</MicrosoftDotNetBuildTasksWorkloadsVersion> |
40 | 40 | <!-- dotnet/extensions --> |
41 | | - <MicrosoftExtensionsAIVersion>9.4.4-preview.1.25259.16</MicrosoftExtensionsAIVersion> |
| 41 | + <MicrosoftExtensionsAIVersion>9.5.0</MicrosoftExtensionsAIVersion> |
| 42 | + <MicrosoftExtensionsAIPreviewVersion>9.5.0-preview.1.25265.7</MicrosoftExtensionsAIPreviewVersion> |
42 | 43 | <!-- when updating this, also update cgmanifest.json as it is consumed in templates --> |
43 | 44 | <MicrosoftExtensionsHttpResilienceVersion>9.4.0</MicrosoftExtensionsHttpResilienceVersion> |
44 | 45 | <MicrosoftExtensionsDiagnosticsTestingVersion>9.4.0</MicrosoftExtensionsDiagnosticsTestingVersion> |
|
0 commit comments