Skip to content

Commit 15943b5

Browse files
Sync eng/common directory with azure-sdk-tools for PR 9016 (Azure#46070)
* Update TestProxy version to 1.0.0-dev.20240919.1 for net6->net8 update * Update props to set proxy version to 1.0.0-dev.20240919.1 * Update proxy path in TestFramework projects to net8.0 --------- Co-authored-by: James Suplizio <[email protected]>
1 parent 1c45c1b commit 15943b5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
</ItemGroup>
393393

394394
<PropertyGroup>
395-
<TestProxyVersion>1.0.0-dev.20240823.1</TestProxyVersion>
395+
<TestProxyVersion>1.0.0-dev.20240919.1</TestProxyVersion>
396396
</PropertyGroup>
397397

398398
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-dev.20240823.1
1+
1.0.0-dev.20240919.1

sdk/core/Azure.Core.TestFramework/src/Azure.Core.TestFramework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<ItemGroup>
4848
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
4949
<_Parameter1>TestProxyPath</_Parameter1>
50-
<_Parameter2>$(NuGetPackageRoot)\azure.sdk.tools.testproxy\$(TestProxyVersion)\tools\net6.0\any\Azure.Sdk.Tools.TestProxy.dll</_Parameter2>
50+
<_Parameter2>$(NuGetPackageRoot)\azure.sdk.tools.testproxy\$(TestProxyVersion)\tools\net8.0\any\Azure.Sdk.Tools.TestProxy.dll</_Parameter2>
5151
</AssemblyAttribute>
5252
</ItemGroup>
5353
</Project>

sdk/openai/tools/TestFramework/src/OpenAI.TestFramework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<ItemGroup>
3535
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
3636
<_Parameter1>TestProxyPath</_Parameter1>
37-
<_Parameter2>$(NuGetPackageRoot)\azure.sdk.tools.testproxy\$(TestProxyVersion)\tools\net6.0\any\Azure.Sdk.Tools.TestProxy.dll</_Parameter2>
37+
<_Parameter2>$(NuGetPackageRoot)\azure.sdk.tools.testproxy\$(TestProxyVersion)\tools\net8.0\any\Azure.Sdk.Tools.TestProxy.dll</_Parameter2>
3838
</AssemblyAttribute>
3939
</ItemGroup>
4040

0 commit comments

Comments
 (0)