-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
977fdfa
commit 7c5980c
Showing
1 changed file
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |