Skip to content

Commit ac04668

Browse files
authored
Bump .NET SDK to 9.0.304/8.0.413 (#4391)
1 parent f566c03 commit ac04668

15 files changed

+32
-32
lines changed

.github/workflows/build-nuget-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
3434
with:
3535
dotnet-version: |
36-
8.0.412
37-
9.0.303
36+
8.0.413
37+
9.0.304
3838
3939
- name: Check for NuGet packages cache
4040
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # tag: v4.2.4

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
3737
with:
3838
dotnet-version: |
39-
8.0.412
40-
9.0.303
39+
8.0.413
40+
9.0.304
4141
4242
- name: Check for NuGet packages cache
4343
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # tag: v4.2.4

.github/workflows/check-sdk-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup .NET
2222
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
2323
with:
24-
dotnet-version: 9.0.303
24+
dotnet-version: 9.0.304
2525

2626
- name: Run VerifySdkVersions
2727
run: ./build.cmd VerifySdkVersions

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
7272
with:
7373
dotnet-version: |
74-
8.0.412
75-
9.0.303
74+
8.0.413
75+
9.0.304
7676
7777
- name: Check for NuGet packages cache
7878
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # tag: v4.2.4
@@ -130,8 +130,8 @@ jobs:
130130
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
131131
with:
132132
dotnet-version: |
133-
8.0.412
134-
9.0.303
133+
8.0.413
134+
9.0.304
135135
136136
- name: Check for NuGet packages cache
137137
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # tag: v4.2.4
@@ -173,8 +173,8 @@ jobs:
173173
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
174174
with:
175175
dotnet-version: |
176-
8.0.412
177-
9.0.303
176+
8.0.413
177+
9.0.304
178178
179179
- name: Check for NuGet packages cache
180180
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # tag: v4.2.4
@@ -273,8 +273,8 @@ jobs:
273273
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
274274
with:
275275
dotnet-version: |
276-
8.0.412
277-
9.0.303
276+
8.0.413
277+
9.0.304
278278
279279
- name: Check for NuGet packages cache
280280
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # tag: v4.2.4

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
7979
with:
8080
dotnet-version: |
81-
8.0.412
82-
9.0.303
81+
8.0.413
82+
9.0.304
8383
8484
# If the analyze step fails for one of the languages you are analyzing with
8585
# "We were unable to automatically build your code", modify the matrix above

.github/workflows/dotnet-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup .NET
2929
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
3030
with:
31-
dotnet-version: 9.0.303
31+
dotnet-version: 9.0.304
3232

3333
- name: dotnet format
3434
run: dotnet format .\OpenTelemetry.AutoInstrumentation.sln --no-restore --verify-no-changes

.github/workflows/release-nextgen-forwarder-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup .NET
3333
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
3434
with:
35-
dotnet-version: 9.0.303
35+
dotnet-version: 9.0.304
3636

3737
- name: Check for NuGet packages cache
3838
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # tag: v4.2.4

.github/workflows/release-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
1717
with:
1818
dotnet-version: |
19-
8.0.412
20-
9.0.303
19+
8.0.413
20+
9.0.304
2121
2222
- name: Test the PowerShell module instructions from README.md
2323
shell: powershell
@@ -67,8 +67,8 @@ jobs:
6767
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
6868
with:
6969
dotnet-version: |
70-
8.0.412
71-
9.0.303
70+
8.0.413
71+
9.0.304
7272
7373
- name: Install MacOS CoreUtils
7474
if: ${{ runner.os == 'macOS' }}

.github/workflows/verify-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag: v4.3.1
4242
with:
4343
dotnet-version: |
44-
8.0.412
45-
9.0.303
44+
8.0.413
45+
9.0.304
4646
4747
- name: Run BuildTracer and ManagedTests
4848
run: ./build.cmd BuildTracer ManagedTests --containers ${{ matrix.containers }} --test-project "${{ github.event.inputs.testProject }}" --test-name '"${{ github.event.inputs.testName }}"' --test-count ${{ github.event.inputs.count }}

docker/alpine.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:9.0.303-alpine3.21@sha256:2fe880002c458a6e95a3f8bb38b63c0f2e21ffefcb01c0223c4408cc91ad7d9d
1+
FROM mcr.microsoft.com/dotnet/sdk:9.0.304-alpine3.21@sha256:430bd56f4348f9dd400331f0d71403554ec83ae1700a7dcfe1e1519c9fd12174
22
RUN apk update \
33
&& apk upgrade \
44
&& apk add --no-cache --update \
@@ -20,7 +20,7 @@ COPY ./scripts/dotnet-install.sh ./dotnet-install.sh
2020

2121
# Install older SDKs using the install script
2222
RUN chmod +x ./dotnet-install.sh \
23-
&& ./dotnet-install.sh -v 8.0.412 --install-dir /usr/share/dotnet --no-path \
23+
&& ./dotnet-install.sh -v 8.0.413 --install-dir /usr/share/dotnet --no-path \
2424
&& rm dotnet-install.sh
2525

2626
WORKDIR /project

0 commit comments

Comments
 (0)