Skip to content

Commit dec0d9f

Browse files
author
Andrew Omondi
committed
chore: fix tfm target
1 parent d9ee437 commit dec0d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/blob/main/CHANGELOG.md
3232
</PackageReleaseNotes>
3333
<!-- By default let the Maui targets be excluded to make contribution for external parties easier and dependabot updates. They can be enabled by adding `-p:IncludeMauiTargets=true` to the target build/restore command which is done in the CI.-->
34-
<TargetFrameworks>netstandard2.0;net462;net8.0-browser;$(MauiTargets)</TargetFrameworks>
34+
<TargetFrameworks>netstandard2.0;net462;$(MauiTargets)</TargetFrameworks>
3535
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3636
<EmbedUntrackedSources>true</EmbedUntrackedSources>
3737
<Deterministic>true</Deterministic>

0 commit comments

Comments
 (0)