update csproj

This commit is contained in:
Laurent Perron
2019-06-30 11:06:28 +02:00
parent dcdf944907
commit 0c9b6d44d9
190 changed files with 2041 additions and 2061 deletions

View File

@@ -17,6 +17,6 @@
<ItemGroup>
<Compile Include="SimpleLpProgram.cs" />
<PackageReference Include="Google.OrTools" Version="7.1.*" />
<PackageReference Include="Google.OrTools" Version="7.2.*" />
</ItemGroup>
</Project>

View File

@@ -17,6 +17,6 @@
<ItemGroup>
<Compile Include="SimpleMipProgram.cs" />
<PackageReference Include="Google.OrTools" Version="7.1.*" />
<PackageReference Include="Google.OrTools" Version="7.2.*" />
</ItemGroup>
</Project>