aboutsummaryrefslogtreecommitdiff
path: root/Backend/InfobusApp.csproj
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-08-25 23:12:48 +0200
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-08-25 23:12:48 +0200
commitdc20c2ba8377a90a3170642c9b3df6cd5166ad72 (patch)
tree744a6ce5076fc3378ded6a08acca122637229afc /Backend/InfobusApp.csproj
Initial commit
Diffstat (limited to 'Backend/InfobusApp.csproj')
-rw-r--r--Backend/InfobusApp.csproj36
1 files changed, 36 insertions, 0 deletions
diff --git a/Backend/InfobusApp.csproj b/Backend/InfobusApp.csproj
new file mode 100644
index 0000000..587bb81
--- /dev/null
+++ b/Backend/InfobusApp.csproj
@@ -0,0 +1,36 @@
+<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