Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist authored Dec 2, 2023
1 parent 19aad8a commit 4c8263f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/Web.TwitterComponents/Web.TwitterComponents.csproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>Learning.Blazor.TwitterComponents</RootNamespace>
<RazorLangVersion>5.0</RazorLangVersion>
<Nullable>enable</Nullable>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>Learning.Blazor.TwitterComponents</RootNamespace>
<RazorLangVersion>5.0</RazorLangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>true</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.25" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.25" />

</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4c8263f

Please sign in to comment.