Skip to content

Commit 0baa881

Browse files
authored
Fixes #4046 - Moves examples into ./Examples and fixes ./Tests (#4047)
* touching publish.yml * Moved Examples into ./Examples * Moved Benchmarks into ./Tests * Moved Benchmarks into ./Tests * Moved UICatalog into ./Examples * Moved UICatalog into ./Examples 2 * Moved tests into ./Tests * Updated nuget
1 parent dca3923 commit 0baa881

File tree

199 files changed

+149
-142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+149
-142
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<PackageVersion Include="ReactiveUI.SourceGenerators" Version="[2.1.8,3)" />
3333
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="[17.13,18)" />
3434
<PackageVersion Include="Moq" Version="[4.20.72,5)" />
35-
<PackageVersion Include="ReportGenerator" Version="[5.4.4,6)" />
36-
<PackageVersion Include="TestableIO.System.IO.Abstractions.TestingHelpers" Version="[22.0.11,23)" />
35+
<PackageVersion Include="ReportGenerator" Version="5.4.5" />
36+
<PackageVersion Include="TestableIO.System.IO.Abstractions.TestingHelpers" Version="22.0.14" />
3737
<PackageVersion Include="xunit" Version="[2.9.3,3)" />
3838
<PackageVersion Include="Xunit.Combinatorial" Version="[1.6.24,2)" />
3939
<PackageVersion Include="xunit.runner.visualstudio" Version="[2.8.2,3)" />

CommunityToolkitExample/CommunityToolkitExample.csproj renamed to Examples/CommunityToolkitExample/CommunityToolkitExample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="CommunityToolkit.Mvvm" />
1010
<PackageReference Include="Microsoft.Extensions.DependencyInjection" />
11-
<ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
11+
<ProjectReference Include="..\..\Terminal.Gui\Terminal.Gui.csproj" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)