diff --git a/examples/contrib/3_jugs_regular.csproj b/examples/contrib/3_jugs_regular.csproj index cea234a7ec..ef4aa5a59d 100644 --- a/examples/contrib/3_jugs_regular.csproj +++ b/examples/contrib/3_jugs_regular.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.3_jugs_regular true diff --git a/examples/contrib/SimpleProgramFSharp.fsproj b/examples/contrib/SimpleProgramFSharp.fsproj index 7c4bae2454..49c54210ee 100644 --- a/examples/contrib/SimpleProgramFSharp.fsproj +++ b/examples/contrib/SimpleProgramFSharp.fsproj @@ -4,6 +4,8 @@ netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.FSharp.SimpleProgramFSharp true diff --git a/examples/contrib/a_puzzle.csproj b/examples/contrib/a_puzzle.csproj index d9b0b7dc61..d1f6b0f318 100644 --- a/examples/contrib/a_puzzle.csproj +++ b/examples/contrib/a_puzzle.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.a_puzzle true diff --git a/examples/contrib/a_round_of_golf.csproj b/examples/contrib/a_round_of_golf.csproj index f9e783f073..cff41c0d0d 100644 --- a/examples/contrib/a_round_of_golf.csproj +++ b/examples/contrib/a_round_of_golf.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.a_round_of_golf true diff --git a/examples/contrib/all_interval.csproj b/examples/contrib/all_interval.csproj index 77afb52de4..ce7e24cbc0 100644 --- a/examples/contrib/all_interval.csproj +++ b/examples/contrib/all_interval.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.all_interval true diff --git a/examples/contrib/alldifferent_except_0.csproj b/examples/contrib/alldifferent_except_0.csproj index 2b1d683754..510963a839 100644 --- a/examples/contrib/alldifferent_except_0.csproj +++ b/examples/contrib/alldifferent_except_0.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.alldifferent_except_0 true diff --git a/examples/contrib/assignment.csproj b/examples/contrib/assignment.csproj index 80c4794909..a5f1fb2ee1 100644 --- a/examples/contrib/assignment.csproj +++ b/examples/contrib/assignment.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.assignment true diff --git a/examples/contrib/broken_weights.csproj b/examples/contrib/broken_weights.csproj index 61185e9c77..45116b72c5 100644 --- a/examples/contrib/broken_weights.csproj +++ b/examples/contrib/broken_weights.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.broken_weights true diff --git a/examples/contrib/bus_schedule.csproj b/examples/contrib/bus_schedule.csproj index 6693f79a44..30aee422ef 100644 --- a/examples/contrib/bus_schedule.csproj +++ b/examples/contrib/bus_schedule.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.bus_schedule true diff --git a/examples/contrib/circuit.csproj b/examples/contrib/circuit.csproj index e159f2d463..efcca9bac6 100644 --- a/examples/contrib/circuit.csproj +++ b/examples/contrib/circuit.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.circuit true diff --git a/examples/contrib/circuit2.csproj b/examples/contrib/circuit2.csproj index c05421304c..41e4a43b5f 100644 --- a/examples/contrib/circuit2.csproj +++ b/examples/contrib/circuit2.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.circuit2 true diff --git a/examples/contrib/coins3.csproj b/examples/contrib/coins3.csproj index 94199fd8ae..d53de4faa5 100644 --- a/examples/contrib/coins3.csproj +++ b/examples/contrib/coins3.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.coins3 true diff --git a/examples/contrib/coins_grid.csproj b/examples/contrib/coins_grid.csproj index 2f1feee9c9..e3e197fab8 100644 --- a/examples/contrib/coins_grid.csproj +++ b/examples/contrib/coins_grid.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.coins_grid true diff --git a/examples/contrib/combinatorial_auction2.csproj b/examples/contrib/combinatorial_auction2.csproj index 72a6d1bc59..b7839d4f7b 100644 --- a/examples/contrib/combinatorial_auction2.csproj +++ b/examples/contrib/combinatorial_auction2.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.combinatorial_auction2 true diff --git a/examples/contrib/contiguity_regular.csproj b/examples/contrib/contiguity_regular.csproj index 207c48fae9..b0286c8cf5 100644 --- a/examples/contrib/contiguity_regular.csproj +++ b/examples/contrib/contiguity_regular.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.contiguity_regular true diff --git a/examples/contrib/contiguity_transition.csproj b/examples/contrib/contiguity_transition.csproj index e00f48a578..1db478d958 100644 --- a/examples/contrib/contiguity_transition.csproj +++ b/examples/contrib/contiguity_transition.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.contiguity_transition true diff --git a/examples/contrib/costas_array.csproj b/examples/contrib/costas_array.csproj index 29b2004899..05d4b23cee 100644 --- a/examples/contrib/costas_array.csproj +++ b/examples/contrib/costas_array.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.costas_array true diff --git a/examples/contrib/covering_opl.csproj b/examples/contrib/covering_opl.csproj index 46d7f1d82c..3561884bff 100644 --- a/examples/contrib/covering_opl.csproj +++ b/examples/contrib/covering_opl.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.covering_opl true diff --git a/examples/contrib/crew.csproj b/examples/contrib/crew.csproj index f1f1228e07..9231cc9ad2 100644 --- a/examples/contrib/crew.csproj +++ b/examples/contrib/crew.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.crew true diff --git a/examples/contrib/crossword.csproj b/examples/contrib/crossword.csproj index b01d371d9b..c4e66923fa 100644 --- a/examples/contrib/crossword.csproj +++ b/examples/contrib/crossword.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.crossword true diff --git a/examples/contrib/crypta.csproj b/examples/contrib/crypta.csproj index b55ecf0038..7a7194e2a7 100644 --- a/examples/contrib/crypta.csproj +++ b/examples/contrib/crypta.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.crypta true diff --git a/examples/contrib/crypto.csproj b/examples/contrib/crypto.csproj index eda9209c5d..347fff805b 100644 --- a/examples/contrib/crypto.csproj +++ b/examples/contrib/crypto.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.crypto true diff --git a/examples/contrib/csdiet.csproj b/examples/contrib/csdiet.csproj index 1a5aab3885..881122ada6 100644 --- a/examples/contrib/csdiet.csproj +++ b/examples/contrib/csdiet.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.csdiet true diff --git a/examples/contrib/curious_set_of_integers.csproj b/examples/contrib/curious_set_of_integers.csproj index 9a602340bf..d6fc2507b4 100644 --- a/examples/contrib/curious_set_of_integers.csproj +++ b/examples/contrib/curious_set_of_integers.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.curious_set_of_integers true diff --git a/examples/contrib/debruijn.csproj b/examples/contrib/debruijn.csproj index 57e24f7b73..9ae257d66d 100644 --- a/examples/contrib/debruijn.csproj +++ b/examples/contrib/debruijn.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.debruijn true diff --git a/examples/contrib/discrete_tomography.csproj b/examples/contrib/discrete_tomography.csproj index 716f5f5b64..f222e218fa 100644 --- a/examples/contrib/discrete_tomography.csproj +++ b/examples/contrib/discrete_tomography.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.discrete_tomography true diff --git a/examples/contrib/divisible_by_9_through_1.csproj b/examples/contrib/divisible_by_9_through_1.csproj index f4feafede2..a5474f300d 100644 --- a/examples/contrib/divisible_by_9_through_1.csproj +++ b/examples/contrib/divisible_by_9_through_1.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.divisible_by_9_through_1 true diff --git a/examples/contrib/dudeney.csproj b/examples/contrib/dudeney.csproj index a0e0652185..2a8fde58c5 100644 --- a/examples/contrib/dudeney.csproj +++ b/examples/contrib/dudeney.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.dudeney true diff --git a/examples/contrib/einav_puzzle2.csproj b/examples/contrib/einav_puzzle2.csproj index a97cc05985..f8b5b3fab6 100644 --- a/examples/contrib/einav_puzzle2.csproj +++ b/examples/contrib/einav_puzzle2.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.einav_puzzle2 true diff --git a/examples/contrib/eq10.csproj b/examples/contrib/eq10.csproj index 287474418e..5f30f9d219 100644 --- a/examples/contrib/eq10.csproj +++ b/examples/contrib/eq10.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.eq10 true diff --git a/examples/contrib/eq20.csproj b/examples/contrib/eq20.csproj index 3fed6df80f..306ac6e0b2 100644 --- a/examples/contrib/eq20.csproj +++ b/examples/contrib/eq20.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.eq20 true diff --git a/examples/contrib/fill_a_pix.csproj b/examples/contrib/fill_a_pix.csproj index d4ea9ad08a..42ea386157 100644 --- a/examples/contrib/fill_a_pix.csproj +++ b/examples/contrib/fill_a_pix.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.fill_a_pix true diff --git a/examples/contrib/fsProgram.fsproj b/examples/contrib/fsProgram.fsproj index 49984cbc2d..7d6bf49b00 100644 --- a/examples/contrib/fsProgram.fsproj +++ b/examples/contrib/fsProgram.fsproj @@ -4,6 +4,8 @@ netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.FSharp.fsProgram true diff --git a/examples/contrib/fsdiet.fsproj b/examples/contrib/fsdiet.fsproj index ddac6cd874..b5ce7a02da 100644 --- a/examples/contrib/fsdiet.fsproj +++ b/examples/contrib/fsdiet.fsproj @@ -4,6 +4,8 @@ netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.FSharp.fsdiet true diff --git a/examples/contrib/fsequality-inequality.fsproj b/examples/contrib/fsequality-inequality.fsproj index b277d69aac..8d65aeb0c1 100644 --- a/examples/contrib/fsequality-inequality.fsproj +++ b/examples/contrib/fsequality-inequality.fsproj @@ -4,6 +4,8 @@ netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.FSharp.fsequality-inequality true diff --git a/examples/contrib/fsequality.fsproj b/examples/contrib/fsequality.fsproj index 1937bc008b..02bd761a92 100644 --- a/examples/contrib/fsequality.fsproj +++ b/examples/contrib/fsequality.fsproj @@ -4,6 +4,8 @@ netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.FSharp.fsequality true diff --git a/examples/contrib/fsinteger-linear-program.fsproj b/examples/contrib/fsinteger-linear-program.fsproj index dd2e730893..e73d228ab7 100644 --- a/examples/contrib/fsinteger-linear-program.fsproj +++ b/examples/contrib/fsinteger-linear-program.fsproj @@ -4,6 +4,8 @@ netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.FSharp.fsinteger-linear-program true diff --git a/examples/contrib/fsintegerprogramming.fsproj b/examples/contrib/fsintegerprogramming.fsproj index 39a839370e..b1a8581b6e 100644 --- a/examples/contrib/fsintegerprogramming.fsproj +++ b/examples/contrib/fsintegerprogramming.fsproj @@ -4,6 +4,8 @@ netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.FSharp.fsintegerprogramming true diff --git a/examples/contrib/fsknapsack.fsproj b/examples/contrib/fsknapsack.fsproj index 7818481296..ab301658cf 100644 --- a/examples/contrib/fsknapsack.fsproj +++ b/examples/contrib/fsknapsack.fsproj @@ -4,6 +4,8 @@ netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.FSharp.fsknapsack true diff --git a/examples/contrib/fslinearprogramming.fsproj b/examples/contrib/fslinearprogramming.fsproj index b6629ae8be..a26056a656 100644 --- a/examples/contrib/fslinearprogramming.fsproj +++ b/examples/contrib/fslinearprogramming.fsproj @@ -4,6 +4,8 @@ netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.FSharp.fslinearprogramming true diff --git a/examples/contrib/fsnetwork-max-flow-lpSolve.fsproj b/examples/contrib/fsnetwork-max-flow-lpSolve.fsproj index 5f07ad9c41..be83e16975 100644 --- a/examples/contrib/fsnetwork-max-flow-lpSolve.fsproj +++ b/examples/contrib/fsnetwork-max-flow-lpSolve.fsproj @@ -4,6 +4,8 @@ netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.FSharp.fsnetwork-max-flow-lpSolve true diff --git a/examples/contrib/fsnetwork-max-flow.fsproj b/examples/contrib/fsnetwork-max-flow.fsproj index 2b87ae789a..9b6e726e04 100644 --- a/examples/contrib/fsnetwork-max-flow.fsproj +++ b/examples/contrib/fsnetwork-max-flow.fsproj @@ -4,6 +4,8 @@ netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.FSharp.fsnetwork-max-flow true diff --git a/examples/contrib/fsnetwork-min-cost-flow.fsproj b/examples/contrib/fsnetwork-min-cost-flow.fsproj index a1ae3ab8e7..349388a50a 100644 --- a/examples/contrib/fsnetwork-min-cost-flow.fsproj +++ b/examples/contrib/fsnetwork-min-cost-flow.fsproj @@ -4,6 +4,8 @@ netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.FSharp.fsnetwork-min-cost-flow true diff --git a/examples/contrib/fsrabbit-pheasant.fsproj b/examples/contrib/fsrabbit-pheasant.fsproj index 1d71b59d39..38c3644cb6 100644 --- a/examples/contrib/fsrabbit-pheasant.fsproj +++ b/examples/contrib/fsrabbit-pheasant.fsproj @@ -4,6 +4,8 @@ netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.FSharp.fsrabbit-pheasant true diff --git a/examples/contrib/fsvolsay.fsproj b/examples/contrib/fsvolsay.fsproj index 85337a3a25..b701f4edd9 100644 --- a/examples/contrib/fsvolsay.fsproj +++ b/examples/contrib/fsvolsay.fsproj @@ -4,6 +4,8 @@ netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.FSharp.fsvolsay true diff --git a/examples/contrib/fsvolsay3-lpSolve.fsproj b/examples/contrib/fsvolsay3-lpSolve.fsproj index cecf6c9fb0..be979118ee 100644 --- a/examples/contrib/fsvolsay3-lpSolve.fsproj +++ b/examples/contrib/fsvolsay3-lpSolve.fsproj @@ -4,6 +4,8 @@ netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.FSharp.fsvolsay3-lpSolve true diff --git a/examples/contrib/fsvolsay3.fsproj b/examples/contrib/fsvolsay3.fsproj index 37f10c71b2..5ae28f6cd1 100644 --- a/examples/contrib/fsvolsay3.fsproj +++ b/examples/contrib/fsvolsay3.fsproj @@ -4,6 +4,8 @@ netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.FSharp.fsvolsay3 true diff --git a/examples/contrib/furniture_moving.csproj b/examples/contrib/furniture_moving.csproj index 3652342579..61e8dd9ffe 100644 --- a/examples/contrib/furniture_moving.csproj +++ b/examples/contrib/furniture_moving.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.furniture_moving true diff --git a/examples/contrib/furniture_moving_intervals.csproj b/examples/contrib/furniture_moving_intervals.csproj index 616688cda8..2ad849e415 100644 --- a/examples/contrib/furniture_moving_intervals.csproj +++ b/examples/contrib/furniture_moving_intervals.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.furniture_moving_intervals true diff --git a/examples/contrib/futoshiki.csproj b/examples/contrib/futoshiki.csproj index ced44c7117..56f0786848 100644 --- a/examples/contrib/futoshiki.csproj +++ b/examples/contrib/futoshiki.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.futoshiki true diff --git a/examples/contrib/golomb_ruler.csproj b/examples/contrib/golomb_ruler.csproj index f461625edd..b447f61a0c 100644 --- a/examples/contrib/golomb_ruler.csproj +++ b/examples/contrib/golomb_ruler.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.golomb_ruler true diff --git a/examples/contrib/grocery.csproj b/examples/contrib/grocery.csproj index 32625ddb8d..5bf06653e6 100644 --- a/examples/contrib/grocery.csproj +++ b/examples/contrib/grocery.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.grocery true diff --git a/examples/contrib/hidato_table.csproj b/examples/contrib/hidato_table.csproj index adb9ae3642..d46c08bad4 100644 --- a/examples/contrib/hidato_table.csproj +++ b/examples/contrib/hidato_table.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.hidato_table true diff --git a/examples/contrib/just_forgotten.csproj b/examples/contrib/just_forgotten.csproj index e5a40e902f..fae9583c20 100644 --- a/examples/contrib/just_forgotten.csproj +++ b/examples/contrib/just_forgotten.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.just_forgotten true diff --git a/examples/contrib/kakuro.csproj b/examples/contrib/kakuro.csproj index 148d274e9d..f5e12f3bbe 100644 --- a/examples/contrib/kakuro.csproj +++ b/examples/contrib/kakuro.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.kakuro true diff --git a/examples/contrib/kenken2.csproj b/examples/contrib/kenken2.csproj index a1097391a4..e1c752fdb0 100644 --- a/examples/contrib/kenken2.csproj +++ b/examples/contrib/kenken2.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.kenken2 true diff --git a/examples/contrib/killer_sudoku.csproj b/examples/contrib/killer_sudoku.csproj index 1d9b165ede..82a424a426 100644 --- a/examples/contrib/killer_sudoku.csproj +++ b/examples/contrib/killer_sudoku.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.killer_sudoku true diff --git a/examples/contrib/labeled_dice.csproj b/examples/contrib/labeled_dice.csproj index f06edacae5..5071133254 100644 --- a/examples/contrib/labeled_dice.csproj +++ b/examples/contrib/labeled_dice.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.labeled_dice true diff --git a/examples/contrib/langford.csproj b/examples/contrib/langford.csproj index 933be96924..bfd89f84d0 100644 --- a/examples/contrib/langford.csproj +++ b/examples/contrib/langford.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.langford true diff --git a/examples/contrib/least_diff.csproj b/examples/contrib/least_diff.csproj index 2d362b571a..5731e9cc41 100644 --- a/examples/contrib/least_diff.csproj +++ b/examples/contrib/least_diff.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.least_diff true diff --git a/examples/contrib/lectures.csproj b/examples/contrib/lectures.csproj index 1937d8fbcd..09f83c7d9f 100644 --- a/examples/contrib/lectures.csproj +++ b/examples/contrib/lectures.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.lectures true diff --git a/examples/contrib/magic_sequence.csproj b/examples/contrib/magic_sequence.csproj index ae474d9c5c..ac90dc25b9 100644 --- a/examples/contrib/magic_sequence.csproj +++ b/examples/contrib/magic_sequence.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.magic_sequence true diff --git a/examples/contrib/magic_square.csproj b/examples/contrib/magic_square.csproj index f4e184dc5a..ed9bc2d4dd 100644 --- a/examples/contrib/magic_square.csproj +++ b/examples/contrib/magic_square.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.magic_square true diff --git a/examples/contrib/magic_square_and_cards.csproj b/examples/contrib/magic_square_and_cards.csproj index f8a1a71583..f2acd057a9 100644 --- a/examples/contrib/magic_square_and_cards.csproj +++ b/examples/contrib/magic_square_and_cards.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.magic_square_and_cards true diff --git a/examples/contrib/map.csproj b/examples/contrib/map.csproj index 44d5ed47f1..9bf582bb5a 100644 --- a/examples/contrib/map.csproj +++ b/examples/contrib/map.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.map true diff --git a/examples/contrib/map2.csproj b/examples/contrib/map2.csproj index 8aa7011395..2800d95cb6 100644 --- a/examples/contrib/map2.csproj +++ b/examples/contrib/map2.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.map2 true diff --git a/examples/contrib/marathon2.csproj b/examples/contrib/marathon2.csproj index 8eea49a8b8..2674a8e019 100644 --- a/examples/contrib/marathon2.csproj +++ b/examples/contrib/marathon2.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.marathon2 true diff --git a/examples/contrib/max_flow_taha.csproj b/examples/contrib/max_flow_taha.csproj index c92f4bd04e..0f1ec6e74d 100644 --- a/examples/contrib/max_flow_taha.csproj +++ b/examples/contrib/max_flow_taha.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.max_flow_taha true diff --git a/examples/contrib/max_flow_winston1.csproj b/examples/contrib/max_flow_winston1.csproj index 3aef96a683..0dbb206add 100644 --- a/examples/contrib/max_flow_winston1.csproj +++ b/examples/contrib/max_flow_winston1.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.max_flow_winston1 true diff --git a/examples/contrib/minesweeper.csproj b/examples/contrib/minesweeper.csproj index 9bc9e37145..219841e14c 100644 --- a/examples/contrib/minesweeper.csproj +++ b/examples/contrib/minesweeper.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.minesweeper true diff --git a/examples/contrib/mr_smith.csproj b/examples/contrib/mr_smith.csproj index caec37387a..8985048ccf 100644 --- a/examples/contrib/mr_smith.csproj +++ b/examples/contrib/mr_smith.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.mr_smith true diff --git a/examples/contrib/nontransitive_dice.csproj b/examples/contrib/nontransitive_dice.csproj index af9583d78e..e70eec0519 100644 --- a/examples/contrib/nontransitive_dice.csproj +++ b/examples/contrib/nontransitive_dice.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.nontransitive_dice true diff --git a/examples/contrib/nqueens.csproj b/examples/contrib/nqueens.csproj index 8930abeecf..72042ff765 100644 --- a/examples/contrib/nqueens.csproj +++ b/examples/contrib/nqueens.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.nqueens true diff --git a/examples/contrib/nurse_rostering_regular.csproj b/examples/contrib/nurse_rostering_regular.csproj index 39b871a70d..332a31af50 100644 --- a/examples/contrib/nurse_rostering_regular.csproj +++ b/examples/contrib/nurse_rostering_regular.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.nurse_rostering_regular true diff --git a/examples/contrib/nurse_rostering_transition.csproj b/examples/contrib/nurse_rostering_transition.csproj index 24a7959cda..150079ac0c 100644 --- a/examples/contrib/nurse_rostering_transition.csproj +++ b/examples/contrib/nurse_rostering_transition.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.nurse_rostering_transition true diff --git a/examples/contrib/olympic.csproj b/examples/contrib/olympic.csproj index 2c67561777..e5899ed07f 100644 --- a/examples/contrib/olympic.csproj +++ b/examples/contrib/olympic.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.olympic true diff --git a/examples/contrib/organize_day.csproj b/examples/contrib/organize_day.csproj index 1c3607a233..7f0c17ac92 100644 --- a/examples/contrib/organize_day.csproj +++ b/examples/contrib/organize_day.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.organize_day true diff --git a/examples/contrib/organize_day_intervals.csproj b/examples/contrib/organize_day_intervals.csproj index 6cdecd21e7..e22e2a265f 100644 --- a/examples/contrib/organize_day_intervals.csproj +++ b/examples/contrib/organize_day_intervals.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.organize_day_intervals true diff --git a/examples/contrib/p_median.csproj b/examples/contrib/p_median.csproj index a65ff31347..7761560553 100644 --- a/examples/contrib/p_median.csproj +++ b/examples/contrib/p_median.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.p_median true diff --git a/examples/contrib/pandigital_numbers.csproj b/examples/contrib/pandigital_numbers.csproj index 1c1e7bd993..fa066a3c87 100644 --- a/examples/contrib/pandigital_numbers.csproj +++ b/examples/contrib/pandigital_numbers.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.pandigital_numbers true diff --git a/examples/contrib/partition.csproj b/examples/contrib/partition.csproj index d024e0ab74..475141a36d 100644 --- a/examples/contrib/partition.csproj +++ b/examples/contrib/partition.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.partition true diff --git a/examples/contrib/perfect_square_sequence.csproj b/examples/contrib/perfect_square_sequence.csproj index b1cc3bb8d6..482e7eda9b 100644 --- a/examples/contrib/perfect_square_sequence.csproj +++ b/examples/contrib/perfect_square_sequence.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.perfect_square_sequence true diff --git a/examples/contrib/photo_problem.csproj b/examples/contrib/photo_problem.csproj index c3968c93df..1ee19f56e7 100644 --- a/examples/contrib/photo_problem.csproj +++ b/examples/contrib/photo_problem.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.photo_problem true diff --git a/examples/contrib/place_number_puzzle.csproj b/examples/contrib/place_number_puzzle.csproj index 0b793d17f2..f8366fd66f 100644 --- a/examples/contrib/place_number_puzzle.csproj +++ b/examples/contrib/place_number_puzzle.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.place_number_puzzle true diff --git a/examples/contrib/post_office_problem2.csproj b/examples/contrib/post_office_problem2.csproj index 8929bc87d5..6b9309cb60 100644 --- a/examples/contrib/post_office_problem2.csproj +++ b/examples/contrib/post_office_problem2.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.post_office_problem2 true diff --git a/examples/contrib/quasigroup_completion.csproj b/examples/contrib/quasigroup_completion.csproj index 2bbce6c0b6..a4b5636067 100644 --- a/examples/contrib/quasigroup_completion.csproj +++ b/examples/contrib/quasigroup_completion.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.quasigroup_completion true diff --git a/examples/contrib/regex.csproj b/examples/contrib/regex.csproj index ed7d4e0184..b5099951c6 100644 --- a/examples/contrib/regex.csproj +++ b/examples/contrib/regex.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.regex true diff --git a/examples/contrib/rogo2.csproj b/examples/contrib/rogo2.csproj index 16c7df52f1..88949a8c79 100644 --- a/examples/contrib/rogo2.csproj +++ b/examples/contrib/rogo2.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.rogo2 true diff --git a/examples/contrib/scheduling_speakers.csproj b/examples/contrib/scheduling_speakers.csproj index 0dd3952db5..7fb284b863 100644 --- a/examples/contrib/scheduling_speakers.csproj +++ b/examples/contrib/scheduling_speakers.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.scheduling_speakers true diff --git a/examples/contrib/secret_santa.csproj b/examples/contrib/secret_santa.csproj index 00d39ec168..0bead0a609 100644 --- a/examples/contrib/secret_santa.csproj +++ b/examples/contrib/secret_santa.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.secret_santa true diff --git a/examples/contrib/secret_santa2.csproj b/examples/contrib/secret_santa2.csproj index 8b8b046128..446feeff3f 100644 --- a/examples/contrib/secret_santa2.csproj +++ b/examples/contrib/secret_santa2.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.secret_santa2 true diff --git a/examples/contrib/send_more_money.csproj b/examples/contrib/send_more_money.csproj index cf5cc4d529..d85e43ae6c 100644 --- a/examples/contrib/send_more_money.csproj +++ b/examples/contrib/send_more_money.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.send_more_money true diff --git a/examples/contrib/send_more_money2.csproj b/examples/contrib/send_more_money2.csproj index 1d46eba8e5..795af8d5cb 100644 --- a/examples/contrib/send_more_money2.csproj +++ b/examples/contrib/send_more_money2.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.send_more_money2 true diff --git a/examples/contrib/send_most_money.csproj b/examples/contrib/send_most_money.csproj index 2c6b937d93..cb80ad7984 100644 --- a/examples/contrib/send_most_money.csproj +++ b/examples/contrib/send_most_money.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.send_most_money true diff --git a/examples/contrib/seseman.csproj b/examples/contrib/seseman.csproj index fa79a1f6e7..8f994593f9 100644 --- a/examples/contrib/seseman.csproj +++ b/examples/contrib/seseman.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.seseman true diff --git a/examples/contrib/set_covering.csproj b/examples/contrib/set_covering.csproj index 26342a7be6..3690d6ee25 100644 --- a/examples/contrib/set_covering.csproj +++ b/examples/contrib/set_covering.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.set_covering true diff --git a/examples/contrib/set_covering2.csproj b/examples/contrib/set_covering2.csproj index 569bf2b923..e2f55e7035 100644 --- a/examples/contrib/set_covering2.csproj +++ b/examples/contrib/set_covering2.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.set_covering2 true diff --git a/examples/contrib/set_covering3.csproj b/examples/contrib/set_covering3.csproj index 836c86a04e..2d3befd3ac 100644 --- a/examples/contrib/set_covering3.csproj +++ b/examples/contrib/set_covering3.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.set_covering3 true diff --git a/examples/contrib/set_covering4.csproj b/examples/contrib/set_covering4.csproj index 4868988986..1a02bfcbfa 100644 --- a/examples/contrib/set_covering4.csproj +++ b/examples/contrib/set_covering4.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.set_covering4 true diff --git a/examples/contrib/set_covering_deployment.csproj b/examples/contrib/set_covering_deployment.csproj index 0c616416ee..489a378660 100644 --- a/examples/contrib/set_covering_deployment.csproj +++ b/examples/contrib/set_covering_deployment.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.set_covering_deployment true diff --git a/examples/contrib/set_covering_skiena.csproj b/examples/contrib/set_covering_skiena.csproj index 353e7850ca..6b6a039c5e 100644 --- a/examples/contrib/set_covering_skiena.csproj +++ b/examples/contrib/set_covering_skiena.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.set_covering_skiena true diff --git a/examples/contrib/set_partition.csproj b/examples/contrib/set_partition.csproj index afcb62255c..7cf670c9cf 100644 --- a/examples/contrib/set_partition.csproj +++ b/examples/contrib/set_partition.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.set_partition true diff --git a/examples/contrib/sicherman_dice.csproj b/examples/contrib/sicherman_dice.csproj index 1531ad6d04..178a875fee 100644 --- a/examples/contrib/sicherman_dice.csproj +++ b/examples/contrib/sicherman_dice.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.sicherman_dice true diff --git a/examples/contrib/ski_assignment.csproj b/examples/contrib/ski_assignment.csproj index 5c4efae4cc..c3bf0a6141 100644 --- a/examples/contrib/ski_assignment.csproj +++ b/examples/contrib/ski_assignment.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.ski_assignment true diff --git a/examples/contrib/stable_marriage.csproj b/examples/contrib/stable_marriage.csproj index 2d40959e61..e09876a736 100644 --- a/examples/contrib/stable_marriage.csproj +++ b/examples/contrib/stable_marriage.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.stable_marriage true diff --git a/examples/contrib/strimko2.csproj b/examples/contrib/strimko2.csproj index 9901b040d2..6ac1c907a8 100644 --- a/examples/contrib/strimko2.csproj +++ b/examples/contrib/strimko2.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.strimko2 true diff --git a/examples/contrib/subset_sum.csproj b/examples/contrib/subset_sum.csproj index a6be53fa43..0d8d9cdf3e 100644 --- a/examples/contrib/subset_sum.csproj +++ b/examples/contrib/subset_sum.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.subset_sum true diff --git a/examples/contrib/sudoku.csproj b/examples/contrib/sudoku.csproj index d9a7ac148c..59dc7a8c83 100644 --- a/examples/contrib/sudoku.csproj +++ b/examples/contrib/sudoku.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.sudoku true diff --git a/examples/contrib/survo_puzzle.csproj b/examples/contrib/survo_puzzle.csproj index c9517472b0..0c4861c03f 100644 --- a/examples/contrib/survo_puzzle.csproj +++ b/examples/contrib/survo_puzzle.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.survo_puzzle true diff --git a/examples/contrib/to_num.csproj b/examples/contrib/to_num.csproj index 5c0e4d4a53..47a79e3929 100644 --- a/examples/contrib/to_num.csproj +++ b/examples/contrib/to_num.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.to_num true diff --git a/examples/contrib/traffic_lights.csproj b/examples/contrib/traffic_lights.csproj index ebdb1b2df7..64678091fc 100644 --- a/examples/contrib/traffic_lights.csproj +++ b/examples/contrib/traffic_lights.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.traffic_lights true diff --git a/examples/contrib/volsay.csproj b/examples/contrib/volsay.csproj index 168d4b470b..a1fe640c2c 100644 --- a/examples/contrib/volsay.csproj +++ b/examples/contrib/volsay.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.volsay true diff --git a/examples/contrib/volsay2.csproj b/examples/contrib/volsay2.csproj index 8f115c4d83..8eb25de0e0 100644 --- a/examples/contrib/volsay2.csproj +++ b/examples/contrib/volsay2.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.volsay2 true diff --git a/examples/contrib/volsay3.csproj b/examples/contrib/volsay3.csproj index 0ccf943826..e52c2eeead 100644 --- a/examples/contrib/volsay3.csproj +++ b/examples/contrib/volsay3.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.volsay3 true diff --git a/examples/contrib/wedding_optimal_chart.csproj b/examples/contrib/wedding_optimal_chart.csproj index 530bf94440..92cc2ae971 100644 --- a/examples/contrib/wedding_optimal_chart.csproj +++ b/examples/contrib/wedding_optimal_chart.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.wedding_optimal_chart true diff --git a/examples/contrib/who_killed_agatha.csproj b/examples/contrib/who_killed_agatha.csproj index c9b8e5cd33..b08cd69e25 100644 --- a/examples/contrib/who_killed_agatha.csproj +++ b/examples/contrib/who_killed_agatha.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.who_killed_agatha true diff --git a/examples/contrib/word_square.csproj b/examples/contrib/word_square.csproj index e89feea047..f2ec19b645 100644 --- a/examples/contrib/word_square.csproj +++ b/examples/contrib/word_square.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.word_square true diff --git a/examples/contrib/xkcd.csproj b/examples/contrib/xkcd.csproj index 92800e2f80..0b68f15195 100644 --- a/examples/contrib/xkcd.csproj +++ b/examples/contrib/xkcd.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.xkcd true diff --git a/examples/contrib/young_tableaux.csproj b/examples/contrib/young_tableaux.csproj index 7ca113ca7a..5ba7e8bbc4 100644 --- a/examples/contrib/young_tableaux.csproj +++ b/examples/contrib/young_tableaux.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.young_tableaux true diff --git a/examples/contrib/zebra.csproj b/examples/contrib/zebra.csproj index 9f8a2d70fb..8393c79a3e 100644 --- a/examples/contrib/zebra.csproj +++ b/examples/contrib/zebra.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.zebra true diff --git a/examples/dotnet/BalanceGroupSat.csproj b/examples/dotnet/BalanceGroupSat.csproj index 0e36c24654..50876db7fc 100644 --- a/examples/dotnet/BalanceGroupSat.csproj +++ b/examples/dotnet/BalanceGroupSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.BalanceGroupSat true diff --git a/examples/dotnet/GateSchedulingSat.csproj b/examples/dotnet/GateSchedulingSat.csproj index 7811ce7c55..a27c81a06c 100644 --- a/examples/dotnet/GateSchedulingSat.csproj +++ b/examples/dotnet/GateSchedulingSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.GateSchedulingSat true diff --git a/examples/dotnet/JobshopFt06Sat.csproj b/examples/dotnet/JobshopFt06Sat.csproj index 45345473c7..d8c7c8c543 100644 --- a/examples/dotnet/JobshopFt06Sat.csproj +++ b/examples/dotnet/JobshopFt06Sat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.JobshopFt06Sat true diff --git a/examples/dotnet/JobshopSat.csproj b/examples/dotnet/JobshopSat.csproj index 6bf19c0e87..ec20023004 100644 --- a/examples/dotnet/JobshopSat.csproj +++ b/examples/dotnet/JobshopSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.JobshopSat true diff --git a/examples/dotnet/NetworkRoutingSat.csproj b/examples/dotnet/NetworkRoutingSat.csproj index df1dc06cef..74cc5f8baf 100644 --- a/examples/dotnet/NetworkRoutingSat.csproj +++ b/examples/dotnet/NetworkRoutingSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.NetworkRoutingSat true diff --git a/examples/dotnet/NursesSat.csproj b/examples/dotnet/NursesSat.csproj index fc7f00876d..44e7ed90c6 100644 --- a/examples/dotnet/NursesSat.csproj +++ b/examples/dotnet/NursesSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.NursesSat true diff --git a/examples/dotnet/ShiftSchedulingSat.csproj b/examples/dotnet/ShiftSchedulingSat.csproj index 0913ab6a19..3dde5601d4 100644 --- a/examples/dotnet/ShiftSchedulingSat.csproj +++ b/examples/dotnet/ShiftSchedulingSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.ShiftSchedulingSat true diff --git a/examples/dotnet/SpeakerSchedulingSat.csproj b/examples/dotnet/SpeakerSchedulingSat.csproj index ae11a16057..895df0beef 100644 --- a/examples/dotnet/SpeakerSchedulingSat.csproj +++ b/examples/dotnet/SpeakerSchedulingSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.SpeakerSchedulingSat true diff --git a/examples/dotnet/TaskSchedulingSat.csproj b/examples/dotnet/TaskSchedulingSat.csproj index 8fdea04894..c610d0c291 100644 --- a/examples/dotnet/TaskSchedulingSat.csproj +++ b/examples/dotnet/TaskSchedulingSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.TaskSchedulingSat true diff --git a/examples/dotnet/cscvrptw.csproj b/examples/dotnet/cscvrptw.csproj index b274cd575c..cc3e6c7e77 100644 --- a/examples/dotnet/cscvrptw.csproj +++ b/examples/dotnet/cscvrptw.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.cscvrptw true diff --git a/examples/dotnet/csflow.csproj b/examples/dotnet/csflow.csproj index 0b42e1e819..56ea16db26 100644 --- a/examples/dotnet/csflow.csproj +++ b/examples/dotnet/csflow.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.csflow true diff --git a/examples/dotnet/csintegerprogramming.csproj b/examples/dotnet/csintegerprogramming.csproj index f48f43e14a..50f85361ab 100644 --- a/examples/dotnet/csintegerprogramming.csproj +++ b/examples/dotnet/csintegerprogramming.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.csintegerprogramming true diff --git a/examples/dotnet/csknapsack.csproj b/examples/dotnet/csknapsack.csproj index 3412c2a6b2..1627a41b9c 100644 --- a/examples/dotnet/csknapsack.csproj +++ b/examples/dotnet/csknapsack.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.csknapsack true diff --git a/examples/dotnet/cslinearprogramming.csproj b/examples/dotnet/cslinearprogramming.csproj index 526d423079..0b92f33ebf 100644 --- a/examples/dotnet/cslinearprogramming.csproj +++ b/examples/dotnet/cslinearprogramming.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.cslinearprogramming true diff --git a/examples/dotnet/csls_api.csproj b/examples/dotnet/csls_api.csproj index 8c5d0e9ea1..21585b62aa 100644 --- a/examples/dotnet/csls_api.csproj +++ b/examples/dotnet/csls_api.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.csls_api true diff --git a/examples/dotnet/csrabbitspheasants.csproj b/examples/dotnet/csrabbitspheasants.csproj index 8cfcd78adb..6404bf69ac 100644 --- a/examples/dotnet/csrabbitspheasants.csproj +++ b/examples/dotnet/csrabbitspheasants.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.csrabbitspheasants true diff --git a/examples/dotnet/cstsp.csproj b/examples/dotnet/cstsp.csproj index 793de07199..342cc84261 100644 --- a/examples/dotnet/cstsp.csproj +++ b/examples/dotnet/cstsp.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.cstsp true diff --git a/examples/tests/ConstraintSolverTests.csproj b/examples/tests/ConstraintSolverTests.csproj index 3b542fd783..e170814a00 100644 --- a/examples/tests/ConstraintSolverTests.csproj +++ b/examples/tests/ConstraintSolverTests.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.ConstraintSolverTests false diff --git a/examples/tests/LinearSolverTests.csproj b/examples/tests/LinearSolverTests.csproj index 65daab1164..fcfef02090 100644 --- a/examples/tests/LinearSolverTests.csproj +++ b/examples/tests/LinearSolverTests.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.LinearSolverTests false diff --git a/examples/tests/RoutingSolverTests.csproj b/examples/tests/RoutingSolverTests.csproj index 5113a8fefb..2d60b6e4bb 100644 --- a/examples/tests/RoutingSolverTests.csproj +++ b/examples/tests/RoutingSolverTests.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.RoutingSolverTests false diff --git a/examples/tests/SatSolverTests.csproj b/examples/tests/SatSolverTests.csproj index 569b2ded87..091ab559a8 100644 --- a/examples/tests/SatSolverTests.csproj +++ b/examples/tests/SatSolverTests.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.SatSolverTests false diff --git a/examples/tests/issue18.csproj b/examples/tests/issue18.csproj index 26061ecac6..cabb371e33 100644 --- a/examples/tests/issue18.csproj +++ b/examples/tests/issue18.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.issue18 false diff --git a/examples/tests/issue22.csproj b/examples/tests/issue22.csproj index 75ab12244a..f6d6e87332 100644 --- a/examples/tests/issue22.csproj +++ b/examples/tests/issue22.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.issue22 false diff --git a/examples/tests/issue33.csproj b/examples/tests/issue33.csproj index 6568fffe0a..40b819c063 100644 --- a/examples/tests/issue33.csproj +++ b/examples/tests/issue33.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.issue33 false diff --git a/ortools/algorithms/samples/Knapsack.csproj b/ortools/algorithms/samples/Knapsack.csproj index 7c57a7d4f9..4979ac0c0b 100644 --- a/ortools/algorithms/samples/Knapsack.csproj +++ b/ortools/algorithms/samples/Knapsack.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.Knapsack true diff --git a/ortools/constraint_solver/samples/SimpleCpProgram.csproj b/ortools/constraint_solver/samples/SimpleCpProgram.csproj index c393165e1f..b66ad68a3c 100644 --- a/ortools/constraint_solver/samples/SimpleCpProgram.csproj +++ b/ortools/constraint_solver/samples/SimpleCpProgram.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.SimpleCpProgram true diff --git a/ortools/constraint_solver/samples/SimpleRoutingProgram.csproj b/ortools/constraint_solver/samples/SimpleRoutingProgram.csproj index 3d8d4d7369..1a2bc32257 100644 --- a/ortools/constraint_solver/samples/SimpleRoutingProgram.csproj +++ b/ortools/constraint_solver/samples/SimpleRoutingProgram.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.SimpleRoutingProgram true diff --git a/ortools/constraint_solver/samples/Tsp.csproj b/ortools/constraint_solver/samples/Tsp.csproj index e5d89ca5db..29912d48ca 100644 --- a/ortools/constraint_solver/samples/Tsp.csproj +++ b/ortools/constraint_solver/samples/Tsp.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.Tsp true diff --git a/ortools/constraint_solver/samples/TspCircuitBoard.csproj b/ortools/constraint_solver/samples/TspCircuitBoard.csproj index c7c62abb0f..c375a06bff 100644 --- a/ortools/constraint_solver/samples/TspCircuitBoard.csproj +++ b/ortools/constraint_solver/samples/TspCircuitBoard.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.TspCircuitBoard true diff --git a/ortools/constraint_solver/samples/TspCities.csproj b/ortools/constraint_solver/samples/TspCities.csproj index 97b607de19..9e82043ea4 100644 --- a/ortools/constraint_solver/samples/TspCities.csproj +++ b/ortools/constraint_solver/samples/TspCities.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.TspCities true diff --git a/ortools/constraint_solver/samples/TspDistanceMatrix.csproj b/ortools/constraint_solver/samples/TspDistanceMatrix.csproj index 909b5980c6..50fb624238 100644 --- a/ortools/constraint_solver/samples/TspDistanceMatrix.csproj +++ b/ortools/constraint_solver/samples/TspDistanceMatrix.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.TspDistanceMatrix true diff --git a/ortools/constraint_solver/samples/Vrp.csproj b/ortools/constraint_solver/samples/Vrp.csproj index cc5b894b07..50aec7334c 100644 --- a/ortools/constraint_solver/samples/Vrp.csproj +++ b/ortools/constraint_solver/samples/Vrp.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.Vrp true diff --git a/ortools/constraint_solver/samples/VrpCapacity.csproj b/ortools/constraint_solver/samples/VrpCapacity.csproj index 62a917e099..0b846ed435 100644 --- a/ortools/constraint_solver/samples/VrpCapacity.csproj +++ b/ortools/constraint_solver/samples/VrpCapacity.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.VrpCapacity true diff --git a/ortools/constraint_solver/samples/VrpDropNodes.csproj b/ortools/constraint_solver/samples/VrpDropNodes.csproj index 9f5a8b0d31..5a818e64f6 100644 --- a/ortools/constraint_solver/samples/VrpDropNodes.csproj +++ b/ortools/constraint_solver/samples/VrpDropNodes.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.VrpDropNodes true diff --git a/ortools/constraint_solver/samples/VrpGlobalSpan.csproj b/ortools/constraint_solver/samples/VrpGlobalSpan.csproj index 3fc2c66f3f..abfb62e0af 100644 --- a/ortools/constraint_solver/samples/VrpGlobalSpan.csproj +++ b/ortools/constraint_solver/samples/VrpGlobalSpan.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.VrpGlobalSpan true diff --git a/ortools/constraint_solver/samples/VrpInitialRoutes.csproj b/ortools/constraint_solver/samples/VrpInitialRoutes.csproj index 29ae6b9de1..1073d55376 100644 --- a/ortools/constraint_solver/samples/VrpInitialRoutes.csproj +++ b/ortools/constraint_solver/samples/VrpInitialRoutes.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.VrpInitialRoutes true diff --git a/ortools/constraint_solver/samples/VrpPickupDelivery.csproj b/ortools/constraint_solver/samples/VrpPickupDelivery.csproj index 06cee3ac85..8e52a50fb8 100644 --- a/ortools/constraint_solver/samples/VrpPickupDelivery.csproj +++ b/ortools/constraint_solver/samples/VrpPickupDelivery.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.VrpPickupDelivery true diff --git a/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.csproj b/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.csproj index b93b8dd4bf..483ee4180e 100644 --- a/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.csproj +++ b/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.VrpPickupDeliveryFifo true diff --git a/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.csproj b/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.csproj index 7beaacf866..3f5f06d21e 100644 --- a/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.csproj +++ b/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.VrpPickupDeliveryLifo true diff --git a/ortools/constraint_solver/samples/VrpResources.csproj b/ortools/constraint_solver/samples/VrpResources.csproj index 137ca4486b..e15c3fee66 100644 --- a/ortools/constraint_solver/samples/VrpResources.csproj +++ b/ortools/constraint_solver/samples/VrpResources.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.VrpResources true diff --git a/ortools/constraint_solver/samples/VrpStartsEnds.csproj b/ortools/constraint_solver/samples/VrpStartsEnds.csproj index 5dd01a9130..9a0ef901be 100644 --- a/ortools/constraint_solver/samples/VrpStartsEnds.csproj +++ b/ortools/constraint_solver/samples/VrpStartsEnds.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.VrpStartsEnds true diff --git a/ortools/constraint_solver/samples/VrpTimeWindows.csproj b/ortools/constraint_solver/samples/VrpTimeWindows.csproj index 545cedb86c..19c3de4b15 100644 --- a/ortools/constraint_solver/samples/VrpTimeWindows.csproj +++ b/ortools/constraint_solver/samples/VrpTimeWindows.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.VrpTimeWindows true diff --git a/ortools/constraint_solver/samples/VrpWithTimeLimit.csproj b/ortools/constraint_solver/samples/VrpWithTimeLimit.csproj index ff9f02318d..4f3d45bc28 100644 --- a/ortools/constraint_solver/samples/VrpWithTimeLimit.csproj +++ b/ortools/constraint_solver/samples/VrpWithTimeLimit.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.VrpWithTimeLimit true diff --git a/ortools/graph/samples/SimpleMaxFlowProgram.csproj b/ortools/graph/samples/SimpleMaxFlowProgram.csproj index b9e5b64038..6412ac2585 100644 --- a/ortools/graph/samples/SimpleMaxFlowProgram.csproj +++ b/ortools/graph/samples/SimpleMaxFlowProgram.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.SimpleMaxFlowProgram true diff --git a/ortools/graph/samples/SimpleMinCostFlowProgram.csproj b/ortools/graph/samples/SimpleMinCostFlowProgram.csproj index 78cb84e53d..326a3ab8d1 100644 --- a/ortools/graph/samples/SimpleMinCostFlowProgram.csproj +++ b/ortools/graph/samples/SimpleMinCostFlowProgram.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.SimpleMinCostFlowProgram true diff --git a/ortools/linear_solver/samples/LinearProgrammingExample.csproj b/ortools/linear_solver/samples/LinearProgrammingExample.csproj index a694f0a5db..d5bf3379fe 100644 --- a/ortools/linear_solver/samples/LinearProgrammingExample.csproj +++ b/ortools/linear_solver/samples/LinearProgrammingExample.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.LinearProgrammingExample true diff --git a/ortools/linear_solver/samples/MipVarArray.csproj b/ortools/linear_solver/samples/MipVarArray.csproj index 5bbc282c71..87306cca33 100644 --- a/ortools/linear_solver/samples/MipVarArray.csproj +++ b/ortools/linear_solver/samples/MipVarArray.csproj @@ -1,10 +1,14 @@ Exe - 7.2 + 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json + Google.OrTools.MipVarArray + true @@ -15,6 +19,6 @@ - + diff --git a/ortools/linear_solver/samples/SimpleLpProgram.csproj b/ortools/linear_solver/samples/SimpleLpProgram.csproj index bf654ad2a2..7dbb3c4314 100644 --- a/ortools/linear_solver/samples/SimpleLpProgram.csproj +++ b/ortools/linear_solver/samples/SimpleLpProgram.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.SimpleLpProgram true diff --git a/ortools/linear_solver/samples/SimpleMipProgram.csproj b/ortools/linear_solver/samples/SimpleMipProgram.csproj index 26831e6fdc..2db5917079 100644 --- a/ortools/linear_solver/samples/SimpleMipProgram.csproj +++ b/ortools/linear_solver/samples/SimpleMipProgram.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.SimpleMipProgram true diff --git a/ortools/sat/samples/BinPackingProblemSat.csproj b/ortools/sat/samples/BinPackingProblemSat.csproj index 8a8d467807..f753a90da2 100644 --- a/ortools/sat/samples/BinPackingProblemSat.csproj +++ b/ortools/sat/samples/BinPackingProblemSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.BinPackingProblemSat true diff --git a/ortools/sat/samples/BoolOrSampleSat.csproj b/ortools/sat/samples/BoolOrSampleSat.csproj index 35b6a2ebf4..b73b2c0d54 100644 --- a/ortools/sat/samples/BoolOrSampleSat.csproj +++ b/ortools/sat/samples/BoolOrSampleSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.BoolOrSampleSat true diff --git a/ortools/sat/samples/ChannelingSampleSat.csproj b/ortools/sat/samples/ChannelingSampleSat.csproj index 3bbd6a0984..8155fc6d8b 100644 --- a/ortools/sat/samples/ChannelingSampleSat.csproj +++ b/ortools/sat/samples/ChannelingSampleSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.ChannelingSampleSat true diff --git a/ortools/sat/samples/CpIsFunSat.csproj b/ortools/sat/samples/CpIsFunSat.csproj index cbe48bed28..017311bee7 100644 --- a/ortools/sat/samples/CpIsFunSat.csproj +++ b/ortools/sat/samples/CpIsFunSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.CpIsFunSat true diff --git a/ortools/sat/samples/EarlinessTardinessCostSampleSat.csproj b/ortools/sat/samples/EarlinessTardinessCostSampleSat.csproj index 4a0ab24bff..2774cd3fe8 100644 --- a/ortools/sat/samples/EarlinessTardinessCostSampleSat.csproj +++ b/ortools/sat/samples/EarlinessTardinessCostSampleSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.EarlinessTardinessCostSampleSat true diff --git a/ortools/sat/samples/IntervalSampleSat.csproj b/ortools/sat/samples/IntervalSampleSat.csproj index 476ac3232c..cab72dfacd 100644 --- a/ortools/sat/samples/IntervalSampleSat.csproj +++ b/ortools/sat/samples/IntervalSampleSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.IntervalSampleSat true diff --git a/ortools/sat/samples/LiteralSampleSat.csproj b/ortools/sat/samples/LiteralSampleSat.csproj index c3fd08f4d3..e98984228e 100644 --- a/ortools/sat/samples/LiteralSampleSat.csproj +++ b/ortools/sat/samples/LiteralSampleSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.LiteralSampleSat true diff --git a/ortools/sat/samples/NoOverlapSampleSat.csproj b/ortools/sat/samples/NoOverlapSampleSat.csproj index e3bb6adc4e..47fcc8635d 100644 --- a/ortools/sat/samples/NoOverlapSampleSat.csproj +++ b/ortools/sat/samples/NoOverlapSampleSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.NoOverlapSampleSat true diff --git a/ortools/sat/samples/OptionalIntervalSampleSat.csproj b/ortools/sat/samples/OptionalIntervalSampleSat.csproj index 0352ed1666..a0ac03476a 100644 --- a/ortools/sat/samples/OptionalIntervalSampleSat.csproj +++ b/ortools/sat/samples/OptionalIntervalSampleSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.OptionalIntervalSampleSat true diff --git a/ortools/sat/samples/RabbitsAndPheasantsSat.csproj b/ortools/sat/samples/RabbitsAndPheasantsSat.csproj index 0930b78d9f..b7ee6f4dc3 100644 --- a/ortools/sat/samples/RabbitsAndPheasantsSat.csproj +++ b/ortools/sat/samples/RabbitsAndPheasantsSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.RabbitsAndPheasantsSat true diff --git a/ortools/sat/samples/RankingSampleSat.csproj b/ortools/sat/samples/RankingSampleSat.csproj index 8d3471c157..ca2de369d4 100644 --- a/ortools/sat/samples/RankingSampleSat.csproj +++ b/ortools/sat/samples/RankingSampleSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.RankingSampleSat true diff --git a/ortools/sat/samples/ReifiedSampleSat.csproj b/ortools/sat/samples/ReifiedSampleSat.csproj index 96f2d9639b..289518579d 100644 --- a/ortools/sat/samples/ReifiedSampleSat.csproj +++ b/ortools/sat/samples/ReifiedSampleSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.ReifiedSampleSat true diff --git a/ortools/sat/samples/SearchForAllSolutionsSampleSat.csproj b/ortools/sat/samples/SearchForAllSolutionsSampleSat.csproj index 0ba4c9c98d..7fbec452bf 100644 --- a/ortools/sat/samples/SearchForAllSolutionsSampleSat.csproj +++ b/ortools/sat/samples/SearchForAllSolutionsSampleSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.SearchForAllSolutionsSampleSat true diff --git a/ortools/sat/samples/SimpleSatProgram.csproj b/ortools/sat/samples/SimpleSatProgram.csproj index 4635e33e01..66b2002e5d 100644 --- a/ortools/sat/samples/SimpleSatProgram.csproj +++ b/ortools/sat/samples/SimpleSatProgram.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.SimpleSatProgram true diff --git a/ortools/sat/samples/SolutionHintingSampleSat.csproj b/ortools/sat/samples/SolutionHintingSampleSat.csproj index 96d82052e2..7e61d0751e 100644 --- a/ortools/sat/samples/SolutionHintingSampleSat.csproj +++ b/ortools/sat/samples/SolutionHintingSampleSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.SolutionHintingSampleSat true diff --git a/ortools/sat/samples/SolveAndPrintIntermediateSolutionsSampleSat.csproj b/ortools/sat/samples/SolveAndPrintIntermediateSolutionsSampleSat.csproj index ebfb972936..ee90d37bfe 100644 --- a/ortools/sat/samples/SolveAndPrintIntermediateSolutionsSampleSat.csproj +++ b/ortools/sat/samples/SolveAndPrintIntermediateSolutionsSampleSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.SolveAndPrintIntermediateSolutionsSampleSat true diff --git a/ortools/sat/samples/SolveWithTimeLimitSampleSat.csproj b/ortools/sat/samples/SolveWithTimeLimitSampleSat.csproj index 84ebf75b93..0013efd898 100644 --- a/ortools/sat/samples/SolveWithTimeLimitSampleSat.csproj +++ b/ortools/sat/samples/SolveWithTimeLimitSampleSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.SolveWithTimeLimitSampleSat true diff --git a/ortools/sat/samples/StepFunctionSampleSat.csproj b/ortools/sat/samples/StepFunctionSampleSat.csproj index b7609c9334..3346fdc06a 100644 --- a/ortools/sat/samples/StepFunctionSampleSat.csproj +++ b/ortools/sat/samples/StepFunctionSampleSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.StepFunctionSampleSat true diff --git a/ortools/sat/samples/StopAfterNSolutionsSampleSat.csproj b/ortools/sat/samples/StopAfterNSolutionsSampleSat.csproj index d52c9e9196..5b8603e88b 100644 --- a/ortools/sat/samples/StopAfterNSolutionsSampleSat.csproj +++ b/ortools/sat/samples/StopAfterNSolutionsSampleSat.csproj @@ -4,6 +4,8 @@ 7.3 netcoreapp2.1 false + + LatestMajor ../../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json Google.OrTools.StopAfterNSolutionsSampleSat true