Skip to content

Commit

Permalink
net8 in github actions
Browse files Browse the repository at this point in the history
Update net8
Prerendering components
  • Loading branch information
d074064 committed Mar 12, 2024
1 parent c3ed070 commit 9b53522
Show file tree
Hide file tree
Showing 2,176 changed files with 46,771 additions and 39,278 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: PublishApp
env:
PUBLISH_DIR: bin/Release/net7.0/publish/wwwroot
PUBLISH_DIR: bin/Release/net8.0/publish/wwwroot
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Controls when the action will run
on:
Expand All @@ -25,7 +25,8 @@ jobs:
- name: Rewrite base href
uses: SteveSandersonMS/ghaction-rewrite-base-href@v1
with:
html_path: ${{ env.PUBLISH_DIR }}/index.html
#html_path: ${{ env.PUBLISH_DIR }}/index.html
html_path: bin/Release/net8.0/publish/wwwroot/index.html
base_href: /CV/
#- name: Print Directories Tree
#run: |
Expand Down
17 changes: 9 additions & 8 deletions CV.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Blazorise" Version="1.2.1" />
<PackageReference Include="Blazorise.Bootstrap" Version="1.2.1" />
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.2.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="7.0.2" />
<PackageReference Include="Radzen.Blazor" Version="4.7.4" />
<PackageReference Include="Blazorise" Version="1.4.2" />
<PackageReference Include="Blazorise.Bootstrap" Version="1.4.2" />
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.4.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="8.0.2" />
<PackageReference Include="Radzen.Blazor" Version="4.26.0" />
</ItemGroup>

<ItemGroup>
Expand Down
50 changes: 25 additions & 25 deletions CV.sln
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CV", "CV.csproj", "{0BD2F42D-CBCF-4E80-9612-53919EE901A4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0BD2F42D-CBCF-4E80-9612-53919EE901A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BD2F42D-CBCF-4E80-9612-53919EE901A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BD2F42D-CBCF-4E80-9612-53919EE901A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BD2F42D-CBCF-4E80-9612-53919EE901A4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {81BC936A-0801-485A-BA96-6BCE4A524A36}
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CV", "CV.csproj", "{0BD2F42D-CBCF-4E80-9612-53919EE901A4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0BD2F42D-CBCF-4E80-9612-53919EE901A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BD2F42D-CBCF-4E80-9612-53919EE901A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BD2F42D-CBCF-4E80-9612-53919EE901A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BD2F42D-CBCF-4E80-9612-53919EE901A4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {81BC936A-0801-485A-BA96-6BCE4A524A36}
EndGlobalSection
EndGlobal
11 changes: 7 additions & 4 deletions Pages/Index.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
@using CV.Shared.Resources;
@using static Microsoft.AspNetCore.Components.Web.RenderMode
@rendermode InteractiveWebAssembly

@inject IStringLocalizer<AllResourcesRes> AllResourcesResolver

@page "/"
@* @page "/" *@
@page "/CV"


Expand Down Expand Up @@ -44,8 +47,8 @@
</Tabs>
</RadzenTabs>


@*/*
@* *
<Carousel @bind-SelectedSlide=@selectedSlide Autoplay=false>
<CarouselSlide Name="1">
<Inicio />
Expand All @@ -59,7 +62,7 @@
<Experiencia />
</CarouselSlide>
</Carousel> */*@
</Carousel> */ *@
@code {
private string selectedSlide = "1";
}
2 changes: 2 additions & 0 deletions Pages/PreRenderComponent.razor
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@page "/"
<Inicio/>
4 changes: 3 additions & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@
using Blazorise;
using Blazorise.Bootstrap;
using Blazorise.Icons.FontAwesome;
using CV.Pages;

var builder = WebAssemblyHostBuilder.CreateDefault(args);
builder.RootComponents.Add<PreRenderComponent>("#preRenderComponent");
builder.RootComponents.Add<App>("#app");
builder.RootComponents.Add<HeadOutlet>("head::after");


builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri(builder.HostEnvironment.BaseAddress) });

builder.Services.AddLocalization();


