Update .csproj of all samples

Allow to rollforward
This commit is contained in:
Mizux Seiha
2020-01-09 18:22:18 +01:00
parent f22e4aad93
commit 90c54ef30e
188 changed files with 380 additions and 2 deletions

View File

@@ -4,6 +4,8 @@
<LangVersion>7.3</LangVersion>
<TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultItems>false</EnableDefaultItems>
<!-- see https://github.com/dotnet/docs/issues/12237 -->
<RollForward>LatestMajor</RollForward>
<RestoreSources>../../packages;$(RestoreSources);https://api.nuget.org/v3/index.json</RestoreSources>
<AssemblyName>Google.OrTools.csintegerprogramming</AssemblyName>
<IsPackable>true</IsPackable>