We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7b30d commit c7d24b8Copy full SHA for c7d24b8
2 files changed
.github/workflows/csharp.yml
@@ -47,6 +47,7 @@ jobs:
47
- name: Install .NET Framework Developer Packs
48
run: |
49
choco install netfx-4.5.2-devpack -y
50
+ choco install windows-sdk-7.1 -y
51
choco install netfx-4.0.3-devpack -y
52
- name: Restore NuGet packages
53
run: nuget restore ./OptimizelySDK.NETFramework.sln
.github/workflows/csharp_release.yml
@@ -41,6 +41,11 @@ jobs:
41
uses: microsoft/setup-msbuild@v2
42
- name: Setup NuGet
43
uses: nuget/setup-nuget@v2
44
+ - name: Install .NET Framework Developer Packs
45
+ run: |
46
+ choco install netfx-4.5.2-devpack -y
+ choco install netfx-4.0.3-devpack -y
- name: Build and strongly name assemblies
0 commit comments