Skip to content

Commit

Permalink
💁
Browse files Browse the repository at this point in the history
  • Loading branch information
hlaueriksson committed Apr 11, 2022
1 parent d0f8ece commit 963b8d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\GEmojiSharp.Blazor\GEmojiSharp.Blazor.csproj" />
<PackageReference Include="GEmojiSharp.Blazor" Version="2.0.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GEmojiSharp.Blazor" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.3" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\GEmojiSharp.Blazor\GEmojiSharp.Blazor.csproj" />
</ItemGroup>

</Project>
5 changes: 1 addition & 4 deletions samples/GEmojiSharp.Sample.Web/GEmojiSharp.Sample.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GEmojiSharp.AspNetCore" Version="2.0.0" />
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="4.6.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.161" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\GEmojiSharp.AspNetCore\GEmojiSharp.AspNetCore.csproj" />
</ItemGroup>

</Project>

0 comments on commit 963b8d7

Please sign in to comment.