Skip to content

Commit

Permalink
remove old and duplicated fields in projects
Browse files Browse the repository at this point in the history
  • Loading branch information
RevenantX committed Nov 23, 2024
1 parent bf100db commit f57b9ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion LibSample/LibSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<OutputType>Exe</OutputType>
<TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">net8.0;net7.0;net6.0;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">net8.0;net7.0;net6.0;net471;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net6.0;net8.0;net471</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion LiteNetLib/LiteNetLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<PackageProjectUrl>https://github.com/RevenantX/LiteNetLib</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.1.0</Version>
<Authors>Ruslan Pyrch</Authors>
<Copyright>Copyright 2024 Ruslan Pyrch</Copyright>
<Description>Lite reliable UDP library for .NET, Mono, and .NET Core</Description>
Expand Down

0 comments on commit f57b9ea

Please sign in to comment.