Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Feb 10, 2024
1 parent c67f8d2 commit 0e062a7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/MusicManager/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Product>Waf Music Manager</Product>
<Company>Waf</Company>
<Copyright>Copyright © 2016-2023 jbe2277</Copyright>
<Copyright>Copyright © 2016-2024 jbe2277</Copyright>
<Version>3.3.0.100</Version>
<NeutralLanguage>en-US</NeutralLanguage>
<Nullable>enable</Nullable>
Expand All @@ -18,9 +18,9 @@
<RunSettingsFilePath>$(MSBuildThisFileDirectory)CodeCoverage.runsettings</RunSettingsFilePath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
</ItemGroup>
</When>
<Otherwise>
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.Wpf" Version="8.0.0-beta.1" />
<PackageReference Include="System.Waf.UnitTesting.Wpf" Version="8.0.0-beta.2" />
</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="8.0.0-beta.1" />
<PackageReference Include="System.Waf.Wpf" Version="8.0.0-beta.2" />
</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="8.0.0-beta.1" />
<PackageReference Include="System.Waf.UnitTesting.Core" Version="8.0.0-beta.2" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="System.Waf.Core" Version="8.0.0-beta.1" />
<PackageReference Include="NLog" Version="5.2.6" />
<PackageReference Include="System.Waf.Core" Version="8.0.0-beta.2" />
<PackageReference Include="NLog" Version="5.2.8" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0e062a7

Please sign in to comment.