From 51e2aa36a0cae13c1f10770059f98188e2dfe188 Mon Sep 17 00:00:00 2001 From: Toastie <toastie@toastiet0ast.com> Date: Fri, 14 Mar 2025 23:12:01 +1300 Subject: [PATCH] Updated marmalade version to 6.0.4 --- Social/Social.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Social/Social.csproj b/Social/Social.csproj index 3c99a72..968b629 100644 --- a/Social/Social.csproj +++ b/Social/Social.csproj @@ -18,7 +18,7 @@ <ItemGroup> <!-- Base marmalade package. You MUST reference this in order to have a working marmalade --> <!-- Also, this package comes from Toastielab, which requires you to have a NuGet.Config file next to your .csproj --> - <PackageReference Include="Ellie.Marmalade" Version="5.3.9"> + <PackageReference Include="Ellie.Marmalade" Version="6.0.4"> <PrivateAssets>all</PrivateAssets> </PackageReference>