aboutsummaryrefslogtreecommitdiff
path: root/src/Enmarcha.Sources.GtfsRealtime/Enmarcha.Sources.GtfsRealtime.csproj
blob: 0f21b5440430f9d82f44913f03a7aa3d6e0f7194 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <TargetFramework>net10.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
    </PropertyGroup>

    <ItemGroup>
        <PackageReference Include="Google.Protobuf" />
        <PackageReference Include="Microsoft.Extensions.Logging" />
        <PackageReference Include="NodaTime" />
    </ItemGroup>
</Project>