diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 243dcad..2ca81eb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '3.1.x' + dotnet-version: '5.0.x' - name: Build run: dotnet build --configuration Release @@ -36,7 +36,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '3.1.x' + dotnet-version: '5.0.x' - name: Install dependencies run: dotnet restore diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a998645..7a603cb 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,7 +13,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '3.1.x' + dotnet-version: '5.0.x' - name: Build run: dotnet build --configuration Release diff --git a/Bynder/Sdk/Bynder.Sdk.csproj b/Bynder/Sdk/Bynder.Sdk.csproj index 7c6b591..2e8a027 100644 --- a/Bynder/Sdk/Bynder.Sdk.csproj +++ b/Bynder/Sdk/Bynder.Sdk.csproj @@ -1,6 +1,6 @@ - netstandard2.0 + netstandard2.0;net46 2.2.4.0 2.2.4.0 Bynder @@ -21,14 +21,11 @@ Bynder API C# SDK Bynder.Sdk Bynder.Sdk + true - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - diff --git a/Bynder/Sdk/Bynder.Sdk.nuspec b/Bynder/Sdk/Bynder.Sdk.nuspec index 17cdbab..07df8ad 100644 --- a/Bynder/Sdk/Bynder.Sdk.nuspec +++ b/Bynder/Sdk/Bynder.Sdk.nuspec @@ -15,4 +15,7 @@ Copyright © Bynder Bynder API C# SDK + + + diff --git a/Bynder/Test/Bynder.Test.csproj b/Bynder/Test/Bynder.Test.csproj index 21ee132..960e55f 100644 --- a/Bynder/Test/Bynder.Test.csproj +++ b/Bynder/Test/Bynder.Test.csproj @@ -1,6 +1,6 @@  - netcoreapp3.1 + net5.0 true 2.0.0 2.0.0