Skip to content

Commit

Permalink
Removed release preview dependencies which may cause troubles while u…
Browse files Browse the repository at this point in the history
…sing NuGet in VS17.
  • Loading branch information
Toemsel committed Oct 21, 2018
1 parent 6fbdefc commit 7d1d901
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Binary file modified Network/.vs/Network/v15/.suo
Binary file not shown.
11 changes: 6 additions & 5 deletions Network/Network.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>6.0.0.2</Version>
<Version>6.1.0.2</Version>
<Authors>Thomas Christof</Authors>
<Company>Indie-Dev</Company>
<Description>Network library supporting: TCP, UDP, Bluetooth, RSA, events and objects. Fast and simple, with only 48bit overhead per packet. Send and receive packets with async operations.
Expand All @@ -24,10 +24,11 @@ Fork me: https://github.com/Toemsel/Network</Description>
<RepositoryUrl>https://github.com/Toemsel/Network</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
<PackageTags>TCP, UDP, Bluetooth, Network, Events, Async, RSA</PackageTags>
<PackageReleaseNotes>MAC and Linux Support</PackageReleaseNotes>
<PackageReleaseNotes>MAC and Linux Support.
Release preview dependencies removed.</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<AssemblyVersion>6.0.0.2</AssemblyVersion>
<FileVersion>6.0.0.2</FileVersion>
<AssemblyVersion>6.1.0.2</AssemblyVersion>
<FileVersion>6.1.0.2</FileVersion>
</PropertyGroup>
<ItemGroup>
<Compile Remove="packages\**" />
Expand All @@ -47,7 +48,7 @@ Fork me: https://github.com/Toemsel/Network</Description>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net46' ">
<PackageReference Include="InTheHand.Devices.Bluetooth" Version="4.0.1803.22-preview" />
<PackageReference Include="Network.Bluetooth" Version="4.0.1803.22" />
<PackageReference Include="32feet.NET" Version="3.5.0" />
</ItemGroup>

Expand Down

0 comments on commit 7d1d901

Please sign in to comment.