Skip to content

Commit b6cbb7d

Browse files
Upgrade to .NET 8.0.2
1 parent cd94efd commit b6cbb7d

25 files changed

+8
-8
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
dotnet-version: 8.0.x
1616
- name: Publish with dotnet
17-
run: dotnet publish ./src --configuration Release --output build
17+
run: dotnet publish ./src/BlazorPages --configuration Release --output build
1818
- name: Deploy to Github Pages
1919
uses: JamesIves/github-pages-deploy-action@releases/v3
2020
with:

src/BlazorPages.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.8.34525.116
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorPages", "BlazorPages.csproj", "{B1EC3835-D12A-4DEE-81DE-D37E4AA13C85}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorPages", "BlazorPages\BlazorPages.csproj", "{0A572D6D-2D55-4F3A-B962-11649B34A28C}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Any CPU = Debug|Any CPU
1111
Release|Any CPU = Release|Any CPU
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{B1EC3835-D12A-4DEE-81DE-D37E4AA13C85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{B1EC3835-D12A-4DEE-81DE-D37E4AA13C85}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{B1EC3835-D12A-4DEE-81DE-D37E4AA13C85}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{B1EC3835-D12A-4DEE-81DE-D37E4AA13C85}.Release|Any CPU.Build.0 = Release|Any CPU
14+
{0A572D6D-2D55-4F3A-B962-11649B34A28C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{0A572D6D-2D55-4F3A-B962-11649B34A28C}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{0A572D6D-2D55-4F3A-B962-11649B34A28C}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{0A572D6D-2D55-4F3A-B962-11649B34A28C}.Release|Any CPU.Build.0 = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE
File renamed without changes.

src/BlazorPages.csproj renamed to src/BlazorPages/BlazorPages.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.1" />
12-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.1" PrivateAssets="all" />
11+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.2" />
12+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.2" PrivateAssets="all" />
1313
</ItemGroup>
1414

1515
<ItemGroup>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)