Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added .net standard 2.0 support to the solution #8

Merged
merged 3 commits into from
Nov 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Epoch.net.Test/Epoch.net.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net7.0;net6.0;net48</TargetFrameworks>
<TargetFrameworks>net7.0;net6.0;net48;netstandard2.0</TargetFrameworks>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Epoch.net/Epoch.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<description>
Implements a simple set of helpers to handle EPOCH timestamps in .NET
</description>
<TargetFrameworks>net7.0;net6.0;net48</TargetFrameworks>
<TargetFrameworks>net7.0;net6.0;net48;netstandard2.0</TargetFrameworks>
</PropertyGroup>

<PropertyGroup>
Expand Down
9 changes: 5 additions & 4 deletions images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ Logo colors:

== Background ==

Color1 : 374C5E
Color2 : 1E264A
BG color : 2a282a

== TEXT ==

Text color : EBA883
BG color : 733A5D
Color1 : a18cd1
Color2 : fbc2eb

Font family: Roboto Light
Binary file modified images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/logo.xcf
Binary file not shown.
Binary file modified images/logo_square.xcf
Binary file not shown.
Binary file modified images/logo_square_64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.