Skip to content

Commit

Permalink
Merge pull request #18 from EnchantedCoder/fix-samples
Browse files Browse the repository at this point in the history
Blazor Server sample: Fix target frameworks.
  • Loading branch information
tossnet authored Nov 29, 2023
2 parents 52f359c + 93d2ddc commit 4099b98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions samples/BlazorServer/BlazorServer.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFrameworks>net7.0</TargetFrameworks>
<LangVersion>10.0</LangVersion>
<TargetFrameworks>net6.0; net7.0; net8.0</TargetFrameworks>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>BlazorServer</RootNamespace>
Expand Down

0 comments on commit 4099b98

Please sign in to comment.