Skip to content

Commit 5f9a56b

Browse files
committed
7.2 -> 7.3
1 parent 798b280 commit 5f9a56b

200 files changed

Lines changed: 368 additions & 2337 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
OR_TOOLS_MAJOR=7
2-
OR_TOOLS_MINOR=2
2+
OR_TOOLS_MINOR=3
33
#PRE_RELEASE=YES

examples/contrib/3_jugs_regular.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<LangVersion>7.2</LangVersion>
4+
<LangVersion>7.3</LangVersion>
55
<TargetFramework>netcoreapp2.1</TargetFramework>
66
<EnableDefaultItems>false</EnableDefaultItems>
77
<RestoreSources>../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json</RestoreSources>
@@ -17,6 +17,6 @@
1717

1818
<ItemGroup>
1919
<Compile Include="3_jugs_regular.cs" />
20-
<PackageReference Include="Google.OrTools" Version="7.2.*" />
20+
<PackageReference Include="Google.OrTools" Version="7.3.*" />
2121
</ItemGroup>
2222
</Project>

examples/contrib/Google.OrTools.Contrib.sln

Lines changed: 0 additions & 1700 deletions
This file was deleted.

examples/contrib/SimpleProgramFSharp.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
<ItemGroup>
1919
<Compile Include="SimpleProgramFSharp.fs" />
20-
<PackageReference Include="Google.OrTools.FSharp" Version="7.2.*" />
20+
<PackageReference Include="Google.OrTools.FSharp" Version="7.3.*" />
2121
</ItemGroup>
2222
</Project>

examples/contrib/a_puzzle.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<LangVersion>7.2</LangVersion>
4+
<LangVersion>7.3</LangVersion>
55
<TargetFramework>netcoreapp2.1</TargetFramework>
66
<EnableDefaultItems>false</EnableDefaultItems>
77
<RestoreSources>../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json</RestoreSources>
@@ -17,6 +17,6 @@
1717

1818
<ItemGroup>
1919
<Compile Include="a_puzzle.cs" />
20-
<PackageReference Include="Google.OrTools" Version="7.2.*" />
20+
<PackageReference Include="Google.OrTools" Version="7.3.*" />
2121
</ItemGroup>
2222
</Project>

examples/contrib/a_round_of_golf.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<LangVersion>7.2</LangVersion>
4+
<LangVersion>7.3</LangVersion>
55
<TargetFramework>netcoreapp2.1</TargetFramework>
66
<EnableDefaultItems>false</EnableDefaultItems>
77
<RestoreSources>../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json</RestoreSources>
@@ -17,6 +17,6 @@
1717

1818
<ItemGroup>
1919
<Compile Include="a_round_of_golf.cs" />
20-
<PackageReference Include="Google.OrTools" Version="7.2.*" />
20+
<PackageReference Include="Google.OrTools" Version="7.3.*" />
2121
</ItemGroup>
2222
</Project>

examples/contrib/all_interval.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<LangVersion>7.2</LangVersion>
4+
<LangVersion>7.3</LangVersion>
55
<TargetFramework>netcoreapp2.1</TargetFramework>
66
<EnableDefaultItems>false</EnableDefaultItems>
77
<RestoreSources>../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json</RestoreSources>
@@ -17,6 +17,6 @@
1717

1818
<ItemGroup>
1919
<Compile Include="all_interval.cs" />
20-
<PackageReference Include="Google.OrTools" Version="7.2.*" />
20+
<PackageReference Include="Google.OrTools" Version="7.3.*" />
2121
</ItemGroup>
2222
</Project>

examples/contrib/alldifferent_except_0.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<LangVersion>7.2</LangVersion>
4+
<LangVersion>7.3</LangVersion>
55
<TargetFramework>netcoreapp2.1</TargetFramework>
66
<EnableDefaultItems>false</EnableDefaultItems>
77
<RestoreSources>../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json</RestoreSources>
@@ -17,6 +17,6 @@
1717

1818
<ItemGroup>
1919
<Compile Include="alldifferent_except_0.cs" />
20-
<PackageReference Include="Google.OrTools" Version="7.2.*" />
20+
<PackageReference Include="Google.OrTools" Version="7.3.*" />
2121
</ItemGroup>
2222
</Project>

examples/contrib/assignment.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<LangVersion>7.2</LangVersion>
4+
<LangVersion>7.3</LangVersion>
55
<TargetFramework>netcoreapp2.1</TargetFramework>
66
<EnableDefaultItems>false</EnableDefaultItems>
77
<RestoreSources>../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json</RestoreSources>
@@ -17,6 +17,6 @@
1717

1818
<ItemGroup>
1919
<Compile Include="assignment.cs" />
20-
<PackageReference Include="Google.OrTools" Version="7.2.*" />
20+
<PackageReference Include="Google.OrTools" Version="7.3.*" />
2121
</ItemGroup>
2222
</Project>

examples/contrib/broken_weights.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<LangVersion>7.2</LangVersion>
4+
<LangVersion>7.3</LangVersion>
55
<TargetFramework>netcoreapp2.1</TargetFramework>
66
<EnableDefaultItems>false</EnableDefaultItems>
77
<RestoreSources>../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json</RestoreSources>
@@ -17,6 +17,6 @@
1717

1818
<ItemGroup>
1919
<Compile Include="broken_weights.cs" />
20-
<PackageReference Include="Google.OrTools" Version="7.2.*" />
20+
<PackageReference Include="Google.OrTools" Version="7.3.*" />
2121
</ItemGroup>
2222
</Project>

0 commit comments

Comments
 (0)