Skip to content

Commit 98255fa

Browse files
committed
build: bump .net sdk to 6.0.0
1 parent cbcdb27 commit 98255fa

6 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/docs-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ jobs:
7474
uses: actions/setup-dotnet@v1
7575
with:
7676
dotnet-version: 6.0.x
77-
include-prerelease: true
7877

7978
- name: 🛠️ Building bUnit
8079
run: dotnet build /p:PublicRelease=true

.github/workflows/release-preview.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
uses: actions/setup-dotnet@v1
3838
with:
3939
dotnet-version: 6.0.x
40-
include-prerelease: true
4140

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

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
uses: actions/setup-dotnet@v1
6969
with:
7070
dotnet-version: 6.0.x
71-
include-prerelease: true
7271

7372
- name: 🛠️ Update changelog
7473
uses: thomaseizinger/keep-a-changelog-new-release@1.2.1

.github/workflows/verification.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
uses: actions/setup-dotnet@v1
4646
with:
4747
dotnet-version: 6.0.x
48-
include-prerelease: true
4948

5049
- name: ⚙️ Setup GIT versioning
5150
uses: dotnet/nbgv@v0.4.0

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup Label="Configuration variables">
55
<DotNet3Version>3.1.1</DotNet3Version>
66
<DotNet5Version>5.0.0</DotNet5Version>
7-
<DotNet6Version>6.0.0-rc.2.*</DotNet6Version>
7+
<DotNet6Version>6.0.0</DotNet6Version>
88
</PropertyGroup>
99

1010
<!-- Solution wide properties -->

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
33
"rollForward": "latestMajor",
4-
"allowPrerelease": true
4+
"allowPrerelease": false
55
}
66
}

0 commit comments

Comments
 (0)