Skip to content
This repository was archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Switched Kumo .NET Core version to 2.1 for LTS support
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Jun 8, 2020
1 parent 9780c2d commit f2306aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Kumo/Kumo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Kumo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public static class Program
{
private const string ConfigFileName = "config.json";
private const string DataFileName = "data.json";

private static readonly Dictionary<string, AbuseStruct> AbuseDictionary = new Dictionary<string, AbuseStruct>();

private static bool _dataChanged;
Expand Down

0 comments on commit f2306aa

Please sign in to comment.