builder.Services
.AddBlazorise(options =>
{
Expand Down
Binary file removed bin/Debug/net7.0/Blazorise.Bootstrap.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/Blazorise.Icons.FontAwesome.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/Blazorise.Licensing.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/Blazorise.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/CV.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/CV.pdb
Binary file not shown.
1 change: 0 additions & 1 deletion bin/Debug/net7.0/CV.staticwebassets.runtime.json

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed bin/Debug/net7.0/Microsoft.AspNetCore.Metadata.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/Microsoft.CSharp.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed bin/Debug/net7.0/Microsoft.Extensions.Logging.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/Microsoft.Extensions.Options.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/Microsoft.Extensions.Primitives.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/Microsoft.JSInterop.WebAssembly.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/Microsoft.JSInterop.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/Microsoft.VisualBasic.Core.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/Microsoft.VisualBasic.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/Microsoft.Win32.Primitives.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/Microsoft.Win32.Registry.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/Radzen.Blazor.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.AppContext.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Buffers.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Collections.Concurrent.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Collections.Immutable.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Collections.NonGeneric.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Collections.Specialized.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Collections.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.ComponentModel.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Configuration.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Console.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Core.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Data.Common.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Data.DataSetExtensions.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Data.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Diagnostics.Contracts.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Diagnostics.Debug.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Diagnostics.Process.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Diagnostics.StackTrace.dll
Binary file not shown.
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Diagnostics.Tools.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Diagnostics.TraceSource.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Diagnostics.Tracing.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Drawing.Primitives.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Drawing.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Dynamic.Runtime.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Formats.Asn1.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Formats.Tar.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Globalization.Calendars.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Globalization.Extensions.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Globalization.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.IO.Compression.Brotli.dll
Binary file not shown.
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.IO.Compression.ZipFile.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.IO.Compression.dll
Binary file not shown.
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.IO.FileSystem.DriveInfo.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.IO.FileSystem.Primitives.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.IO.FileSystem.Watcher.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.IO.FileSystem.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.IO.IsolatedStorage.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.IO.MemoryMappedFiles.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.IO.Pipelines.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.IO.Pipes.AccessControl.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.IO.Pipes.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.IO.UnmanagedMemoryStream.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.IO.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Linq.Dynamic.Core.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Linq.Expressions.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Linq.Parallel.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Linq.Queryable.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Linq.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Memory.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Net.Http.Json.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Net.Http.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Net.HttpListener.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Net.Mail.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Net.NameResolution.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Net.NetworkInformation.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Net.Ping.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Net.Primitives.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Net.Quic.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Net.Requests.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Net.Security.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Net.ServicePoint.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Net.Sockets.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Net.WebClient.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Net.WebHeaderCollection.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Net.WebProxy.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Net.WebSockets.Client.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Net.WebSockets.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Net.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Numerics.Vectors.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Numerics.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.ObjectModel.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Private.CoreLib.dll
Binary file not shown.
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Private.Uri.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Private.Xml.Linq.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Private.Xml.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Reflection.DispatchProxy.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Reflection.Emit.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Reflection.Extensions.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Reflection.Metadata.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Reflection.Primitives.dll
Binary file not shown.
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Reflection.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Resources.Reader.dll
Binary file not shown.
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Resources.Writer.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Runtime.Extensions.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Runtime.Handles.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Runtime.InteropServices.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Runtime.Intrinsics.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Runtime.Loader.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Runtime.Numerics.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Runtime.Serialization.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Runtime.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Security.AccessControl.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Security.Claims.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Security.Cryptography.dll
Binary file not shown.
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Security.Principal.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Security.SecureString.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Security.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.ServiceModel.Web.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.ServiceProcess.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Text.Encoding.CodePages.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Text.Encoding.Extensions.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Text.Encoding.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Text.Encodings.Web.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Text.Json.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Text.RegularExpressions.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Threading.Channels.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Threading.Overlapped.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Threading.Tasks.Parallel.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Threading.Tasks.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Threading.Thread.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Threading.ThreadPool.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Threading.Timer.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Threading.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Transactions.Local.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Transactions.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.ValueTuple.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Web.HttpUtility.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Web.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Windows.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Xml.Linq.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Xml.ReaderWriter.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Xml.Serialization.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Xml.XDocument.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Xml.XPath.XDocument.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Xml.XPath.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Xml.XmlDocument.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Xml.XmlSerializer.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.Xml.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/System.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/WindowsBase.dll
Binary file not shown.
33 changes: 0 additions & 33 deletions bin/Debug/net7.0/dotnet.js

This file was deleted.

Binary file removed bin/Debug/net7.0/dotnet.timezones.blat
Binary file not shown.
Binary file removed bin/Debug/net7.0/dotnet.wasm
Binary file not shown.
Binary file removed bin/Debug/net7.0/en/CV.resources.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/icudt.dat
Binary file not shown.
Binary file removed bin/Debug/net7.0/mscorlib.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/netstandard.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed bin/Debug/net7.0/wwwroot/_framework/Blazorise.dll
Binary file not shown.
Binary file not shown.
Binary file removed bin/Debug/net7.0/wwwroot/_framework/CV.dll
Binary file not shown.
Binary file removed bin/Debug/net7.0/wwwroot/_framework/CV.dll.gz
Binary file not shown.
Binary file removed bin/Debug/net7.0/wwwroot/_framework/CV.pdb
Binary file not shown.
Binary file removed bin/Debug/net7.0/wwwroot/_framework/CV.pdb.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 9b53522

Please sign in to comment.