Skip to content

Commit 2f7b30d

Browse files
[FSSDK-11731] developer pack version fix
1 parent f4e848f commit 2f7b30d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/csharp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
uses: NuGet/setup-nuget@v1
4747
- name: Install .NET Framework Developer Packs
4848
run: |
49-
choco install netfx-4.5-devpack -y
50-
choco install netfx-4.0-devpack -y
49+
choco install netfx-4.5.2-devpack -y
50+
choco install netfx-4.0.3-devpack -y
5151
- name: Restore NuGet packages
5252
run: nuget restore ./OptimizelySDK.NETFramework.sln
5353
- name: Build & strongly name assemblies

0 commit comments

Comments
 (0)