Skip to content

Commit

Permalink
Remove unused target
Browse files Browse the repository at this point in the history
Would complicate packages that only target .net-android etc
  • Loading branch information
danielchalmers committed Feb 1, 2024
1 parent 4f8e0a0 commit d645128
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<!-- Build -->
<PropertyGroup>
<TargetFrameworks>$(TargetFrameworks);net8.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Deterministic>true</Deterministic>
<NoWarn>BL0007,CA1822,CA2254,IDE0079,IDE0305</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion JournalApp/JournalApp.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFrameworks>$(TargetFrameworks);net8.0-android</TargetFrameworks>
<TargetFrameworks>net8.0-android</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks>
<OutputType Condition="'$(TargetFramework)' != 'net8.0'">Exe</OutputType>
<RootNamespace>JournalApp</RootNamespace>
Expand Down

0 comments on commit d645128

Please sign in to comment.