Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,6 @@ FodyWeavers.xsd
.azure
src/Services/STEMify-Backend/STEMify-Backend.AppHost/appsettings.json
src/Services/STEMify-Backend/STEMify-Backend.AppHost/appsettings.json
docs/*
.vs/*
API/appsettings.json
/docsShev
Binary file removed .vs/CourtManagament/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
1,026 changes: 0 additions & 1,026 deletions .vs/CourtManagament/config/applicationhost.config

This file was deleted.

Binary file not shown.
Binary file removed .vs/CourtManagament/v17/.futdcache.v2
Binary file not shown.
Binary file removed .vs/CourtManagament/v17/.suo
Binary file not shown.
265 changes: 0 additions & 265 deletions .vs/CourtManagament/v17/DocumentLayout.json

This file was deleted.

30 changes: 13 additions & 17 deletions API/API.csproj
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<_FunctionsSkipCleanOutput>true</_FunctionsSkipCleanOutput>
<_FunctionsSkipCleanOutput>true</_FunctionsSkipCleanOutput>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Hangfire" Version="1.8.14" />
<PackageReference Include="Hangfire.SqlServer" Version="1.8.14" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.SignalRService" Version="1.14.0" />
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.7" />
<PackageReference Include="Microsoft.IdentityModel.Protocols" Version="7.6.2" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.6.2" />
<PackageReference Include="QRCoder" Version="1.4.2" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.6.2" />

<PackageReference Include="Hangfire" Version="1.8.14" />
<PackageReference Include="Hangfire.SqlServer" Version="1.8.14" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.SignalRService" Version="1.14.0" />
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.7" />
<PackageReference Include="Microsoft.IdentityModel.Protocols" Version="7.6.2" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.6.2" />
<PackageReference Include="QRCoder" Version="1.4.2" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.6.2" />
<PackageReference Include="Firebase.Auth" Version="1.0.0" />
<PackageReference Include="FirebaseStorage.net" Version="1.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.6" />
Expand All @@ -29,13 +26,12 @@
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />

</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\BuildingBlocks\BuildingBlocks.Logging\BuildingBlocks.Logging.csproj" />
<ProjectReference Include="..\Services\Services.csproj">
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\CourtCaller.Persistence\CourtCaller.Persistence.csproj" />
</ItemGroup>

</Project>
18 changes: 0 additions & 18 deletions API/API.csproj.user

This file was deleted.

Loading