Skip to content

Commit f53db36

Browse files
Ivan KamkinIvan Kamkin
authored andcommitted
Fix build for .net framework
1 parent 1fdad65 commit f53db36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/net-framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: darenm/Setup-VSTest@v1.2
3636

3737
- name: Build the Solution
38-
run: msbuild -restore -p:Configuration=Release
38+
run: msbuild -restore -p:Configuration=Release -p:TargetFramework=${{ matrix.framework }}
3939

4040
- name: Test with VSTest
4141
run: |

0 commit comments

Comments
 (0)