Skip to content

Commit

Permalink
Revert target framework and Newtonsoft version
Browse files Browse the repository at this point in the history
  • Loading branch information
hamermike committed Sep 13, 2021
1 parent c71b2a2 commit aa31b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bandwidth.Standard/Bandwidth.Standard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>netstandard1.3</TargetFramework>
<AssemblyName>Bandwidth.Sdk</AssemblyName>
<Version>1.0.0.0</Version>
<Authors></Authors>
Expand All @@ -21,7 +21,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
<PackageReference Include="Polly" Version="7.2.1" />
<PackageReference Include="System.Collections.Immutable" Version="1.5.0" />
Expand Down

0 comments on commit aa31b1e

Please sign in to comment.