Skip to content

Commit

Permalink
Teste
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-figueiredo-alves committed Jul 30, 2023
1 parent 57c66be commit 07234b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Pages/Index.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@page "/"
@inject IeFirebase eFirebase
@inject IeFirebase teste

<PageTitle>eTasks</PageTitle>

Expand All @@ -14,6 +14,6 @@

protected override void OnInitialized()
{
version = eFirebase.GetVersion();
version = teste.GetVersion();
}
}
7 changes: 1 addition & 6 deletions eTasks-web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="eFirebase4CSharp" Version="1.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.9" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
<Reference Include="eFirebase4CSharp">
<HintPath>..\eFirebase4CSharp\bin\Debug\net7.0\eFirebase4CSharp.dll</HintPath>
</Reference>
</ItemGroup>

</Project>

0 comments on commit 07234b2

Please sign in to comment.