Skip to content

Commit 03be3b4

Browse files
committed
Remove unnecessary code
1 parent 505dc84 commit 03be3b4

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

src/features/Riverside.CompilerPlatform.Features.Kiota/Kiota.props

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
</Target>
2121

2222
<Target Name="Kiota_ValidateLanguageAndFramework" BeforeTargets="CoreCompile">
23-
<ItemGroup>
24-
<Analyzer Include="$(MSBuildThisFileDirectory\..\analyzers\cs\Riverside.CompilerPlatform.CSharp.Features.Kiota.dll" />
25-
</ItemGroup>
26-
2723
<ItemGroup>
2824
<_Kiota_TargetFramework Include="$(TargetFramework)" Condition="'$(TargetFramework)' != ''" />
2925
<_Kiota_TargetFramework Include="$(TargetFrameworks)" Condition="'$(TargetFrameworks)' != ''" />

src/features/Riverside.CompilerPlatform.Features.Kiota/Riverside.CompilerPlatform.Features.Kiota.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Configurations>CSharp</Configurations>
6-
<IsRoslynComponent>true</IsRoslynComponent>
76
<IncludeBuildOutput>false</IncludeBuildOutput>
87
<NoWarn>$(NoWarn);NU5128</NoWarn>
98
</PropertyGroup>

0 commit comments

Comments
 (0)