Files
ortools-clone/tools/dotnet/example.csproj
Corentin Le Molgat 6cd212b442 dotnet: rework CLR_KEYFILE management
- Move tools/netstandard to tools/dotnet
- Create Strong Name Keyfile using dotnet.
- Protect against space in DOTNET_BIN
2018-07-13 08:55:41 +02:00

16 lines
337 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.5.1" />
<PackageReference Include="Google.OrTools.Core" Version="6.6.*" />
</ItemGroup>
</Project>