diff options
Diffstat (limited to 'Backend/InfobusApp.csproj')
| -rw-r--r-- | Backend/InfobusApp.csproj | 36 |
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 |
