Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/lob.dotnet/Client/TolerantEnumConverter.cs
Original file line number Diff line number Diff line change
@@ -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
{
Expand Down
4 changes: 2 additions & 2 deletions src/lob.dotnet/lob.dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo><!-- setting GenerateAssemblyInfo to false causes this bug https://github.com/dotnet/project-system/issues/3934 -->
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFrameworks>netcoreapp3.1;netstandard2.0</TargetFrameworks>
<AssemblyName>lob.dotnet</AssemblyName>
<PackageId>lob.dotnet</PackageId>
<OutputType>Library</OutputType>
Expand All @@ -11,7 +11,7 @@
<AssemblyTitle>OpenAPI Library</AssemblyTitle>
<Description>A library generated from a OpenAPI spec for the Csharp language</Description>
<RootNamespace>lob.dotnet</RootNamespace>
<Version>1.1.3</Version>
<Version>1.1.4-beta</Version>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\lob.dotnet.xml</DocumentationFile>
<RepositoryUrl>https://github.com/lob/lob-dotnet</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down