|
25 | 25 | See https://github.com/dotnet/arcade/blob/main/Documentation/Darc.md for instructions on using darc.
|
26 | 26 |
|
27 | 27 | -->
|
28 |
| - <PropertyGroup Label="Automated"> |
| 28 | + <PropertyGroup Label="Automated Maestro dependency updates"> |
29 | 29 | <!-- Packages from dotnet/runtime -->
|
30 | 30 | <MicrosoftBclAsyncInterfacesVersion>9.0.3</MicrosoftBclAsyncInterfacesVersion>
|
31 | 31 | <MicrosoftBclTimeProviderVersion>9.0.3</MicrosoftBclTimeProviderVersion>
|
|
79 | 79 | <!-- Dependencies from https://github.com/dotnet/arcade -->
|
80 | 80 | <MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.25161.4</MicrosoftDotNetBuildTasksTemplatingVersion>
|
81 | 81 | </PropertyGroup>
|
82 |
| - <PropertyGroup Label="Manual"> |
| 82 | + <PropertyGroup Label="No longer automated Maestro dependency updates"> |
83 | 83 | <!-- Packages from dotnet/runtime -->
|
84 | 84 | <MicrosoftBclAsyncInterfacesLTSVersion>8.0.0</MicrosoftBclAsyncInterfacesLTSVersion>
|
85 | 85 | <MicrosoftBclTimeProviderLTSVersion>8.0.1</MicrosoftBclTimeProviderLTSVersion>
|
|
128 | 128 | <MicrosoftExtensionsDiagnosticsHealthChecksLTSVersion>8.0.14</MicrosoftExtensionsDiagnosticsHealthChecksLTSVersion>
|
129 | 129 | <MicrosoftExtensionsHttpPollyLTSVersion>8.0.14</MicrosoftExtensionsHttpPollyLTSVersion>
|
130 | 130 | <MicrosoftExtensionsObjectPoolLTSVersion>8.0.14</MicrosoftExtensionsObjectPoolLTSVersion>
|
131 |
| - <!-- 3rd party dependencies --> |
132 |
| - <AzureAIProjectsVersion>1.0.0-beta.3</AzureAIProjectsVersion> |
133 |
| - <AzureAIOpenAIVersion>2.2.0-beta.1</AzureAIOpenAIVersion> |
134 |
| - <AzureIdentityVersion>1.13.2</AzureIdentityVersion> |
135 |
| - <AzureSearchDocumentsVersion>11.6.0</AzureSearchDocumentsVersion> |
136 |
| - <MicrosoftSemanticKernelConnectorsAzureAISearchVersion>1.37.0-preview</MicrosoftSemanticKernelConnectorsAzureAISearchVersion> |
137 |
| - <MicrosoftSemanticKernelCoreVersion>1.37.0</MicrosoftSemanticKernelCoreVersion> |
138 |
| - <OllamaSharpVersion>5.0.7</OllamaSharpVersion> |
139 |
| - <OpenAIVersion>2.2.0-beta.1</OpenAIVersion> |
140 |
| - <PdfPigVersion>0.1.9</PdfPigVersion> |
141 |
| - <SystemLinqAsyncVersion>6.0.1</SystemLinqAsyncVersion> |
142 | 131 | </PropertyGroup>
|
143 | 132 | <!--
|
144 | 133 |
|
|
158 | 147 | <MicrosoftCodeAnalysisVersion>4.8.0</MicrosoftCodeAnalysisVersion>
|
159 | 148 | <MicrosoftCodeAnalysisAnalyzersVersion>3.3.4</MicrosoftCodeAnalysisAnalyzersVersion>
|
160 | 149 |
|
| 150 | + <!-- AI templates --> |
| 151 | + <AzureAIProjectsVersion>1.0.0-beta.3</AzureAIProjectsVersion> |
| 152 | + <AzureAIOpenAIVersion>2.2.0-beta.1</AzureAIOpenAIVersion> |
| 153 | + <AzureIdentityVersion>1.13.2</AzureIdentityVersion> |
| 154 | + <AzureSearchDocumentsVersion>11.6.0</AzureSearchDocumentsVersion> |
| 155 | + <MicrosoftSemanticKernelConnectorsAzureAISearchVersion>1.37.0-preview</MicrosoftSemanticKernelConnectorsAzureAISearchVersion> |
| 156 | + <MicrosoftSemanticKernelCoreVersion>1.37.0</MicrosoftSemanticKernelCoreVersion> |
| 157 | + <OllamaSharpVersion>5.0.7</OllamaSharpVersion> |
| 158 | + <OpenAIVersion>2.2.0-beta.1</OpenAIVersion> |
| 159 | + <PdfPigVersion>0.1.9</PdfPigVersion> |
| 160 | + <SystemLinqAsyncVersion>6.0.1</SystemLinqAsyncVersion> |
| 161 | + |
161 | 162 | <!--
|
162 | 163 | xUnit version is configured by the Arcade SDK.
|
163 | 164 | https://github.com/dotnet/arcade/blob/f5a7c5d5c56197b09715dece7541ca06beb94eb0/src/Microsoft.DotNet.Arcade.Sdk/tools/XUnit/XUnit.targets#L9
|
|
0 commit comments