Skip to content

Commit 93d09cb

Browse files
authored
Merge pull request tobyash86#80 from tobyash86/full_dotnet70RC_version_name
Added full version name for .NET 7.0 RC
2 parents 067831a + f255760 commit 93d09cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET 7
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: 7.x
19+
dotnet-version: 7.0.100-rc.1.22431.12
2020
- name: Install dependencies
2121
run: dotnet restore
2222
- name: Build

0 commit comments

Comments
 (0)