Skip to content

Commit

Permalink
Fixed build errors and removed net core 3.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ooples committed Mar 3, 2022
1 parent 953ecb4 commit 85fd407
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 116 deletions.
115 changes: 0 additions & 115 deletions Example.cs

This file was deleted.

6 changes: 5 additions & 1 deletion OoplesFinance.StockIndicators.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net5.0;netstandard2.0;netstandard2.1;net48;net472;net471;net47;net462;net461;net46;netcoreapp3.0;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net6.0;net5.0;netstandard2.0;netstandard2.1;net48;net472;net471;net47;net462;net461;net46;netcoreapp3.1</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
Expand Down Expand Up @@ -124,6 +124,10 @@
<None Remove="bin\**" />
</ItemGroup>

<ItemGroup>
<Compile Remove="Example.cs" />
</ItemGroup>

<ItemGroup>
<None Remove="Calculations\eladq3fp.fhq~" />
</ItemGroup>
Expand Down

0 comments on commit 85fd407

Please sign in to comment.