Skip to content

Commit ece2d73

Browse files
Revert "[FSSDK-11731] windows sdk for 4.0.3 pre-requisite"
This reverts commit c7d24b8.
1 parent aeb2d4f commit ece2d73

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/csharp.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
- name: Install .NET Framework Developer Packs
4848
run: |
4949
choco install netfx-4.5.2-devpack -y
50-
choco install windows-sdk-7.1 -y
5150
choco install netfx-4.0.3-devpack -y
5251
- name: Restore NuGet packages
5352
run: nuget restore ./OptimizelySDK.NETFramework.sln

.github/workflows/csharp_release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ jobs:
4141
uses: microsoft/setup-msbuild@v2
4242
- name: Setup NuGet
4343
uses: nuget/setup-nuget@v2
44-
- name: Install .NET Framework Developer Packs
45-
run: |
46-
choco install netfx-4.5.2-devpack -y
47-
choco install windows-sdk-7.1 -y
48-
choco install netfx-4.0.3-devpack -y
4944
- name: Restore NuGet packages
5045
run: nuget restore ./OptimizelySDK.NETFramework.sln
5146
- name: Build and strongly name assemblies

0 commit comments

Comments
 (0)