dotnet: Bump all csproj 7.4 -> 7.5

This commit is contained in:
Corentin Le Molgat
2020-01-27 09:38:53 +01:00
parent 248c5a1c60
commit 9ad19233cc
187 changed files with 187 additions and 187 deletions

View File

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

View File

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

View File

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

View File

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