Skip to content

Commit 3e39037

Browse files
Adding back empty Models.csproj to work around pipeline failure looking for the file.
1 parent b44eb50 commit 3e39037

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

src/Microsoft.PowerShell.ConsoleGuiTools/Microsoft.PowerShell.ConsoleGuiTools.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.23" />
2222
</ItemGroup>
2323

24+
<ItemGroup>
25+
<ProjectReference Include ="../Microsoft.PowerShell.OutGridView.Models/Microsoft.PowerShell.OutGridView.Models.csproj" />
26+
</ItemGroup>
27+
2428
<ItemGroup>
2529
<None Update="Microsoft.PowerShell.ConsoleGuiTools.psd1" CopyToOutputDirectory="PreserveNewest" />
2630
</ItemGroup>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<Import Project="..\..\ConsoleGuiTools.Common.props" />
3+
<PropertyGroup>
4+
<TargetFramework>net6.0</TargetFramework>
5+
</PropertyGroup>
6+
<ItemGroup>
7+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
8+
</ItemGroup>
9+
</Project>

0 commit comments

Comments
 (0)