diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-15 20:10:35 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-15 20:10:35 +0100 |
| commit | c0e758b1e793159fc86c85916130f8959360c64e (patch) | |
| tree | 7ecece46af74e324ee9ece7e649191ab28d08d5e /src/Enmarcha.Sources.GtfsRealtime/Enmarcha.Sources.GtfsRealtime.csproj | |
| parent | 7a52e14912b952f32e7c9d1a70d2e2ba14f9ad1a (diff) | |
Implement basic real time information for Renfe
Diffstat (limited to 'src/Enmarcha.Sources.GtfsRealtime/Enmarcha.Sources.GtfsRealtime.csproj')
| -rw-r--r-- | src/Enmarcha.Sources.GtfsRealtime/Enmarcha.Sources.GtfsRealtime.csproj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/Enmarcha.Sources.GtfsRealtime/Enmarcha.Sources.GtfsRealtime.csproj b/src/Enmarcha.Sources.GtfsRealtime/Enmarcha.Sources.GtfsRealtime.csproj new file mode 100644 index 0000000..0f21b54 --- /dev/null +++ b/src/Enmarcha.Sources.GtfsRealtime/Enmarcha.Sources.GtfsRealtime.csproj @@ -0,0 +1,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> |
