Bump csproj

This commit is contained in:
Mizux Seiha
2020-09-01 15:47:58 +02:00
parent c29f1fbd09
commit 96263307e9
192 changed files with 192 additions and 192 deletions

View File

@@ -19,6 +19,6 @@
<ItemGroup>
<Compile Include="AssignmentMip.cs" />
<PackageReference Include="Google.OrTools" Version="7.8.*" />
<PackageReference Include="Google.OrTools" Version="8.0.*" />
</ItemGroup>
</Project>

View File

@@ -19,6 +19,6 @@
<ItemGroup>
<Compile Include="BinPackingMip.cs" />
<PackageReference Include="Google.OrTools" Version="7.8.*" />
<PackageReference Include="Google.OrTools" Version="8.0.*" />
</ItemGroup>
</Project>

View File

@@ -19,6 +19,6 @@
<ItemGroup>
<Compile Include="LinearProgrammingExample.cs" />
<PackageReference Include="Google.OrTools" Version="7.8.*" />
<PackageReference Include="Google.OrTools" Version="8.0.*" />
</ItemGroup>
</Project>

View File

@@ -19,6 +19,6 @@
<ItemGroup>
<Compile Include="MipVarArray.cs" />
<PackageReference Include="Google.OrTools" Version="7.8.*" />
<PackageReference Include="Google.OrTools" Version="8.0.*" />
</ItemGroup>
</Project>

View File

@@ -19,6 +19,6 @@
<ItemGroup>
<Compile Include="MultipleKnapsackMip.cs" />
<PackageReference Include="Google.OrTools" Version="7.8.*" />
<PackageReference Include="Google.OrTools" Version="8.0.*" />
</ItemGroup>
</Project>

View File

@@ -19,6 +19,6 @@
<ItemGroup>
<Compile Include="SimpleLpProgram.cs" />
<PackageReference Include="Google.OrTools" Version="7.8.*" />
<PackageReference Include="Google.OrTools" Version="8.0.*" />
</ItemGroup>
</Project>

View File

@@ -19,6 +19,6 @@
<ItemGroup>
<Compile Include="SimpleMipProgram.cs" />
<PackageReference Include="Google.OrTools" Version="7.8.*" />
<PackageReference Include="Google.OrTools" Version="8.0.*" />
</ItemGroup>
</Project>