Files
ortools-clone/tools/netstandard/example.csproj
ziad 06843c9e01 create readme for .net standard
update archive makefile to include .netstandard binaries and examples
fix .netstandard version and signing
2018-02-08 01:23:13 -08: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>