Skip to content

Commit cc26227

Browse files
committed
task: remove outdated MessagePack reference
1 parent d843af9 commit cc26227

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

.github/FUNDING.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# These are supported funding model platforms
2+
3+
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: mrdav30
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: mrdav30
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
custom: # Replace with a single custom sponsorship URL

Runtime/FixedMathSharp.Runtime.asmdef

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
"name": "FixedMathSharp.Runtime",
33
"rootNamespace": "",
4-
"references": [
5-
"MessagePack"
6-
],
4+
"references": [],
75
"includePlatforms": [],
86
"excludePlatforms": [],
97
"allowUnsafeCode": false,

0 commit comments

Comments
 (0)