We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d2ec3 commit ef697afCopy full SHA for ef697af
1 file changed
.github/workflows/dotnet-CI-workflow.yml
@@ -27,9 +27,9 @@ jobs:
27
- name: Restore NuGet packages
28
run: nuget restore RandomString4Net.sln
29
30
- - name: Install .NET Framework 4.0 Developer Pack
+ - name: Install .NET Framework 4.0 Full Redistributable
31
run: |
32
- choco install dotnet4.0-targetpack -y
+ choco install dotnet4.0 -y
33
# The following line sets up the environment variables required by msbuild
34
refreshenv
35
0 commit comments