This commit is contained in:
Eugene Sadovoi 2020-05-24 17:58:25 -07:00
Родитель 2debd1571f
Коммит 195ed263e8
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/regression.yml поставляемый
Просмотреть файл

@ -29,7 +29,7 @@ jobs:
needs: [ Build ]
strategy:
matrix:
framework: ['net48', 'net472', 'net462', 'net452']
framework: ['net48', 'net47', 'net46', 'net45']
runs-on: windows-latest
steps: