Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertvanHorrik committed Dec 14, 2023
1 parent 032ccc1 commit 08535d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Orc.Controls.Tests/Orc.Controls.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Orc.Automation.Tests" Version="5.0.0-alpha0269" />
<PackageReference Include="Orc.Automation.Tests" Version="5.0.0" />
<PackageReference Include="PublicApiGenerator" Version="11.1.0" PrivateAssets="all" />
<PackageReference Include="Verify.NUnit" Version="22.8.0" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Orc.Controls/Orc.Controls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
<PackageReference Include="MethodTimer.Fody" Version="3.2.2" PrivateAssets="all" />
<PackageReference Include="ModuleInit.Fody" Version="2.1.1" PrivateAssets="all" />
<PackageReference Include="Obsolete.Fody" Version="5.3.0" PrivateAssets="all" />
<PackageReference Include="Orc.Automation" Version="5.0.0-alpha0269" />
<PackageReference Include="Orc.FileSystem" Version="5.0.0-alpha0356" />
<PackageReference Include="Orc.Theming" Version="5.0.0-alpha0344" />
<PackageReference Include="Orc.Automation" Version="5.0.0" />
<PackageReference Include="Orc.FileSystem" Version="5.0.0" />
<PackageReference Include="Orc.Theming" Version="5.0.0" />
</ItemGroup>

<!-- Theming -->
Expand Down

0 comments on commit 08535d4

Please sign in to comment.