-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBusTracker.csproj
22 lines (19 loc) · 1.07 KB
/
BusTracker.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<RuntimeIdentifiers>linux-x64</RuntimeIdentifiers>
<PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BuildBundlerMinifier" Version="2.8.391" />
<PackageReference Include="CoordinateSharp" Version="1.1.3.9" />
<PackageReference Include="Itinero" Version="1.4.0-pre92" />
<PackageReference Include="Itinero.IO.Osm" Version="1.4.0-pre92" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.AspNetCore.WebSockets" Version="2.2.1" />
<PackageReference Include="Trill" Version="2018.12.13.2" />
<RuntimeHostConfigurationOption Include="System.Globalization.Invariant" Value="true" />
</ItemGroup>
</Project>