Initial commit - ECommerce project
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="FluentValidation" Version="12.1.1" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- <ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.11" />
|
||||
</ItemGroup> -->
|
||||
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user