aboutsummaryrefslogtreecommitdiff
path: root/src/Enmarcha.Sources.GtfsRealtime/Enmarcha.Sources.GtfsRealtime.csproj
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-03-15 20:10:35 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2026-03-15 20:10:35 +0100
commitc0e758b1e793159fc86c85916130f8959360c64e (patch)
tree7ecece46af74e324ee9ece7e649191ab28d08d5e /src/Enmarcha.Sources.GtfsRealtime/Enmarcha.Sources.GtfsRealtime.csproj
parent7a52e14912b952f32e7c9d1a70d2e2ba14f9ad1a (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.csproj14
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>