Skip to content

Commit

Permalink
Merge pull request #58 from tonybaloney/tonybaloney-patch-1
Browse files Browse the repository at this point in the history
Add Python as dependency of integration tests project
  • Loading branch information
tonybaloney authored Jul 26, 2024
2 parents 7877c49 + 6452fcf commit 61f3697
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Integration.Tests/Integration.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.5.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" />
<PackageReference Include="python" Version="3.12.4" />
</ItemGroup>

<ItemGroup>
Expand All @@ -54,4 +55,6 @@
<ProjectReference Include="..\PythonEnvironments\PythonEnvironments.csproj" />
<ProjectReference Include="..\PythonSourceGenerator\PythonSourceGenerator.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
</ItemGroup>


</Project>

0 comments on commit 61f3697

Please sign in to comment.