Skip to content

Commit

Permalink
Build/v2-#2-update-framework-workflow
Browse files Browse the repository at this point in the history
build: atualiza o framework para 9, pacotes nuget e o workflow do github
  • Loading branch information
FHumberto authored Nov 21, 2024
2 parents 11c8504 + a02675a commit 2ec8f56
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.x
dotnet-version: 9.x
include-prerelease: true

- name: dotnet workload restore
Expand Down
6 changes: 5 additions & 1 deletion Nexo.sln
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ VisualStudioVersion = 17.9.34902.65
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nexo.UI", "src\Nexo.UI\Nexo.UI.csproj", "{D08D9E78-026A-4AF6-9F38-2F7D1AF75007}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4A100314-CF64-4985-A185-68B3F90C39A4}"
ProjectSection(SolutionItems) = preProject
.github\workflows\deploy.yml = .github\workflows\deploy.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -22,4 +27,3 @@ Global
SolutionGuid = {909B3319-FC14-45FE-99DA-BA43322DFC6C}
EndGlobalSection
EndGlobal
bal
6 changes: 3 additions & 3 deletions src/Nexo.UI/Nexo.UI.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
Expand All @@ -10,8 +10,8 @@
<PackageReference Include="Blazicons.Bootstrap" Version="2.0.30" />
<PackageReference Include="Blazicons.Devicon" Version="1.0.3" />
<PackageReference Include="Blazicons.MaterialDesignIcons" Version="2.0.19" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.5" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.0" PrivateAssets="all" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions src/Nexo.UI/wwwroot/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<html lang="pt-br">

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="img/favicon_fh-32x32.png" />
<link rel="icon" href="img/favicon_fh-16x16.png" />
<title>Nexo.UI</title>
<title>Nexo</title>
<base href="/" />
<link rel="stylesheet" href="css/app.css" />
<link href="Nexo.UI.styles.css" rel="stylesheet" />
Expand Down

0 comments on commit 2ec8f56

Please sign in to comment.