Skip to content

Commit

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

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<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,15 +7,15 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<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>
<ProjectReference Include="..\FileHashGenerator.Domain\FileHashGenerator.Domain.csproj" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="Test.FileHashGenerator.Applications"/>
<InternalsVisibleTo Include="Test.FileHashGenerator.Applications" />

<EmbeddedResource Update="Properties\Resources.resx" Generator="ResXFileCodeGenerator" LastGenOutput="Resources.Designer.cs" />
<Compile Update="Properties\Resources.Designer.cs" AutoGen="True" DependentUpon="Resources.resx" DesignTime="True" />
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,6 +6,6 @@
</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" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231115000" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231219000" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.2428" />
</ItemGroup>

Expand Down

0 comments on commit 9ed72ef

Please sign in to comment.