File tree Expand file tree Collapse file tree 5 files changed +17
-3
lines changed
docs/samples/client/csharp/plugins/logging/Logging.Plugin/src
packages/http-client-csharp Expand file tree Collapse file tree 5 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9 .0.102 " ,
3+ "version" : " 10 .0.100 " ,
44 "rollForward" : " feature"
55 }
66}
Original file line number Diff line number Diff line change @@ -62,6 +62,13 @@ extends:
6262 inputs :
6363 displayName : " Install .NET 9"
6464 performMultiLevelLookup : true
65+ useGlobalJson : false
66+ version : 9.x
67+ workingDirectory : $(Build.SourcesDirectory)/packages/http-client-csharp
68+ - task : UseDotNet@2
69+ inputs :
70+ displayName : " Install .NET 10"
71+ performMultiLevelLookup : true
6572 useGlobalJson : true
6673 workingDirectory : $(Build.SourcesDirectory)/packages/http-client-csharp
6774
Original file line number Diff line number Diff line change @@ -50,5 +50,12 @@ stages:
5050 inputs :
5151 displayName : " Install .NET 9"
5252 performMultiLevelLookup : true
53+ useGlobalJson : false
54+ version : 9.x
55+ workingDirectory : $(Build.SourcesDirectory)/packages/http-client-csharp
56+ - task : UseDotNet@2
57+ inputs :
58+ displayName : " Install .NET 10"
59+ performMultiLevelLookup : true
5360 useGlobalJson : true
5461 workingDirectory : $(Build.SourcesDirectory)/packages/http-client-csharp
Original file line number Diff line number Diff line change 1111
1212 <PropertyGroup >
1313 <Nullable >enable</Nullable >
14- <TargetFramework Condition =" '$(IsGeneratedTestProject)' != true" >net9 .0</TargetFramework >
14+ <TargetFramework Condition =" '$(IsGeneratedTestProject)' != true" >net10 .0</TargetFramework >
1515 <Configuration Condition =" '$(Configuration)' == ''" >Debug</Configuration >
1616 <Platform Condition =" '$(Platform)' == ''" >AnyCPU</Platform >
1717 <PlatformName Condition =" '$(PlatformName)' == ''" >$(Platform)</PlatformName >
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9 .0.306 " ,
3+ "version" : " 10 .0.100 " ,
44 "rollForward" : " feature"
55 }
66}
You can’t perform that action at this time.
0 commit comments