Skip to content

Commit

Permalink
Update Bandwidth.Standard.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrice6713 committed Jan 6, 2025
1 parent 977fdfa commit 7c5980c
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions src/Bandwidth.Standard/Bandwidth.Standard.csproj
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Bandwidth.Sdk</AssemblyName>
<Version>1.0.0.0</Version>
<Authors>Bandwidth</Authors>
<Owners>Bandwidth</Owners>
<Product>Bandwidth.Standard</Product>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Description>.NET client library for the bandwidth API</Description>
<LangVersion>7.3</LangVersion>
<Copyright>Copyright © Bandwidth 2023</Copyright>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Bandwidth.Sdk</AssemblyName>
<Version>1.0.0.0</Version>
<Authors>Bandwidth</Authors>
<Owners>Bandwidth</Owners>
<Product>Bandwidth.Standard</Product>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Description>.NET client library for the bandwidth API</Description>
<LangVersion>7.3</LangVersion>
<Copyright>Copyright © Bandwidth 2023</Copyright>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RestSharp" Version="110.2.0" />
<PackageReference Include="Polly" Version="7.2.3" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="JsonSubTypes" Version="2.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RestSharp" Version="112.1.0" />
<PackageReference Include="Polly" Version="7.2.3" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
<None Remove="System.Web" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Web" />
</ItemGroup>
</Project>
<ItemGroup>
<None Remove="System.Web" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Web" />
</ItemGroup>
</Project>

0 comments on commit 7c5980c

Please sign in to comment.