Skip to content

Commit c0846de

Browse files
committed
Move manual dependencies in correct group to reduce conflicts
1 parent d3b3953 commit c0846de

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

eng/Versions.props

+14-13
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
See https://github.com/dotnet/arcade/blob/main/Documentation/Darc.md for instructions on using darc.
2626
2727
-->
28-
<PropertyGroup Label="Automated">
28+
<PropertyGroup Label="Automated Maestro dependency updates">
2929
<!-- Packages from dotnet/runtime -->
3030
<MicrosoftBclAsyncInterfacesVersion>9.0.3</MicrosoftBclAsyncInterfacesVersion>
3131
<MicrosoftBclTimeProviderVersion>9.0.3</MicrosoftBclTimeProviderVersion>
@@ -79,7 +79,7 @@
7979
<!-- Dependencies from https://github.com/dotnet/arcade -->
8080
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.25161.4</MicrosoftDotNetBuildTasksTemplatingVersion>
8181
</PropertyGroup>
82-
<PropertyGroup Label="Manual">
82+
<PropertyGroup Label="No longer automated Maestro dependency updates">
8383
<!-- Packages from dotnet/runtime -->
8484
<MicrosoftBclAsyncInterfacesLTSVersion>8.0.0</MicrosoftBclAsyncInterfacesLTSVersion>
8585
<MicrosoftBclTimeProviderLTSVersion>8.0.1</MicrosoftBclTimeProviderLTSVersion>
@@ -128,17 +128,6 @@
128128
<MicrosoftExtensionsDiagnosticsHealthChecksLTSVersion>8.0.14</MicrosoftExtensionsDiagnosticsHealthChecksLTSVersion>
129129
<MicrosoftExtensionsHttpPollyLTSVersion>8.0.14</MicrosoftExtensionsHttpPollyLTSVersion>
130130
<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>
142131
</PropertyGroup>
143132
<!--
144133
@@ -158,6 +147,18 @@
158147
<MicrosoftCodeAnalysisVersion>4.8.0</MicrosoftCodeAnalysisVersion>
159148
<MicrosoftCodeAnalysisAnalyzersVersion>3.3.4</MicrosoftCodeAnalysisAnalyzersVersion>
160149

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+
161162
<!--
162163
xUnit version is configured by the Arcade SDK.
163164
https://github.com/dotnet/arcade/blob/f5a7c5d5c56197b09715dece7541ca06beb94eb0/src/Microsoft.DotNet.Arcade.Sdk/tools/XUnit/XUnit.targets#L9

0 commit comments

Comments
 (0)