Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.102",
"version": "10.0.100",
"rollForward": "feature"
}
}
7 changes: 7 additions & 0 deletions packages/http-client-csharp/eng/pipeline/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ extends:
inputs:
displayName: "Install .NET 9"
performMultiLevelLookup: true
useGlobalJson: false
version: 9.x
workingDirectory: $(Build.SourcesDirectory)/packages/http-client-csharp
- task: UseDotNet@2
inputs:
displayName: "Install .NET 10"
performMultiLevelLookup: true
useGlobalJson: true
workingDirectory: $(Build.SourcesDirectory)/packages/http-client-csharp

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,12 @@ stages:
inputs:
displayName: "Install .NET 9"
performMultiLevelLookup: true
useGlobalJson: false
version: 9.x
workingDirectory: $(Build.SourcesDirectory)/packages/http-client-csharp
- task: UseDotNet@2
inputs:
displayName: "Install .NET 10"
performMultiLevelLookup: true
useGlobalJson: true
workingDirectory: $(Build.SourcesDirectory)/packages/http-client-csharp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<PropertyGroup>
<Nullable>enable</Nullable>
<TargetFramework Condition="'$(IsGeneratedTestProject)' != true">net9.0</TargetFramework>
<TargetFramework Condition="'$(IsGeneratedTestProject)' != true">net10.0</TargetFramework>
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
<PlatformName Condition="'$(PlatformName)' == ''">$(Platform)</PlatformName>
Expand Down
2 changes: 1 addition & 1 deletion packages/http-client-csharp/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.306",
"version": "10.0.100",
"rollForward": "feature"
}
}
Loading