File tree Expand file tree Collapse file tree 4 files changed +1
-10
lines changed Expand file tree Collapse file tree 4 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 11[submodule "scripts/fsx "]
22 path = scripts/fsx
33 url = https://github.com/nblockchain/fsx.git
4- [submodule "dependencies/maui "]
5- path = dependencies/maui
6- url = https://github.com/nblockchain/Mali.git
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,7 +13,3 @@ chmod 764 $WORKLOAD_MANIFEST_DIR/*
1313dotnet workload search
1414dotnet workload install gtk --skip-manifest-update
1515
16- # Add Maui Nuget source
17- cd dependencies/maui
18- dotnet nuget add source --name nuget https://api.nuget.org/v3/index.json
19- cd ../..
Original file line number Diff line number Diff line change @@ -94,8 +94,7 @@ let FindOffendingPrintfUsage () =
9494 " src{1}GWallet.Frontend.Console{0}" +
9595 " src{1}GWallet.Frontend.Maui{0}" +
9696 " src{1}GWallet.Backend.Tests{0}" +
97- " src{1}GWallet.Backend{1}FSharpUtil.fs{0}" +
98- " dependencies" ,
97+ " src{1}GWallet.Backend{1}FSharpUtil.fs{0}" ,
9998 Path.PathSeparator,
10099 Path.DirectorySeparatorChar
101100 )
You can’t perform that action at this time.
0 commit comments