- Move tools/netstandard to tools/dotnet - Create Strong Name Keyfile using dotnet. - Protect against space in DOTNET_BIN
16 lines
337 B
XML
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>
|
|
|
|
|