diff --git a/examples/contrib/3_jugs_regular.csproj b/examples/contrib/3_jugs_regular.csproj index 06852af952..2e7c65926d 100644 --- a/examples/contrib/3_jugs_regular.csproj +++ b/examples/contrib/3_jugs_regular.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/a_puzzle.csproj b/examples/contrib/a_puzzle.csproj index fc477c36c0..0ca55c41ba 100644 --- a/examples/contrib/a_puzzle.csproj +++ b/examples/contrib/a_puzzle.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/a_round_of_golf.csproj b/examples/contrib/a_round_of_golf.csproj index 994d14d940..b8a4da8675 100644 --- a/examples/contrib/a_round_of_golf.csproj +++ b/examples/contrib/a_round_of_golf.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/all_interval.csproj b/examples/contrib/all_interval.csproj index 48f714f18c..adfa87b3b4 100644 --- a/examples/contrib/all_interval.csproj +++ b/examples/contrib/all_interval.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/alldifferent_except_0.csproj b/examples/contrib/alldifferent_except_0.csproj index 16cefd41cb..256db65a3b 100644 --- a/examples/contrib/alldifferent_except_0.csproj +++ b/examples/contrib/alldifferent_except_0.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/assignment.csproj b/examples/contrib/assignment.csproj index 2f0ce0fa1a..4b931226ae 100644 --- a/examples/contrib/assignment.csproj +++ b/examples/contrib/assignment.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/broken_weights.csproj b/examples/contrib/broken_weights.csproj index 7a5b302345..d6fa370198 100644 --- a/examples/contrib/broken_weights.csproj +++ b/examples/contrib/broken_weights.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/bus_schedule.csproj b/examples/contrib/bus_schedule.csproj index 0ffc3f1272..aa1e932c11 100644 --- a/examples/contrib/bus_schedule.csproj +++ b/examples/contrib/bus_schedule.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/circuit.csproj b/examples/contrib/circuit.csproj index 223b573757..391f61a92c 100644 --- a/examples/contrib/circuit.csproj +++ b/examples/contrib/circuit.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/circuit2.csproj b/examples/contrib/circuit2.csproj index c231b494a8..5b1937ef8a 100644 --- a/examples/contrib/circuit2.csproj +++ b/examples/contrib/circuit2.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/coins3.csproj b/examples/contrib/coins3.csproj index 5fec2a96bd..a9e938a583 100644 --- a/examples/contrib/coins3.csproj +++ b/examples/contrib/coins3.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/coins_grid.csproj b/examples/contrib/coins_grid.csproj index b89eadb0a7..87da6b3102 100644 --- a/examples/contrib/coins_grid.csproj +++ b/examples/contrib/coins_grid.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/combinatorial_auction2.csproj b/examples/contrib/combinatorial_auction2.csproj index 0b3e9ba59c..0343da513c 100644 --- a/examples/contrib/combinatorial_auction2.csproj +++ b/examples/contrib/combinatorial_auction2.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/contiguity_regular.csproj b/examples/contrib/contiguity_regular.csproj index 6a4bef985f..29dce51135 100644 --- a/examples/contrib/contiguity_regular.csproj +++ b/examples/contrib/contiguity_regular.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/contiguity_transition.csproj b/examples/contrib/contiguity_transition.csproj index e6675afde6..1352f70b38 100644 --- a/examples/contrib/contiguity_transition.csproj +++ b/examples/contrib/contiguity_transition.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/costas_array.csproj b/examples/contrib/costas_array.csproj index 4fbbbed79b..30f33099e8 100644 --- a/examples/contrib/costas_array.csproj +++ b/examples/contrib/costas_array.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/covering_opl.csproj b/examples/contrib/covering_opl.csproj index 59acff58ca..0f9f71e7b7 100644 --- a/examples/contrib/covering_opl.csproj +++ b/examples/contrib/covering_opl.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/crew.csproj b/examples/contrib/crew.csproj index 5ae762f7e6..61531a3f75 100644 --- a/examples/contrib/crew.csproj +++ b/examples/contrib/crew.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/crossword.csproj b/examples/contrib/crossword.csproj index 381a1d64e3..6a3b01ba6d 100644 --- a/examples/contrib/crossword.csproj +++ b/examples/contrib/crossword.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/crypta.csproj b/examples/contrib/crypta.csproj index 3b8abc4949..ac857d891c 100644 --- a/examples/contrib/crypta.csproj +++ b/examples/contrib/crypta.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/crypto.csproj b/examples/contrib/crypto.csproj index fcdf381ae1..f772fa6dbe 100644 --- a/examples/contrib/crypto.csproj +++ b/examples/contrib/crypto.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/csdiet.csproj b/examples/contrib/csdiet.csproj index ddd18e2cc8..4842ecf276 100644 --- a/examples/contrib/csdiet.csproj +++ b/examples/contrib/csdiet.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/curious_set_of_integers.csproj b/examples/contrib/curious_set_of_integers.csproj index 13c9dfc38a..5dc8151873 100644 --- a/examples/contrib/curious_set_of_integers.csproj +++ b/examples/contrib/curious_set_of_integers.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/debruijn.csproj b/examples/contrib/debruijn.csproj index 5ff224b9fc..07a639bcf5 100644 --- a/examples/contrib/debruijn.csproj +++ b/examples/contrib/debruijn.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/discrete_tomography.csproj b/examples/contrib/discrete_tomography.csproj index 3b50a7d926..655b75d8d1 100644 --- a/examples/contrib/discrete_tomography.csproj +++ b/examples/contrib/discrete_tomography.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/divisible_by_9_through_1.csproj b/examples/contrib/divisible_by_9_through_1.csproj index c6e77448d9..db59e9fa83 100644 --- a/examples/contrib/divisible_by_9_through_1.csproj +++ b/examples/contrib/divisible_by_9_through_1.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/dudeney.csproj b/examples/contrib/dudeney.csproj index ff24c09ff5..30f843f551 100644 --- a/examples/contrib/dudeney.csproj +++ b/examples/contrib/dudeney.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/einav_puzzle2.csproj b/examples/contrib/einav_puzzle2.csproj index ddee164a5a..f3e69ccb65 100644 --- a/examples/contrib/einav_puzzle2.csproj +++ b/examples/contrib/einav_puzzle2.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/eq10.csproj b/examples/contrib/eq10.csproj index 30cfb3d9bc..525a20fd09 100644 --- a/examples/contrib/eq10.csproj +++ b/examples/contrib/eq10.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/eq20.csproj b/examples/contrib/eq20.csproj index 9eff13ddf1..7c9fdb6b2b 100644 --- a/examples/contrib/eq20.csproj +++ b/examples/contrib/eq20.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/fill_a_pix.csproj b/examples/contrib/fill_a_pix.csproj index a67a6b66fe..760242008f 100644 --- a/examples/contrib/fill_a_pix.csproj +++ b/examples/contrib/fill_a_pix.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/furniture_moving.csproj b/examples/contrib/furniture_moving.csproj index 56dae7f3fe..24f66de5e7 100644 --- a/examples/contrib/furniture_moving.csproj +++ b/examples/contrib/furniture_moving.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/futoshiki.csproj b/examples/contrib/futoshiki.csproj index 57fdd63325..875f7696a9 100644 --- a/examples/contrib/futoshiki.csproj +++ b/examples/contrib/futoshiki.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/golomb_ruler.csproj b/examples/contrib/golomb_ruler.csproj index b23d02d4f5..79d5727b02 100644 --- a/examples/contrib/golomb_ruler.csproj +++ b/examples/contrib/golomb_ruler.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/grocery.csproj b/examples/contrib/grocery.csproj index e6b9b91506..3a97081974 100644 --- a/examples/contrib/grocery.csproj +++ b/examples/contrib/grocery.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/hidato_table.csproj b/examples/contrib/hidato_table.csproj index 7d80576934..e8642c5cea 100644 --- a/examples/contrib/hidato_table.csproj +++ b/examples/contrib/hidato_table.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/just_forgotten.csproj b/examples/contrib/just_forgotten.csproj index 07377862ae..d9906e2212 100644 --- a/examples/contrib/just_forgotten.csproj +++ b/examples/contrib/just_forgotten.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/kakuro.csproj b/examples/contrib/kakuro.csproj index 207a813a7f..8451482c7c 100644 --- a/examples/contrib/kakuro.csproj +++ b/examples/contrib/kakuro.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/kenken2.csproj b/examples/contrib/kenken2.csproj index 7ac5cd7193..05e9b2e973 100644 --- a/examples/contrib/kenken2.csproj +++ b/examples/contrib/kenken2.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/killer_sudoku.csproj b/examples/contrib/killer_sudoku.csproj index 8d4f32504a..f9c9dfe6bb 100644 --- a/examples/contrib/killer_sudoku.csproj +++ b/examples/contrib/killer_sudoku.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/labeled_dice.csproj b/examples/contrib/labeled_dice.csproj index 711bdc32cf..5cd03bc331 100644 --- a/examples/contrib/labeled_dice.csproj +++ b/examples/contrib/labeled_dice.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/langford.csproj b/examples/contrib/langford.csproj index 7f8dbb7667..6eaaf2d622 100644 --- a/examples/contrib/langford.csproj +++ b/examples/contrib/langford.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/least_diff.csproj b/examples/contrib/least_diff.csproj index 2aed8049c5..16b3de80d9 100644 --- a/examples/contrib/least_diff.csproj +++ b/examples/contrib/least_diff.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/lectures.csproj b/examples/contrib/lectures.csproj index 12c5e12767..d1af37d3b1 100644 --- a/examples/contrib/lectures.csproj +++ b/examples/contrib/lectures.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/magic_sequence.csproj b/examples/contrib/magic_sequence.csproj index 0ee588d835..4c6aa38e5a 100644 --- a/examples/contrib/magic_sequence.csproj +++ b/examples/contrib/magic_sequence.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/magic_square.csproj b/examples/contrib/magic_square.csproj index 31a56d9583..6e5b98e6be 100644 --- a/examples/contrib/magic_square.csproj +++ b/examples/contrib/magic_square.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/magic_square_and_cards.csproj b/examples/contrib/magic_square_and_cards.csproj index 54e77c1b1a..b360ba772f 100644 --- a/examples/contrib/magic_square_and_cards.csproj +++ b/examples/contrib/magic_square_and_cards.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/map.csproj b/examples/contrib/map.csproj index c6f8161a19..d5dd38704b 100644 --- a/examples/contrib/map.csproj +++ b/examples/contrib/map.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/map2.csproj b/examples/contrib/map2.csproj index 3821f65d63..8e4565a13f 100644 --- a/examples/contrib/map2.csproj +++ b/examples/contrib/map2.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/marathon2.csproj b/examples/contrib/marathon2.csproj index 45ec76ed57..b2b0df0bf0 100644 --- a/examples/contrib/marathon2.csproj +++ b/examples/contrib/marathon2.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/max_flow_taha.csproj b/examples/contrib/max_flow_taha.csproj index 138fa039a3..d708096d16 100644 --- a/examples/contrib/max_flow_taha.csproj +++ b/examples/contrib/max_flow_taha.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/max_flow_winston1.csproj b/examples/contrib/max_flow_winston1.csproj index 64a82d8b69..7509ca1b68 100644 --- a/examples/contrib/max_flow_winston1.csproj +++ b/examples/contrib/max_flow_winston1.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/minesweeper.csproj b/examples/contrib/minesweeper.csproj index 356c930dce..25ab5fb6c2 100644 --- a/examples/contrib/minesweeper.csproj +++ b/examples/contrib/minesweeper.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/mr_smith.csproj b/examples/contrib/mr_smith.csproj index 4914a4fdd8..ff70bd0300 100644 --- a/examples/contrib/mr_smith.csproj +++ b/examples/contrib/mr_smith.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/nontransitive_dice.csproj b/examples/contrib/nontransitive_dice.csproj index 023931f453..dfba0c4c47 100644 --- a/examples/contrib/nontransitive_dice.csproj +++ b/examples/contrib/nontransitive_dice.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/nqueens.csproj b/examples/contrib/nqueens.csproj index 2f7b2464f8..a3f26dd557 100644 --- a/examples/contrib/nqueens.csproj +++ b/examples/contrib/nqueens.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/nurse_rostering_regular.csproj b/examples/contrib/nurse_rostering_regular.csproj index 516a764b36..2358472611 100644 --- a/examples/contrib/nurse_rostering_regular.csproj +++ b/examples/contrib/nurse_rostering_regular.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/nurse_rostering_transition.csproj b/examples/contrib/nurse_rostering_transition.csproj index 774d1369f0..c811d4ea52 100644 --- a/examples/contrib/nurse_rostering_transition.csproj +++ b/examples/contrib/nurse_rostering_transition.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/olympic.csproj b/examples/contrib/olympic.csproj index 6ae6d85277..ffdcd8b5e2 100644 --- a/examples/contrib/olympic.csproj +++ b/examples/contrib/olympic.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/organize_day.csproj b/examples/contrib/organize_day.csproj index d216a3f2f9..2311c68958 100644 --- a/examples/contrib/organize_day.csproj +++ b/examples/contrib/organize_day.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/p_median.csproj b/examples/contrib/p_median.csproj index fb215fa052..18367ac213 100644 --- a/examples/contrib/p_median.csproj +++ b/examples/contrib/p_median.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/pandigital_numbers.csproj b/examples/contrib/pandigital_numbers.csproj index ed777301af..55f5364d3a 100644 --- a/examples/contrib/pandigital_numbers.csproj +++ b/examples/contrib/pandigital_numbers.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/partition.csproj b/examples/contrib/partition.csproj index 7b1053d7c4..8c9b178786 100644 --- a/examples/contrib/partition.csproj +++ b/examples/contrib/partition.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/perfect_square_sequence.csproj b/examples/contrib/perfect_square_sequence.csproj index 636fe1c5f2..6a6c4dfe29 100644 --- a/examples/contrib/perfect_square_sequence.csproj +++ b/examples/contrib/perfect_square_sequence.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/photo_problem.csproj b/examples/contrib/photo_problem.csproj index 0d3dba52da..9490a82bac 100644 --- a/examples/contrib/photo_problem.csproj +++ b/examples/contrib/photo_problem.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/place_number_puzzle.csproj b/examples/contrib/place_number_puzzle.csproj index 27aeea3111..203d88925d 100644 --- a/examples/contrib/place_number_puzzle.csproj +++ b/examples/contrib/place_number_puzzle.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/post_office_problem2.csproj b/examples/contrib/post_office_problem2.csproj index 81389daa02..9f440200a0 100644 --- a/examples/contrib/post_office_problem2.csproj +++ b/examples/contrib/post_office_problem2.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/quasigroup_completion.csproj b/examples/contrib/quasigroup_completion.csproj index f1b943ce34..989ea31574 100644 --- a/examples/contrib/quasigroup_completion.csproj +++ b/examples/contrib/quasigroup_completion.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/regex.csproj b/examples/contrib/regex.csproj index 4769a8b12a..67bbd8f386 100644 --- a/examples/contrib/regex.csproj +++ b/examples/contrib/regex.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/rogo2.csproj b/examples/contrib/rogo2.csproj index d6c322c29c..af21acf02e 100644 --- a/examples/contrib/rogo2.csproj +++ b/examples/contrib/rogo2.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/scheduling_speakers.csproj b/examples/contrib/scheduling_speakers.csproj index ecc9b6b01b..6be1c205c7 100644 --- a/examples/contrib/scheduling_speakers.csproj +++ b/examples/contrib/scheduling_speakers.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/secret_santa.csproj b/examples/contrib/secret_santa.csproj index 3bc6c5bcc3..93a764e81b 100644 --- a/examples/contrib/secret_santa.csproj +++ b/examples/contrib/secret_santa.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/secret_santa2.csproj b/examples/contrib/secret_santa2.csproj index 0f39c56736..ffb8c6b285 100644 --- a/examples/contrib/secret_santa2.csproj +++ b/examples/contrib/secret_santa2.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/send_more_money.csproj b/examples/contrib/send_more_money.csproj index 38d3880416..c1fbfff0d0 100644 --- a/examples/contrib/send_more_money.csproj +++ b/examples/contrib/send_more_money.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/send_more_money2.csproj b/examples/contrib/send_more_money2.csproj index 5459e985e6..324de9685a 100644 --- a/examples/contrib/send_more_money2.csproj +++ b/examples/contrib/send_more_money2.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/send_most_money.csproj b/examples/contrib/send_most_money.csproj index 9f9c928f28..77b5a3bb55 100644 --- a/examples/contrib/send_most_money.csproj +++ b/examples/contrib/send_most_money.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/seseman.csproj b/examples/contrib/seseman.csproj index 78ef4d84e4..cb7a723256 100644 --- a/examples/contrib/seseman.csproj +++ b/examples/contrib/seseman.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/set_covering.csproj b/examples/contrib/set_covering.csproj index 1c478a7875..aba2903e60 100644 --- a/examples/contrib/set_covering.csproj +++ b/examples/contrib/set_covering.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/set_covering2.csproj b/examples/contrib/set_covering2.csproj index 038cfaacac..ee28ab5303 100644 --- a/examples/contrib/set_covering2.csproj +++ b/examples/contrib/set_covering2.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/set_covering3.csproj b/examples/contrib/set_covering3.csproj index 4c36ec2a5e..a596a3df91 100644 --- a/examples/contrib/set_covering3.csproj +++ b/examples/contrib/set_covering3.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/set_covering4.csproj b/examples/contrib/set_covering4.csproj index dcaebdda34..e651736d24 100644 --- a/examples/contrib/set_covering4.csproj +++ b/examples/contrib/set_covering4.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/set_covering_deployment.csproj b/examples/contrib/set_covering_deployment.csproj index 605a02d001..44a5bf7a7e 100644 --- a/examples/contrib/set_covering_deployment.csproj +++ b/examples/contrib/set_covering_deployment.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/set_covering_skiena.csproj b/examples/contrib/set_covering_skiena.csproj index 715f0ec6b6..db6a50dde1 100644 --- a/examples/contrib/set_covering_skiena.csproj +++ b/examples/contrib/set_covering_skiena.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/set_partition.csproj b/examples/contrib/set_partition.csproj index b6dad7cea1..5f4b047336 100644 --- a/examples/contrib/set_partition.csproj +++ b/examples/contrib/set_partition.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/sicherman_dice.csproj b/examples/contrib/sicherman_dice.csproj index 6e726e72ec..bb50f85f0f 100644 --- a/examples/contrib/sicherman_dice.csproj +++ b/examples/contrib/sicherman_dice.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/ski_assignment.csproj b/examples/contrib/ski_assignment.csproj index bab586f0de..0bc9078193 100644 --- a/examples/contrib/ski_assignment.csproj +++ b/examples/contrib/ski_assignment.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/stable_marriage.csproj b/examples/contrib/stable_marriage.csproj index 0b9ab63163..0f380ab598 100644 --- a/examples/contrib/stable_marriage.csproj +++ b/examples/contrib/stable_marriage.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/strimko2.csproj b/examples/contrib/strimko2.csproj index c27d0cd452..79e50771ec 100644 --- a/examples/contrib/strimko2.csproj +++ b/examples/contrib/strimko2.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/subset_sum.csproj b/examples/contrib/subset_sum.csproj index edc678aaba..002751e4db 100644 --- a/examples/contrib/subset_sum.csproj +++ b/examples/contrib/subset_sum.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/sudoku.csproj b/examples/contrib/sudoku.csproj index 9a28e10556..3d027eed62 100644 --- a/examples/contrib/sudoku.csproj +++ b/examples/contrib/sudoku.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/survo_puzzle.csproj b/examples/contrib/survo_puzzle.csproj index c4b4af0013..41517d4de7 100644 --- a/examples/contrib/survo_puzzle.csproj +++ b/examples/contrib/survo_puzzle.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/to_num.csproj b/examples/contrib/to_num.csproj index 2bcaef9160..17362c70dc 100644 --- a/examples/contrib/to_num.csproj +++ b/examples/contrib/to_num.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/traffic_lights.csproj b/examples/contrib/traffic_lights.csproj index 09a2fde9d0..ab96a7e6ca 100644 --- a/examples/contrib/traffic_lights.csproj +++ b/examples/contrib/traffic_lights.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/volsay.csproj b/examples/contrib/volsay.csproj index 14a94e71ee..7c187676f0 100644 --- a/examples/contrib/volsay.csproj +++ b/examples/contrib/volsay.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/volsay2.csproj b/examples/contrib/volsay2.csproj index 02c2e5f173..fadc02dd9e 100644 --- a/examples/contrib/volsay2.csproj +++ b/examples/contrib/volsay2.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/volsay3.csproj b/examples/contrib/volsay3.csproj index 8516beca07..c7e9956f98 100644 --- a/examples/contrib/volsay3.csproj +++ b/examples/contrib/volsay3.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/vrptw_fixed_penalty.csproj b/examples/contrib/vrptw_fixed_penalty.csproj index 8e9000ddce..96c7063465 100644 --- a/examples/contrib/vrptw_fixed_penalty.csproj +++ b/examples/contrib/vrptw_fixed_penalty.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/wedding_optimal_chart.csproj b/examples/contrib/wedding_optimal_chart.csproj index 7e5af96bea..e60f66ab0a 100644 --- a/examples/contrib/wedding_optimal_chart.csproj +++ b/examples/contrib/wedding_optimal_chart.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/who_killed_agatha.csproj b/examples/contrib/who_killed_agatha.csproj index dc8e3ab02d..622a122e44 100644 --- a/examples/contrib/who_killed_agatha.csproj +++ b/examples/contrib/who_killed_agatha.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/word_square.csproj b/examples/contrib/word_square.csproj index be80bd797d..ab84c34fa4 100644 --- a/examples/contrib/word_square.csproj +++ b/examples/contrib/word_square.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/xkcd.csproj b/examples/contrib/xkcd.csproj index 6e434f4f02..29464a1fe6 100644 --- a/examples/contrib/xkcd.csproj +++ b/examples/contrib/xkcd.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/young_tableaux.csproj b/examples/contrib/young_tableaux.csproj index 6877f5e784..2985b3e135 100644 --- a/examples/contrib/young_tableaux.csproj +++ b/examples/contrib/young_tableaux.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/contrib/zebra.csproj b/examples/contrib/zebra.csproj index 27366dca0b..f7ea476dab 100644 --- a/examples/contrib/zebra.csproj +++ b/examples/contrib/zebra.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/dotnet/BalanceGroupSat.csproj b/examples/dotnet/BalanceGroupSat.csproj index cabd10261c..653f05cc43 100644 --- a/examples/dotnet/BalanceGroupSat.csproj +++ b/examples/dotnet/BalanceGroupSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/dotnet/GateSchedulingSat.csproj b/examples/dotnet/GateSchedulingSat.csproj index cb78986bd4..1f01e6187a 100644 --- a/examples/dotnet/GateSchedulingSat.csproj +++ b/examples/dotnet/GateSchedulingSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/dotnet/JobshopFt06Sat.csproj b/examples/dotnet/JobshopFt06Sat.csproj index a60282cd83..5469f31083 100644 --- a/examples/dotnet/JobshopFt06Sat.csproj +++ b/examples/dotnet/JobshopFt06Sat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/dotnet/JobshopSat.csproj b/examples/dotnet/JobshopSat.csproj index a1baa091e7..39420d11df 100644 --- a/examples/dotnet/JobshopSat.csproj +++ b/examples/dotnet/JobshopSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/dotnet/NetworkRoutingSat.csproj b/examples/dotnet/NetworkRoutingSat.csproj index a3d16d484e..936a09ce6b 100644 --- a/examples/dotnet/NetworkRoutingSat.csproj +++ b/examples/dotnet/NetworkRoutingSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/dotnet/NursesSat.csproj b/examples/dotnet/NursesSat.csproj index c7a912a613..a8e26220fa 100644 --- a/examples/dotnet/NursesSat.csproj +++ b/examples/dotnet/NursesSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/dotnet/ShiftSchedulingSat.csproj b/examples/dotnet/ShiftSchedulingSat.csproj index 822b920200..9fe141df3c 100644 --- a/examples/dotnet/ShiftSchedulingSat.csproj +++ b/examples/dotnet/ShiftSchedulingSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/dotnet/SpeakerSchedulingSat.csproj b/examples/dotnet/SpeakerSchedulingSat.csproj index f8b777a8a9..d71e8f27bf 100644 --- a/examples/dotnet/SpeakerSchedulingSat.csproj +++ b/examples/dotnet/SpeakerSchedulingSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/dotnet/TaskSchedulingSat.csproj b/examples/dotnet/TaskSchedulingSat.csproj index 69430138f1..4ea7387889 100644 --- a/examples/dotnet/TaskSchedulingSat.csproj +++ b/examples/dotnet/TaskSchedulingSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/dotnet/cscvrptw.csproj b/examples/dotnet/cscvrptw.csproj index 74c75c94e6..901aa5f161 100644 --- a/examples/dotnet/cscvrptw.csproj +++ b/examples/dotnet/cscvrptw.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/dotnet/csflow.csproj b/examples/dotnet/csflow.csproj index 12dd9f3cc3..ee41248196 100644 --- a/examples/dotnet/csflow.csproj +++ b/examples/dotnet/csflow.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/dotnet/csintegerprogramming.csproj b/examples/dotnet/csintegerprogramming.csproj index 7d56693e8e..9ac3f78bfe 100644 --- a/examples/dotnet/csintegerprogramming.csproj +++ b/examples/dotnet/csintegerprogramming.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/dotnet/csknapsack.csproj b/examples/dotnet/csknapsack.csproj index 8653665b0a..10292f87d5 100644 --- a/examples/dotnet/csknapsack.csproj +++ b/examples/dotnet/csknapsack.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/dotnet/cslinearprogramming.csproj b/examples/dotnet/cslinearprogramming.csproj index 18607c723f..b0a8545a5c 100644 --- a/examples/dotnet/cslinearprogramming.csproj +++ b/examples/dotnet/cslinearprogramming.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/dotnet/csls_api.csproj b/examples/dotnet/csls_api.csproj index 73482b4c87..88e6a60de0 100644 --- a/examples/dotnet/csls_api.csproj +++ b/examples/dotnet/csls_api.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/dotnet/csrabbitspheasants.csproj b/examples/dotnet/csrabbitspheasants.csproj index 6852cc96ea..77f2641224 100644 --- a/examples/dotnet/csrabbitspheasants.csproj +++ b/examples/dotnet/csrabbitspheasants.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/dotnet/cstsp.csproj b/examples/dotnet/cstsp.csproj index b43b69674f..11975b83e4 100644 --- a/examples/dotnet/cstsp.csproj +++ b/examples/dotnet/cstsp.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/dotnet/furniture_moving_intervals.csproj b/examples/dotnet/furniture_moving_intervals.csproj index fba1b379a6..bb37c5c94c 100644 --- a/examples/dotnet/furniture_moving_intervals.csproj +++ b/examples/dotnet/furniture_moving_intervals.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/dotnet/organize_day_intervals.csproj b/examples/dotnet/organize_day_intervals.csproj index 69e35de82e..b89b09eb4f 100644 --- a/examples/dotnet/organize_day_intervals.csproj +++ b/examples/dotnet/organize_day_intervals.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/dotnet/techtalk_scheduling.csproj b/examples/dotnet/techtalk_scheduling.csproj index eea0051b9b..15a56341ed 100644 --- a/examples/dotnet/techtalk_scheduling.csproj +++ b/examples/dotnet/techtalk_scheduling.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/tests/ConstraintSolverTests.csproj b/examples/tests/ConstraintSolverTests.csproj index c340955c75..54d8e9e0ba 100644 --- a/examples/tests/ConstraintSolverTests.csproj +++ b/examples/tests/ConstraintSolverTests.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/tests/LinearSolverTests.csproj b/examples/tests/LinearSolverTests.csproj index 000b6393cc..ff7a9e15f2 100644 --- a/examples/tests/LinearSolverTests.csproj +++ b/examples/tests/LinearSolverTests.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/tests/RoutingSolverTests.csproj b/examples/tests/RoutingSolverTests.csproj index 452c9320d1..063f8ff268 100644 --- a/examples/tests/RoutingSolverTests.csproj +++ b/examples/tests/RoutingSolverTests.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/tests/SatSolverTests.csproj b/examples/tests/SatSolverTests.csproj index 37a1ea8a66..c2b8d70257 100644 --- a/examples/tests/SatSolverTests.csproj +++ b/examples/tests/SatSolverTests.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/tests/issue18.csproj b/examples/tests/issue18.csproj index dde73e6367..29718030cd 100644 --- a/examples/tests/issue18.csproj +++ b/examples/tests/issue18.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/tests/issue22.csproj b/examples/tests/issue22.csproj index 7dad0958ef..5f4f469673 100644 --- a/examples/tests/issue22.csproj +++ b/examples/tests/issue22.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/examples/tests/issue33.csproj b/examples/tests/issue33.csproj index bd189d007c..de3a1a4a15 100644 --- a/examples/tests/issue33.csproj +++ b/examples/tests/issue33.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/algorithms/samples/Knapsack.csproj b/ortools/algorithms/samples/Knapsack.csproj index f4cc37e88b..d501e95b3d 100644 --- a/ortools/algorithms/samples/Knapsack.csproj +++ b/ortools/algorithms/samples/Knapsack.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/constraint_solver/samples/SimpleCpProgram.csproj b/ortools/constraint_solver/samples/SimpleCpProgram.csproj index 561cda65ad..dbaf286d6c 100644 --- a/ortools/constraint_solver/samples/SimpleCpProgram.csproj +++ b/ortools/constraint_solver/samples/SimpleCpProgram.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/constraint_solver/samples/SimpleRoutingProgram.csproj b/ortools/constraint_solver/samples/SimpleRoutingProgram.csproj index c512ecf9f7..b47db06f97 100644 --- a/ortools/constraint_solver/samples/SimpleRoutingProgram.csproj +++ b/ortools/constraint_solver/samples/SimpleRoutingProgram.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/constraint_solver/samples/Tsp.csproj b/ortools/constraint_solver/samples/Tsp.csproj index 3c4eb4dbfc..b7f58bb06c 100644 --- a/ortools/constraint_solver/samples/Tsp.csproj +++ b/ortools/constraint_solver/samples/Tsp.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/constraint_solver/samples/TspCircuitBoard.csproj b/ortools/constraint_solver/samples/TspCircuitBoard.csproj index 88a3605bf5..f64d7eac2d 100644 --- a/ortools/constraint_solver/samples/TspCircuitBoard.csproj +++ b/ortools/constraint_solver/samples/TspCircuitBoard.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/constraint_solver/samples/TspCities.csproj b/ortools/constraint_solver/samples/TspCities.csproj index 4a01c24edd..be4ec8061a 100644 --- a/ortools/constraint_solver/samples/TspCities.csproj +++ b/ortools/constraint_solver/samples/TspCities.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/constraint_solver/samples/TspDistanceMatrix.csproj b/ortools/constraint_solver/samples/TspDistanceMatrix.csproj index 603372618a..dde89740f5 100644 --- a/ortools/constraint_solver/samples/TspDistanceMatrix.csproj +++ b/ortools/constraint_solver/samples/TspDistanceMatrix.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/constraint_solver/samples/Vrp.csproj b/ortools/constraint_solver/samples/Vrp.csproj index 23b912e308..7e409d762a 100644 --- a/ortools/constraint_solver/samples/Vrp.csproj +++ b/ortools/constraint_solver/samples/Vrp.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/constraint_solver/samples/VrpBreaks.csproj b/ortools/constraint_solver/samples/VrpBreaks.csproj index 43d0e42747..68441d28d9 100644 --- a/ortools/constraint_solver/samples/VrpBreaks.csproj +++ b/ortools/constraint_solver/samples/VrpBreaks.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/constraint_solver/samples/VrpCapacity.csproj b/ortools/constraint_solver/samples/VrpCapacity.csproj index ee2debd8e2..f8aa92839e 100644 --- a/ortools/constraint_solver/samples/VrpCapacity.csproj +++ b/ortools/constraint_solver/samples/VrpCapacity.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/constraint_solver/samples/VrpDropNodes.csproj b/ortools/constraint_solver/samples/VrpDropNodes.csproj index 62e711273a..9c97ad2407 100644 --- a/ortools/constraint_solver/samples/VrpDropNodes.csproj +++ b/ortools/constraint_solver/samples/VrpDropNodes.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/constraint_solver/samples/VrpGlobalSpan.csproj b/ortools/constraint_solver/samples/VrpGlobalSpan.csproj index bd6c4c3266..3f4138eb33 100644 --- a/ortools/constraint_solver/samples/VrpGlobalSpan.csproj +++ b/ortools/constraint_solver/samples/VrpGlobalSpan.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/constraint_solver/samples/VrpInitialRoutes.csproj b/ortools/constraint_solver/samples/VrpInitialRoutes.csproj index c721846036..09503b634b 100644 --- a/ortools/constraint_solver/samples/VrpInitialRoutes.csproj +++ b/ortools/constraint_solver/samples/VrpInitialRoutes.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/constraint_solver/samples/VrpPickupDelivery.csproj b/ortools/constraint_solver/samples/VrpPickupDelivery.csproj index 5b08d66094..b0711674f7 100644 --- a/ortools/constraint_solver/samples/VrpPickupDelivery.csproj +++ b/ortools/constraint_solver/samples/VrpPickupDelivery.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.csproj b/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.csproj index 792f36aa1e..67d3fd5942 100644 --- a/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.csproj +++ b/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.csproj b/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.csproj index d0daef3c4c..5ccc7e31b5 100644 --- a/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.csproj +++ b/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/constraint_solver/samples/VrpResources.csproj b/ortools/constraint_solver/samples/VrpResources.csproj index 10a96c3e9c..e5bff13f36 100644 --- a/ortools/constraint_solver/samples/VrpResources.csproj +++ b/ortools/constraint_solver/samples/VrpResources.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/constraint_solver/samples/VrpStartsEnds.csproj b/ortools/constraint_solver/samples/VrpStartsEnds.csproj index 620fe33144..4d72557e5f 100644 --- a/ortools/constraint_solver/samples/VrpStartsEnds.csproj +++ b/ortools/constraint_solver/samples/VrpStartsEnds.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/constraint_solver/samples/VrpTimeWindows.csproj b/ortools/constraint_solver/samples/VrpTimeWindows.csproj index 27b576fb68..4646b6cf9f 100644 --- a/ortools/constraint_solver/samples/VrpTimeWindows.csproj +++ b/ortools/constraint_solver/samples/VrpTimeWindows.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/constraint_solver/samples/VrpWithTimeLimit.csproj b/ortools/constraint_solver/samples/VrpWithTimeLimit.csproj index 651d4c11f7..efc1a81d22 100644 --- a/ortools/constraint_solver/samples/VrpWithTimeLimit.csproj +++ b/ortools/constraint_solver/samples/VrpWithTimeLimit.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/dotnet/CreateSigningKey/CreateSigningKey.csproj b/ortools/dotnet/CreateSigningKey/CreateSigningKey.csproj index 92756946c8..57292a77e8 100644 --- a/ortools/dotnet/CreateSigningKey/CreateSigningKey.csproj +++ b/ortools/dotnet/CreateSigningKey/CreateSigningKey.csproj @@ -1,7 +1,7 @@ Exe - netcoreapp2.1 + netcoreapp3.1 1.0.0 diff --git a/ortools/graph/samples/SimpleMaxFlowProgram.csproj b/ortools/graph/samples/SimpleMaxFlowProgram.csproj index fe19d87001..a342f5c99e 100644 --- a/ortools/graph/samples/SimpleMaxFlowProgram.csproj +++ b/ortools/graph/samples/SimpleMaxFlowProgram.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/graph/samples/SimpleMinCostFlowProgram.csproj b/ortools/graph/samples/SimpleMinCostFlowProgram.csproj index 23b70bdffb..05bec3be96 100644 --- a/ortools/graph/samples/SimpleMinCostFlowProgram.csproj +++ b/ortools/graph/samples/SimpleMinCostFlowProgram.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/linear_solver/samples/AssignmentMip.csproj b/ortools/linear_solver/samples/AssignmentMip.csproj index e6f011a9ed..d3972428be 100644 --- a/ortools/linear_solver/samples/AssignmentMip.csproj +++ b/ortools/linear_solver/samples/AssignmentMip.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/linear_solver/samples/BasicExample.csproj b/ortools/linear_solver/samples/BasicExample.csproj index 11e3e3d294..e86f05269c 100644 --- a/ortools/linear_solver/samples/BasicExample.csproj +++ b/ortools/linear_solver/samples/BasicExample.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/linear_solver/samples/BinPackingMip.csproj b/ortools/linear_solver/samples/BinPackingMip.csproj index 07685468c5..e98f4112ed 100644 --- a/ortools/linear_solver/samples/BinPackingMip.csproj +++ b/ortools/linear_solver/samples/BinPackingMip.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/linear_solver/samples/LinearProgrammingExample.csproj b/ortools/linear_solver/samples/LinearProgrammingExample.csproj index 8e0a4e1f53..c169e674cb 100644 --- a/ortools/linear_solver/samples/LinearProgrammingExample.csproj +++ b/ortools/linear_solver/samples/LinearProgrammingExample.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/linear_solver/samples/MipVarArray.csproj b/ortools/linear_solver/samples/MipVarArray.csproj index 91bc7c4f19..865cee9cf9 100644 --- a/ortools/linear_solver/samples/MipVarArray.csproj +++ b/ortools/linear_solver/samples/MipVarArray.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/linear_solver/samples/MultipleKnapsackMip.csproj b/ortools/linear_solver/samples/MultipleKnapsackMip.csproj index c040dbc5d1..c644b8bb32 100644 --- a/ortools/linear_solver/samples/MultipleKnapsackMip.csproj +++ b/ortools/linear_solver/samples/MultipleKnapsackMip.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/linear_solver/samples/SimpleLpProgram.csproj b/ortools/linear_solver/samples/SimpleLpProgram.csproj index f00fc7a9a2..afe854fde4 100644 --- a/ortools/linear_solver/samples/SimpleLpProgram.csproj +++ b/ortools/linear_solver/samples/SimpleLpProgram.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/linear_solver/samples/SimpleMipProgram.csproj b/ortools/linear_solver/samples/SimpleMipProgram.csproj index 6cbd390e77..9c86e26757 100644 --- a/ortools/linear_solver/samples/SimpleMipProgram.csproj +++ b/ortools/linear_solver/samples/SimpleMipProgram.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/linear_solver/samples/StiglerDiet.csproj b/ortools/linear_solver/samples/StiglerDiet.csproj index 526663d702..be0b3116ec 100644 --- a/ortools/linear_solver/samples/StiglerDiet.csproj +++ b/ortools/linear_solver/samples/StiglerDiet.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/sat/samples/AssignmentSat.csproj b/ortools/sat/samples/AssignmentSat.csproj index 6956619003..dbee2890d9 100644 --- a/ortools/sat/samples/AssignmentSat.csproj +++ b/ortools/sat/samples/AssignmentSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/sat/samples/AssumptionsSampleSat.csproj b/ortools/sat/samples/AssumptionsSampleSat.csproj index 3faf246cdc..c8eddead4a 100644 --- a/ortools/sat/samples/AssumptionsSampleSat.csproj +++ b/ortools/sat/samples/AssumptionsSampleSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/sat/samples/BinPackingProblemSat.csproj b/ortools/sat/samples/BinPackingProblemSat.csproj index a1cf1f287e..d189be874f 100644 --- a/ortools/sat/samples/BinPackingProblemSat.csproj +++ b/ortools/sat/samples/BinPackingProblemSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/sat/samples/BoolOrSampleSat.csproj b/ortools/sat/samples/BoolOrSampleSat.csproj index 78d942c855..b78f55e9c7 100644 --- a/ortools/sat/samples/BoolOrSampleSat.csproj +++ b/ortools/sat/samples/BoolOrSampleSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/sat/samples/ChannelingSampleSat.csproj b/ortools/sat/samples/ChannelingSampleSat.csproj index 9fe652f00b..5027fdd7f0 100644 --- a/ortools/sat/samples/ChannelingSampleSat.csproj +++ b/ortools/sat/samples/ChannelingSampleSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/sat/samples/CpIsFunSat.csproj b/ortools/sat/samples/CpIsFunSat.csproj index 6cd6ec6dba..b26faaf174 100644 --- a/ortools/sat/samples/CpIsFunSat.csproj +++ b/ortools/sat/samples/CpIsFunSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/sat/samples/EarlinessTardinessCostSampleSat.csproj b/ortools/sat/samples/EarlinessTardinessCostSampleSat.csproj index 16dbb6099f..de65df151b 100644 --- a/ortools/sat/samples/EarlinessTardinessCostSampleSat.csproj +++ b/ortools/sat/samples/EarlinessTardinessCostSampleSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/sat/samples/IntervalSampleSat.csproj b/ortools/sat/samples/IntervalSampleSat.csproj index 9823cd22f4..98006c16a8 100644 --- a/ortools/sat/samples/IntervalSampleSat.csproj +++ b/ortools/sat/samples/IntervalSampleSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/sat/samples/LiteralSampleSat.csproj b/ortools/sat/samples/LiteralSampleSat.csproj index c420521b87..4c3050d8b8 100644 --- a/ortools/sat/samples/LiteralSampleSat.csproj +++ b/ortools/sat/samples/LiteralSampleSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/sat/samples/NoOverlapSampleSat.csproj b/ortools/sat/samples/NoOverlapSampleSat.csproj index 993cc0c60f..7bb635fc86 100644 --- a/ortools/sat/samples/NoOverlapSampleSat.csproj +++ b/ortools/sat/samples/NoOverlapSampleSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/sat/samples/OptionalIntervalSampleSat.csproj b/ortools/sat/samples/OptionalIntervalSampleSat.csproj index 4d52737068..4246ac90f7 100644 --- a/ortools/sat/samples/OptionalIntervalSampleSat.csproj +++ b/ortools/sat/samples/OptionalIntervalSampleSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/sat/samples/RabbitsAndPheasantsSat.csproj b/ortools/sat/samples/RabbitsAndPheasantsSat.csproj index 00ccf6db23..c137a0f692 100644 --- a/ortools/sat/samples/RabbitsAndPheasantsSat.csproj +++ b/ortools/sat/samples/RabbitsAndPheasantsSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/sat/samples/RankingSampleSat.csproj b/ortools/sat/samples/RankingSampleSat.csproj index 83fa02e8bb..4beaab82f0 100644 --- a/ortools/sat/samples/RankingSampleSat.csproj +++ b/ortools/sat/samples/RankingSampleSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/sat/samples/ReifiedSampleSat.csproj b/ortools/sat/samples/ReifiedSampleSat.csproj index f2d7ec65b9..bc0672f41e 100644 --- a/ortools/sat/samples/ReifiedSampleSat.csproj +++ b/ortools/sat/samples/ReifiedSampleSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/sat/samples/SearchForAllSolutionsSampleSat.csproj b/ortools/sat/samples/SearchForAllSolutionsSampleSat.csproj index 449a6e2ec7..4037e7a01b 100644 --- a/ortools/sat/samples/SearchForAllSolutionsSampleSat.csproj +++ b/ortools/sat/samples/SearchForAllSolutionsSampleSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/sat/samples/SimpleSatProgram.csproj b/ortools/sat/samples/SimpleSatProgram.csproj index 2b2f85e9b1..429701edd3 100644 --- a/ortools/sat/samples/SimpleSatProgram.csproj +++ b/ortools/sat/samples/SimpleSatProgram.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/sat/samples/SolutionHintingSampleSat.csproj b/ortools/sat/samples/SolutionHintingSampleSat.csproj index 88cd25ae27..a5cbf34019 100644 --- a/ortools/sat/samples/SolutionHintingSampleSat.csproj +++ b/ortools/sat/samples/SolutionHintingSampleSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/sat/samples/SolveAndPrintIntermediateSolutionsSampleSat.csproj b/ortools/sat/samples/SolveAndPrintIntermediateSolutionsSampleSat.csproj index 21390ce4a9..59d1980638 100644 --- a/ortools/sat/samples/SolveAndPrintIntermediateSolutionsSampleSat.csproj +++ b/ortools/sat/samples/SolveAndPrintIntermediateSolutionsSampleSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/sat/samples/SolveWithTimeLimitSampleSat.csproj b/ortools/sat/samples/SolveWithTimeLimitSampleSat.csproj index 936e3790ce..b2c73f5a88 100644 --- a/ortools/sat/samples/SolveWithTimeLimitSampleSat.csproj +++ b/ortools/sat/samples/SolveWithTimeLimitSampleSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/sat/samples/StepFunctionSampleSat.csproj b/ortools/sat/samples/StepFunctionSampleSat.csproj index ed935176f5..dafde72fe9 100644 --- a/ortools/sat/samples/StepFunctionSampleSat.csproj +++ b/ortools/sat/samples/StepFunctionSampleSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/ortools/sat/samples/StopAfterNSolutionsSampleSat.csproj b/ortools/sat/samples/StopAfterNSolutionsSampleSat.csproj index 514ed49d66..e210c07133 100644 --- a/ortools/sat/samples/StopAfterNSolutionsSampleSat.csproj +++ b/ortools/sat/samples/StopAfterNSolutionsSampleSat.csproj @@ -2,7 +2,7 @@ Exe 7.3 - netcoreapp2.1 + netcoreapp3.1 false LatestMajor diff --git a/tools/generate_dotnet_proj.sh b/tools/generate_dotnet_proj.sh index c42a46f4b7..569ce5b7d2 100755 --- a/tools/generate_dotnet_proj.sh +++ b/tools/generate_dotnet_proj.sh @@ -52,7 +52,7 @@ cat >"$FILE_PROJ" < Exe ${LANG_VERSION} - netcoreapp2.1 + netcoreapp3.1 false LatestMajor