Skip to content

Commit

Permalink
Update MauiRazorClassLibrarySample.csproj
Browse files Browse the repository at this point in the history
Try multi-targeting this project
  • Loading branch information
jonathanpeppers committed Sep 29, 2022
1 parent b17eab1 commit 765d0b4
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.Razor">

<PropertyGroup>
<TargetFramework>$(_MauiDotNetTfm)</TargetFramework>
<TargetFrameworks>$(MauiPlatforms);$(_MauiDotNetTfm)</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit 765d0b4

Please sign in to comment.