Skip to content

Commit

Permalink
Update the package ID.
Browse files Browse the repository at this point in the history
  • Loading branch information
Geenz committed Jul 20, 2024
1 parent 297e0c6 commit c28e745
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.1</Version>
<PackageId>YellowDogMan.System.Net.WebSockets.Client.Managed</PackageId>
<Authors>Microsoft, Matthew Little, Yellow Dog Man Studios s.r.o</Authors>
<Company>Microsoft, Pingman Tools, Yellow Dog Man Studios s.r.o</Company>
<PackageLicenseUrl>https://github.com/Yellow-Dog-Man/System.Net.WebSockets.Client.Managed/blob/master/LICENSE</PackageLicenseUrl>
Expand Down

0 comments on commit c28e745

Please sign in to comment.