Skip to content

Commit

Permalink
Change new lib's target framework to the directory prop the others us…
Browse files Browse the repository at this point in the history
…e and make it trimmable
  • Loading branch information
Regenhardt Marlon committed Feb 16, 2023
1 parent 9e6101e commit 4e8c93f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Src/Fido2.BlazorWebAssembly/Fido2.BlazorWebAssembly.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>$(SupportedTargetFrameworks)</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<IsTrimmable>true</IsTrimmable>
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4e8c93f

Please sign in to comment.