Skip to content

Bump System.Data.SqlClient from 4.6.0 to 4.8.6 in /Src #37

Bump System.Data.SqlClient from 4.6.0 to 4.8.6 in /Src

Bump System.Data.SqlClient from 4.6.0 to 4.8.6 in /Src #37

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.0.100
- name: Build project
run: |
cd ./Src/
dotnet build --configuration Release