Skip to content

Commit

Permalink
Modification to accomplish compilation for arm-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
n13tz5ch3 committed May 23, 2023
1 parent eef988d commit ffa6f53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/NetCoreServer/NetCoreServer.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<Version>7.0.0.0</Version>
<Authors>Ivan Shynkarenka</Authors>
<Copyright>Copyright (c) 2019-2022 Ivan Shynkarenka</Copyright>
Expand All @@ -10,6 +10,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/chronoxor/NetCoreServer</PackageProjectUrl>
<PackageTags>async;client;server;tcp;udp;ssl;tls;http;https;websocket;low latency;performance</PackageTags>
<Platforms>AnyCPU;ARM32</Platforms>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit ffa6f53

Please sign in to comment.