Skip to content

Commit ef697af

Browse files
authored
Update dotnet-CI-workflow.yml
1 parent f1d2ec3 commit ef697af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet-CI-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
- name: Restore NuGet packages
2828
run: nuget restore RandomString4Net.sln
2929

30-
- name: Install .NET Framework 4.0 Developer Pack
30+
- name: Install .NET Framework 4.0 Full Redistributable
3131
run: |
32-
choco install dotnet4.0-targetpack -y
32+
choco install dotnet4.0 -y
3333
# The following line sets up the environment variables required by msbuild
3434
refreshenv
3535

0 commit comments

Comments
 (0)