diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 415532c..9ada141 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: build-ubuntu: - name: Full Build (Ubuntu) + name: Build on Ubuntu (full) runs-on: ubuntu-latest steps: - uses: actions/setup-dotnet@v3 diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..eb3e898 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/src/FlexLabs.EntityFrameworkCore.Upsert/FlexLabs.EntityFrameworkCore.Upsert.csproj b/src/FlexLabs.EntityFrameworkCore.Upsert/FlexLabs.EntityFrameworkCore.Upsert.csproj index 9fdb0b8..6962754 100644 --- a/src/FlexLabs.EntityFrameworkCore.Upsert/FlexLabs.EntityFrameworkCore.Upsert.csproj +++ b/src/FlexLabs.EntityFrameworkCore.Upsert/FlexLabs.EntityFrameworkCore.Upsert.csproj @@ -15,7 +15,7 @@ Uses `INSERT … ON CONFLICT DO UPDATE` in PostgreSQL/Sqlite, `MERGE` in SqlServer and `INSERT INTO … ON DUPLICATE KEY UPDATE` in MySQL. Also supports injecting sql command generators to add support for other providers - Artiom Chilaru © 2019 + Artiom Chilaru © 2023 https://github.com/artiomchi/FlexLabs.Upsert https://github.com/artiomchi/FlexLabs.Upsert MIT @@ -49,9 +49,6 @@ v4.0.0 - true - true - embedded True ..\..\certs\FlexLabsStrongKey.snk Artiom Chilaru @@ -62,10 +59,6 @@ v4.0.0 - - - - True diff --git a/test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.csproj b/test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.csproj index 76e0c9d..20d365f 100644 --- a/test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.csproj +++ b/test/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests/FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.csproj @@ -46,8 +46,4 @@ - - - -