Skip to content

Commit

Permalink
Merge pull request #287 from nlogozzo/fix-flatpak
Browse files Browse the repository at this point in the history
GNOME - Fix flatpak build
  • Loading branch information
nlogozzo authored Feb 6, 2023
2 parents 45fa1d1 + 9d7c517 commit 53398f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
13 changes: 3 additions & 10 deletions NickvisionMoney.GNOME/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,6 @@
"dest": "nuget-sources",
"dest-filename": "microsoft.netcore.app.runtime.linux-x64.7.0.1.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg",
"sha512": "6bf892c274596fe2c7164e3d8503b24e187f64d0b7bec6d9b05eb95f04086fceb7a85ea6b2685d42dc465c52f6f0e6f636c0b3fddac48f6f0125dfd83e92d106",
"dest": "nuget-sources",
"dest-filename": "microsoft.netcore.platforms.1.1.0.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/5.0.0/microsoft.netcore.platforms.5.0.0.nupkg",
Expand All @@ -197,10 +190,10 @@
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg",
"sha512": "1ef033a68688aab9997ec1c0378acb1638b4afb618e533fcaf749d93389737ba94f4a0a94481becdf701c7e988ae2fe390136a8eae225887ee60db45063490fe",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/5.0.0/microsoft.netcore.targets.5.0.0.nupkg",
"sha512": "8581e6dc902340efe7c92c5c9751296616045bed8fdc7d5e2d936bf90c603b94e72d2ea1aad7e2e567218d0ce389de393189a1cb65fb20e99c5ad0cfe1fa4c1b",
"dest": "nuget-sources",
"dest-filename": "microsoft.netcore.targets.1.1.0.nupkg"
"dest-filename": "microsoft.netcore.targets.5.0.0.nupkg"
},
{
"type": "file",
Expand Down
1 change: 1 addition & 0 deletions NickvisionMoney.Shared/NickvisionMoney.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<PackageReference Include="Hazzik.Qif" Version="1.0.3" />
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="7.0.2" />
<PackageReference Include="OfxSharp.NetStandard" Version="1.0.0" />
<PackageReference Include="Microsoft.NETCore.Targets" Version="5.0.0" />
<PackageReference Include="QuestPDF" Version="2022.12.1" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.3" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlcipher" Version="2.1.4" />
Expand Down

0 comments on commit 53398f7

Please sign in to comment.