Skip to content

Commit 63f1f62

Browse files
committed
ci: correct .net 6 sdk in setup dotnet step
1 parent 23e0512 commit 63f1f62

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: ⚙️ Setup dotnet 6.0.x
6767
uses: actions/setup-dotnet@v1
6868
with:
69-
dotnet-version: '6.0.x'
69+
dotnet-version: '6.0.100-preview.3.21202.5'
7070

7171
- name: 🛠️ Building bUnit
7272
run: dotnet build /p:PublicRelease=true

.github/workflows/release-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: ⚙️ Setup dotnet 6.0.x
3232
uses: actions/setup-dotnet@v1
3333
with:
34-
dotnet-version: '6.0.x'
34+
dotnet-version: '6.0.100-preview.3.21202.5'
3535

3636
- name: 🛠️ Update tokens in project files
3737
uses: cschleiden/replace-tokens@v1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: ⚙️ Setup dotnet 6.0.x
6868
uses: actions/setup-dotnet@v1
6969
with:
70-
dotnet-version: '6.0.x'
70+
dotnet-version: '6.0.100-preview.3.21202.5'
7171

7272
- name: 🛠️ Update changelog
7373
uses: thomaseizinger/[email protected]

.github/workflows/verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: ⚙️ Setup dotnet 6.0.x
4646
uses: actions/setup-dotnet@v1
4747
with:
48-
dotnet-version: '6.0.x'
48+
dotnet-version: '6.0.100-preview.3.21202.5'
4949

5050
- name: ⚙️ Setup GIT versioning
5151
uses: dotnet/[email protected]

0 commit comments

Comments
 (0)