Skip to content

Commit dceaa51

Browse files
committed
simple cleanup and typo
1 parent ea18370 commit dceaa51

File tree

5 files changed

+2
-154
lines changed

5 files changed

+2
-154
lines changed

src/Cloud5mins.ShortenerTools.Api/Cloud5mins.ShortenerTools.Api.http

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Content-Type: application/json
1919
"Title": ".NET Aspire Azure Blob Storage integration"
2020
}
2121

22-
### ERROR URL no valide
22+
### ERROR URL not valid
2323

2424
POST {{Api_HostAddress}}/api/UrlCreate
2525
Accept: application/json

src/Cloud5mins.ShortenerTools.Core/Cloud5mins.ShortenerTools.Core.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<ItemGroup>
88
<PackageReference Include="Aspire.Azure.Data.Tables" Version="9.0.0" />
99
<PackageReference Include="cronos" Version="0.9.0" />
10-
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.8" />
1110
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.1" />
1211
</ItemGroup>
1312
</Project>

src/Cloud5mins.ShortenerTools.Core/Domain/IStorageTableHelper.cs

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/Cloud5mins.ShortenerTools.Core/Domain/ShortUrlEntity_old.cs

Lines changed: 0 additions & 131 deletions
This file was deleted.

src/Cloud5mins.ShortenerTools.ServiceDefaults/Cloud5mins.ShortenerTools.ServiceDefaults.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<IsAspireSharedProject>true</IsAspireSharedProject>

0 commit comments

Comments
 (0)