Skip to content

Commit 679c81a

Browse files
committed
remove .NET Core SDK 7.0 (CI)
1 parent 7f424dc commit 679c81a

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<PackageVersion Include="xunit.assert" Version="2.9.0" />
5454
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
5555
<PackageVersion Include="System.Buffers" Version="4.5.1" />
56+
<PackageVersion Include="System.IO.Pipelines" Version="8.0.0" />
5657
<PackageVersion Include="System.Memory" Version="4.5.5" />
5758
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
5859
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="6.0.4" />

eng/azure-pipelines-nightly.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@ steps:
77
version: 6.0.416
88
displayName: Install .NET Core SDK 6.0.416
99

10-
- task: UseDotNet@2
11-
inputs:
12-
version: 8.0.101
13-
displayName: Install .NET Core SDK 8.0.101
14-
1510
- task: UseDotNet@2
1611
inputs:
1712
useGlobalJson: true
18-
displayName: Install .NET Core SDK 8.0.100
13+
displayName: Install .NET Core SDK 8.0.108
1914

2015
- task: NuGetAuthenticate@1
2116
displayName: Authenticate with NuGet feeds

eng/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,10 @@ steps:
44
version: 6.0.418
55
displayName: Install .NET Core SDK 6.0.418
66

7-
- task: UseDotNet@2
8-
inputs:
9-
version: 7.0.405
10-
displayName: Install .NET Core SDK 7.0.405
11-
127
- task: UseDotNet@2
138
inputs:
149
useGlobalJson: true
15-
displayName: Install .NET Core SDK 8.0.101
10+
displayName: Install .NET Core SDK 8.0.108
1611

1712
# create artifact/package folder
1813
- pwsh: |

0 commit comments

Comments
 (0)