Newer
Older
hypermedia-blazorcrud / Blazorcrud.Shared / Blazorcrud.Shared.csproj
@Derek Comartin Derek Comartin on 12 Jul 331 bytes Init
<Project Sdk="Microsoft.NET.Sdk">
	<PropertyGroup>
		<TargetFramework>net7.0</TargetFramework>
		<Nullable>enable</Nullable>
		<ImplicitUsings>enable</ImplicitUsings>
	</PropertyGroup>
	<ItemGroup>
		<SupportedPlatform Include="browser" />
		<PackageReference Include="FluentValidation" Version="11.4.0" />
	</ItemGroup>
</Project>