Skip to content

Commit a9cfd39

Browse files
Update ASP.NET Core version (#40)
Bump version 6 -> 8
1 parent 8132bd9 commit a9cfd39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ASP.NET Core/ASP.NET Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
</PropertyGroup>
66
<Target Name="DebugEnsureNodeEnv" BeforeTargets="BeforeBuild" Condition=" '$(Configuration)' == 'Debug' And !Exists('$(SpaRoot)node_modules') ">
77
<!-- Ensure Node.js is installed -->

0 commit comments

Comments
 (0)