Skip to content

Commit 26d1bba

Browse files
authored
build: fix Build of Compiler-Extension (#4804)
1 parent 3c5bdb8 commit 26d1bba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Sentry/Sentry.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,7 @@
188188
<ProjectReference Include="..\Sentry.Compiler.Extensions\Sentry.Compiler.Extensions.csproj"
189189
OutputItemType="Analyzer"
190190
ReferenceOutputAssembly="false"
191-
PrivateAssets="all"
192-
SetTargetFramework="TargetFramework=netstandard2.0" />
191+
PrivateAssets="all" />
193192
</ItemGroup>
194193

195194
<PropertyGroup>

0 commit comments

Comments
 (0)