aboutsummaryrefslogtreecommitdiff
path: root/Backend/InfobusApp.csproj
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-05-26 10:48:43 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-05-26 10:48:43 +0200
commit5ced7f916d94e86e9a7ec164bee56f9a8e3a2a3a (patch)
treeb1ef5afa17b4a2f9fb2cbd683afc2fb6d905b5e1 /Backend/InfobusApp.csproj
parent4637373b50636e78dc2c7b6f99be879edb4ff7dc (diff)
Replace Azure SWA with custom server
Diffstat (limited to 'Backend/InfobusApp.csproj')
-rw-r--r--Backend/InfobusApp.csproj36
1 files changed, 0 insertions, 36 deletions
diff --git a/Backend/InfobusApp.csproj b/Backend/InfobusApp.csproj
deleted file mode 100644
index 587bb81..0000000
--- a/Backend/InfobusApp.csproj
+++ /dev/null
@@ -1,36 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net8.0</TargetFramework>
- <AzureFunctionsVersion>v4</AzureFunctionsVersion>
- <OutputType>Exe</OutputType>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- <RootNamespace>Costasdev.UrbanoVigoWeb</RootNamespace>
- </PropertyGroup>
-
- <ItemGroup>
- <FrameworkReference Include="Microsoft.AspNetCore.App" />
- <PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.21.0" />
- <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.1.0" />
- <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="1.2.1" />
- <PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.17.0" />
- <PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.22.0" />
- <PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.2.0" />
-
- <PackageReference Include="Costasdev.VigoTransitApi" Version="0.1.0" />
- </ItemGroup>
-
- <ItemGroup>
- <None Update="host.json">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <None Update="local.settings.json">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- <CopyToPublishDirectory>Never</CopyToPublishDirectory>
- </None>
- </ItemGroup>
-
- <ItemGroup>
- <Using Include="System.Threading.ExecutionContext" Alias="ExecutionContext" />
- </ItemGroup>
-</Project> \ No newline at end of file