Skip to content

Commit

Permalink
.net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMoore committed Jan 5, 2024
1 parent 51d694c commit 6e82928
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions RoboKiwi.com/RoboKiwi.com.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<AssemblyName>RoboKiwi</AssemblyName>
Expand All @@ -14,9 +14,9 @@
<DefaultItemExcludes>$(DefaultItemExcludes);$(SpaRoot)node_modules\**</DefaultItemExcludes>
</PropertyGroup>

<ItemGroup>
<ItemGroup>
<PackageReference Include="SiteGen.Core" Version="0.1.7-alpha" />
</ItemGroup>
</ItemGroup>

<ItemGroup>
<!-- Don't publish the SPA source files, but do show them in the project files list -->
Expand All @@ -27,6 +27,7 @@

<ItemGroup>
<ProjectReference Include="..\..\SiteGen\src\SiteGen.Core\SiteGen.Core.csproj" />
<ProjectReference Include="..\..\SiteGen\src\SiteGen.Extensions.Markdown.Prism\SiteGen.Extensions.Markdown.Prism.csproj" />
</ItemGroup>

<Target Name="DebugEnsureNodeEnv" BeforeTargets="Build" Condition=" '' == 'true' and '$(Configuration)' == 'Debug' And !Exists('$(SpaRoot)node_modules') ">
Expand Down

0 comments on commit 6e82928

Please sign in to comment.