diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 0eb0ad1..5db3beb 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -1,6 +1,7 @@ name: Run Tests on: + workflow_dispatch: pull_request: types: [opened, reopened, edited] branches: diff --git a/src/lob.dotnet/Client/TolerantEnumConverter.cs b/src/lob.dotnet/Client/TolerantEnumConverter.cs index 80b9556..bfa47bb 100644 --- a/src/lob.dotnet/Client/TolerantEnumConverter.cs +++ b/src/lob.dotnet/Client/TolerantEnumConverter.cs @@ -1,8 +1,6 @@ using System; using System.Linq; -using System.Text.Json.Serialization; using Newtonsoft.Json; -using Newtonsoft.Json.Linq; class TolerantEnumConverter : Newtonsoft.Json.JsonConverter { diff --git a/src/lob.dotnet/lob.dotnet.csproj b/src/lob.dotnet/lob.dotnet.csproj index 584a471..de4761e 100644 --- a/src/lob.dotnet/lob.dotnet.csproj +++ b/src/lob.dotnet/lob.dotnet.csproj @@ -2,7 +2,7 @@ false - netcoreapp3.1 + netcoreapp3.1;netstandard2.0 lob.dotnet lob.dotnet Library @@ -11,7 +11,7 @@ OpenAPI Library A library generated from a OpenAPI spec for the Csharp language lob.dotnet - 1.1.3 + 1.1.4-beta bin\$(Configuration)\$(TargetFramework)\lob.dotnet.xml https://github.com/lob/lob-dotnet git