Skip to content

Commit 7a090fb

Browse files
committed
Bump build and release .NET5 to RC2
1 parent 1d13693 commit 7a090fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-dotnet@v1
1212
with:
13-
dotnet-version: 5.0.100-rc.1.20452.10
13+
dotnet-version: 5.0.100-rc.2.20479.15
1414
- uses: actions/setup-dotnet@v1
1515
with:
1616
dotnet-version: 2.1.x

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-dotnet@v1
1414
with:
15-
dotnet-version: 5.0.100-rc.1.20452.10
15+
dotnet-version: 5.0.100-rc.2.20479.15
1616
- run: dotnet build -p:version=${GITHUB_REF#refs/*/v}
1717
- run: dotnet nuget push ./bin/**/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate

0 commit comments

Comments
 (0)