Skip to content

Commit 9b72aaf

Browse files
committed
Disassemble Kiota testing framework
1 parent 664068d commit 9b72aaf

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

tests/Riverside.CompilerPlatform.Features.Tests/Lapse12345.json renamed to tests/Riverside.CompilerPlatform.Features.Tests/Lapse.json

File renamed without changes.
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<Configurations>VisualBasic;CSharp</Configurations>
@@ -11,18 +11,20 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<!--<ProjectReference Include="$(FeaturesDirectory)\Riverside.CompilerPlatform.Features.DynamicCast\Riverside.CompilerPlatform.Features.DynamicCast.csproj" OutputItemType="Analyzer" />
14+
<ProjectReference Include="$(FeaturesDirectory)\Riverside.CompilerPlatform.Features.DynamicCast\Riverside.CompilerPlatform.Features.DynamicCast.csproj" OutputItemType="Analyzer" />
1515
<ProjectReference Include="$(FeaturesDirectory)\Riverside.CompilerPlatform.Features.Kiota\Riverside.CompilerPlatform.Features.Kiota.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
1616
<ProjectReference Include="$(ExtensionsDirectory)\Riverside.CompilerPlatform.SourceGenerators\Riverside.CompilerPlatform.SourceGenerators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
17-
<ProjectReference Include="$(ExtensionsDirectory)\Riverside.CompilerPlatform.Extensions\Riverside.CompilerPlatform.Extensions.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />-->
17+
<ProjectReference Include="$(ExtensionsDirectory)\Riverside.CompilerPlatform.Extensions\Riverside.CompilerPlatform.Extensions.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Riverside.CompilerPlatform.CSharp.Features.Kiota" Version="1.5.0" PrivateAssets="all" />
21+
<!--<PackageReference Include="Riverside.CompilerPlatform.CSharp.Features.Kiota" Version="1.5.0" PrivateAssets="all" />-->
22+
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.21.2" />
23+
<PackageReference Include="Microsoft.Kiota.Bundle" Version="1.21.2" />
2224
</ItemGroup>
2325

2426
<ItemGroup>
25-
<AdditionalFiles Include="Lapse12345.json" />
27+
<AdditionalFiles Include="Lapse.json" />
2628
</ItemGroup>
2729

2830
</Project>

0 commit comments

Comments
 (0)