Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Jan 5, 2024
1 parent 6ba5916 commit c67f8d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Waf.UnitTesting.Wpf" Version="7.0.1-alpha.0.58" />
<PackageReference Include="System.Waf.UnitTesting.Wpf" Version="8.0.0-beta.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Waf.Wpf" Version="7.0.1-alpha.0.58" />
<PackageReference Include="System.Waf.Wpf" Version="8.0.0-beta.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Waf.UnitTesting.Core" Version="7.0.1-alpha.0.58" />
<PackageReference Include="System.Waf.UnitTesting.Core" Version="8.0.0-beta.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Waf.Core" Version="7.0.1-alpha.0.58" />
<PackageReference Include="System.Waf.Core" Version="8.0.0-beta.1" />
<PackageReference Include="NLog" Version="5.2.6" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="Test.MusicManager.Domain"/>
<InternalsVisibleTo Include="Test.MusicManager.Domain" />
</ItemGroup>
</Project>

0 comments on commit c67f8d2

Please sign in to comment.