Skip to content

Commit

Permalink
Add net8 build of OpenRiaServices.Hosting.AspNetCore so that users do…
Browse files Browse the repository at this point in the history
…n't need to install System.Collections.Immutable (#479)
  • Loading branch information
Daniel-Svensson authored Jan 19, 2024
1 parent 08858c1 commit df236ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<DefineConstants>$(DefineConstants);SERVERFX;ASPNET_CORE</DefineConstants>
<RootNamespace>OpenRiaServices.Hosting</RootNamespace>
<!-- Ignore documentation varnings while experimental-->
Expand Down

0 comments on commit df236ed

Please sign in to comment.