Skip to content

Commit

Permalink
Updated linux lib inside C# project.
Browse files Browse the repository at this point in the history
  • Loading branch information
GlitchedPolygons committed Sep 24, 2020
1 parent c8041d9 commit 46423c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csharp/CeciesSharp/src/CeciesSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Title>GlitchedPolygons.CeciesSharp</Title>
<AssemblyName>GlitchedPolygons.CeciesSharp</AssemblyName>
<RootNamespace>GlitchedPolygons.CeciesSharp</RootNamespace>
Expand Down Expand Up @@ -29,7 +29,7 @@
</ItemGroup>

<ItemGroup>
<Content Include="lib\x64\linux\libcecies.so.2.1.3">
<Content Include="lib\x64\linux\libcecies.so.2.1.4">
<PackageCopyToOutput>true</PackageCopyToOutput>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 46423c3

Please sign in to comment.