Skip to content

Commit ecc780a

Browse files
author
aligneddev
committed
user secret
1 parent be9807e commit ecc780a

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

src/BikeTracking.Api/BikeTracking.Api.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
33
<TargetFramework>net10.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
6+
<UserSecretsId>9922aaf0-6b3e-4713-9f45-0c47abb144b3</UserSecretsId>
67
</PropertyGroup>
78

89
<ItemGroup>

src/BikeTracking.Api/Infrastructure/Persistence/Migrations/20260331135119_AddGasPriceToRidesAndLookupCache.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
#nullable disable
1+
using System;
2+
using BikeTracking.Api.Infrastructure.Persistence;
3+
using Microsoft.EntityFrameworkCore.Infrastructure;
4+
using Microsoft.EntityFrameworkCore.Migrations;
5+
#nullable disable
26

37
namespace BikeTracking.Api.Infrastructure.Persistence.Migrations
48
{

0 commit comments

Comments
 (0)